-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sandro Bonazzola <[email protected]>
- Loading branch information
1 parent
3d898fb
commit 28ed5bd
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -70,6 +70,11 @@ rm -rf %{buildroot} | |
%doc README.md | ||
|
||
%changelog | ||
* Tue Nov 28 2023 Sandro Bonazzola <[email protected]> - 1.6.2-1 | ||
- 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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters