Skip to content

Commit

Permalink
build: ovirt-node-ng-4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
  • Loading branch information
sandrobonazzola committed Mar 2, 2022
1 parent 7b6d6ed commit c84ce1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ dnl also available at http://www.gnu.org/copyleft/gpl.html.

define([VERSION_NUMBER], [4.4.1])
define([DISTRO], [centos])
define([RELEASEVER], [0.0])
define([RELEASEVER], [1])

AC_INIT([ovirt-node-ng], VERSION_NUMBER, [devel@ovirt.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax no-dist-gzip dist-xz no-dependencies])

PACKAGE_RPM_VERSION="VERSION_NUMBER"
AC_SUBST([PACKAGE_RPM_VERSION])

PACKAGE_RPM_RELEASE="0.$(date +%Y%m%d).0"
PACKAGE_RPM_RELEASE="1"
AC_SUBST([PACKAGE_RPM_RELEASE])

IMAGENAME="ovirt-node-ng-image"
Expand Down
13 changes: 8 additions & 5 deletions packaging/ovirt-node-ng.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global _product_name oVirt Node Next
%global _product_id ovirt-node-ng

%global _node_image_dir /usr/share/%{name}/image/
%global _node_image_file %{_node_image_dir}/%{name}-@PLACEHOLDER_RPM_VERSION@-@PLACEHOLDER_RPM_RELEASE@.squashfs.img
%global _node_tools_dir /usr/share/%{name}/tools/
%global _node_image_dir /usr/share/%{name}/image/
%global _node_image_file %{_node_image_dir}/%{name}-@PLACEHOLDER_RPM_VERSION@-@PLACEHOLDER_RPM_RELEASE@.squashfs.img
%global _node_tools_dir /usr/share/%{name}/tools/

%global with_image @WITH_IMAGE@
%global with_docs @DOCS@
Expand All @@ -20,8 +20,8 @@ Release: @PACKAGE_RPM_RELEASE@%{?dist}%{?extra_release}
License: GPLv2
Summary: %{_product_name}

URL: http://www.ovirt.org/node/
Source0: %{name}-@PACKAGE_VERSION@.tar.xz
URL: https://www.ovirt.org/download/node.html
Source0: https://github.com/oVirt/%{name}/releases/download/%{name}-%{version}/%{name}-@PACKAGE_VERSION@.tar.xz
%if 0%{?with_image}
Source1: @IMAGENAME@.squashfs.img
Source2: product.img
Expand Down Expand Up @@ -184,6 +184,9 @@ rmdir "${MNTDIR}"
%endif

%changelog
* Wed Mar 02 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4.1-1
- Rebase on upstream 4.4.1

* Fri Nov 22 2019 Sandro Bonazzola <sbonazzo@redhat.com> - 4.4.0-1
- Rebase on upstream 4.4.0
- Initial el8 import

0 comments on commit c84ce1e

Please sign in to comment.