Skip to content

Commit

Permalink
build: 4.5.5 GA
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Nov 30, 2023
1 parent a58e84b commit 4f2eaa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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]])
Expand Down
8 changes: 6 additions & 2 deletions ovirt-node-ng.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4f2eaa9

Please sign in to comment.