Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
  • Loading branch information
sandrobonazzola committed Nov 28, 2023
1 parent 3d898fb commit 8110341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ovirt-engine-metrics.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Name: @PACKAGE_NAME@
Version: @RPM_VERSION@
Release: @RPM_RELEASE@%{?release_suffix}%{?dist}
Source0: http://resources.ovirt.org/pub/src/@PACKAGE_NAME@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
License: ASL 2.0
License: Apache-2.0
Group: Virtualization/Management
BuildArch: noarch
Url: http://www.ovirt.org
Expand Down Expand Up @@ -70,6 +70,10 @@ rm -rf %{buildroot}
%doc README.md

%changelog
* Tue Nov 28 2023 Sandro Bonazzola <sandro.bonazzola@gmail.com> - 1.6.2-1
- Rebase on upstream 1.6.2.
- Migrated to SPDX license.

* Mon Oct 03 2022 Martin Perina <mperina@redhat.com> - 1.6.1-1
- Adapt dependencies on EL9

Expand Down
6 changes: 3 additions & 3 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,5 +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=1
#RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
RPM_RELEASE=1

0 comments on commit 8110341

Please sign in to comment.