Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.2 #38

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 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@-@[email protected]
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,11 @@ rm -rf %{buildroot}
%doc README.md

%changelog
* Tue Nov 28 2023 Sandro Bonazzola <[email protected]> - 1.6.2-1
sandrobonazzola marked this conversation as resolved.
Show resolved Hide resolved
- Rebase on upstream 1.6.2.
- Migrated to SPDX license.
- Fix comparison logic in ovirt_initial_validations Ansible role https://github.com/oVirt/ovirt-engine/issues/869

* Mon Oct 03 2022 Martin Perina <[email protected]> - 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
Loading