-
Notifications
You must be signed in to change notification settings - Fork 13
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
a58e84b
commit 4f2eaa9
Showing
2 changed files
with
7 additions
and
3 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | |
dnl MA 02110-1301, USA. A copy of the GNU General Public License is | ||
dnl also available at http://www.gnu.org/copyleft/gpl.html. | ||
|
||
define([VERSION_NUMBER], [4.5.4]) | ||
define([VERSION_NUMBER], [4.5.5]) | ||
define([RELEASEVER], [1]) | ||
|
||
AC_INIT([ovirt-node-ng-image-update], VERSION_NUMBER, [[email protected]]) | ||
|
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
Name: @PACKAGE_NAME@ | ||
Version: @PLACEHOLDER_RPM_VERSION@ | ||
Release: @PLACEHOLDER_RPM_RELEASE@ | ||
License: GPLv2 | ||
License: GPL-2.0-only | ||
Summary: oVirt Node Next Image Update | ||
URL: http://www.ovirt.org/node/ | ||
URL: https://www.ovirt.org/download/node.html | ||
Source0: %{name}-@[email protected] | ||
Source1: @[email protected] | ||
Source2: product.img | ||
|
@@ -80,6 +80,10 @@ umount "$MNTDIR" | |
%{_node_image_dir}/product.img | ||
|
||
%changelog | ||
* Thu Nov 30 2023 Sandro Bonazzola <[email protected]> - 4.5.5 | ||
- oVirt Node 4.5.5 | ||
- Migrated license tag to SPDX format | ||
|
||
* Thu Dec 01 2022 Lev Veyde <[email protected]> - 4.5.4 | ||
- oVirt Node 4.5.4 | ||
|
||
|