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

build: 4.5.5 GA #124

Merged
merged 1 commit into from
Nov 30, 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
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, [devel@ovirt.org])
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}-@PACKAGE_VERSION@.tar.gz
Source1: @IMAGENAME@.squashfs.img
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 <sandro.bonazzola@gmail.com> - 4.5.5
- oVirt Node 4.5.5
- Migrated license tag to SPDX format

* Thu Dec 01 2022 Lev Veyde <lveyde@redhat.com> - 4.5.4
- oVirt Node 4.5.4

Expand Down