Skip to content

Commit

Permalink
build: ovirt-provider-ovn-1.2.36-1
Browse files Browse the repository at this point in the history
Change-Id: Ifdd006646acb18689b6ff8d5397a419bc5d47631

Signed-off-by: Eitan Raviv <[email protected]>
Change-Id: I5c3b335cb219ace539369c5cc50638ff0bb39d00
  • Loading branch information
erav committed Mar 14, 2022
1 parent d7f1b84 commit 6e38e3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ VERSION=1.2.36
DIST_DIR=$(NAME)-$(VERSION)
GITHASH=$(shell git rev-parse --short HEAD)
TIMESTAMP:=$(shell date +'%Y%m%d%H%M%S')
RELEASE_SUFFIX=0.$(TIMESTAMP).git$(GITHASH)
RELEASE_SUFFIX=1

DIST_FILE=$(NAME)-$(VERSION).tar.gz
PYTHON ?= python3
Expand Down
4 changes: 4 additions & 0 deletions ovirt-provider-ovn.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ to OVN.


%changelog
* Mon Mar 14 2022 Eitan Raviv <[email protected]> - 1.2.36
- Replace netaddr with std ipaddress
- Add support for "extensions" REST API endpoint

* Mon Jan 17 2022 Ales Musil <[email protected]> - 1.2.35
- Use SSL keys that are made specifically for OVN
- Require ovirt-openvswitch wrapper instead of plain openvswitch
Expand Down

0 comments on commit 6e38e3a

Please sign in to comment.