Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Oct 3, 2022
1 parent 963665c commit 990e792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ovirt-engine-metrics.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ rm -rf %{buildroot}
%doc README.md

%changelog
* Mon Oct 03 2022 Martin Perina <[email protected]> - 1.6.1-1
- Adapt dependencies on EL9

* Tue Apr 5 2022 Aviv Litman <[email protected]> - 1.6.0
- Bug 2059521 - Upgrade to ansible-core-2.12

Expand Down
5 changes: 3 additions & 2 deletions version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)
# - master
# - <none>
#
MILESTONE=master
MILESTONE=

# RPM release is manually specified,
# For pre-release:
Expand All @@ -32,4 +32,5 @@ MILESTONE=master
# while N is incremented each re-release
# Use only for spec file changes
#
RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
#RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
RPM_RELEASE=1

0 comments on commit 990e792

Please sign in to comment.