-
Notifications
You must be signed in to change notification settings - Fork 32
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
340e19b
commit 57c36b1
Showing
5 changed files
with
186 additions
and
130 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
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
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 |
---|---|---|
|
@@ -22,17 +22,17 @@ define([VERSION_MAJOR], [2]) | |
define([VERSION_MINOR], [7]) | ||
define([VERSION_FIX], [1]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [0.0]) | ||
define([VERSION_SUFFIX], [master]) | ||
define([VERSION_RELEASE], [1]) | ||
define([VERSION_SUFFIX], []) | ||
|
||
AC_INIT( | ||
[ovirt-hosted-engine-setup], | ||
[VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX], | ||
[VERSION_NUMBER], | ||
[[email protected]], | ||
[], | ||
[http://www.ovirt.org]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
PACKAGE_RPM_RELEASE="VERSION_RELEASE.VERSION_SUFFIX" | ||
PACKAGE_RPM_RELEASE="VERSION_RELEASE" | ||
AC_SUBST([PACKAGE_RPM_VERSION]) | ||
AC_SUBST([PACKAGE_RPM_RELEASE]) | ||
|
||
|
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 |
---|---|---|
|
@@ -32,8 +32,8 @@ Summary: oVirt Hosted Engine setup tool | |
Name: @PACKAGE_NAME@ | ||
Version: @PACKAGE_RPM_VERSION@ | ||
Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} | ||
License: LGPLv2+ | ||
URL: http://www.ovirt.org | ||
License: LGPL-2.0-or-later | ||
URL: https://www.ovirt.org/ | ||
Source: https://github.com/oVirt/%{name}/releases/download/%{name}-%{package_version}/%{name}-%{package_version}.tar.gz | ||
Group: Applications/System | ||
|
||
|
@@ -168,6 +168,9 @@ print(( | |
' > %{_sysconfdir}/ovirt-hosted-engine/virsh_auth.conf | ||
|
||
%changelog | ||
* Wed Nov 29 2023 Sandro Bonazzola <[email protected]> - 2.7.1-1 | ||
- 2.7.1-1 | ||
|
||
* Mon Nov 28 2022 Martin Perina <[email protected]> - 2.7.1-0.0.master | ||
- 2.7.1-0.0.master | ||
|
||
|
Oops, something went wrong.