Skip to content

Commit

Permalink
Release 4.5.0-1 (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina authored Dec 26, 2021
1 parent 4ce175e commit 7288f47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PACKAGE_NAME=ovirt-dependencies
VERSION=4.4.3
MILESTONE=master
VERSION=4.5.0
MILESTONE=
ifneq ($(MILESTONE),)
SUFFIX:=_$(MILESTONE)
endif
PACKAGE_VERSION=$(VERSION)
PACKAGE_RPM_VERSION=$(VERSION)
PACKAGE_RPM_RELEASE=0.0.$(MILESTONE).git$(shell git rev-parse --short HEAD)
PACKAGE_RPM_RELEASE=1

PREFIX=/usr/local
DATAROOTDIR=$(PREFIX)/share
Expand Down
5 changes: 5 additions & 0 deletions ovirt-dependencies.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export JAVA_HOME="/usr/lib/jvm/java-11-openjdk"
%license COPYING.csv

%changelog
* Sun Dec 26 2021 Martin Perina <mperina@redhat.com> - 4.5.0-1
- packaging: use maven to download jars
- packaging: drop checksum verification
- packaging: remove artifacts urls from conf.d/*

* Thu Mar 26 2020 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4.2-1
- Initial packaging

0 comments on commit 7288f47

Please sign in to comment.