Skip to content

Commit

Permalink
build: cockpit-ovirt-0.16.2 (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Asaf Rachmani <[email protected]>
  • Loading branch information
arachmani authored Aug 9, 2022
1 parent c3865dd commit dd5c230
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion cockpit-ovirt.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Name: cockpit-ovirt
Version: @PACKAGE_RPM_VERSION@
Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?checkout}%{?dist}
Release: @PACKAGE_RPM_RELEASE@%{?dist}
Summary: Dashboard for Cockpit based on %{product}
License: ASL 2.0
URL: https://gerrit.ovirt.org/gitweb?p=cockpit-ovirt.git;a=summary
Expand Down Expand Up @@ -98,6 +98,9 @@ __EOF__
%dir %attr(700, root, root) %{_sharedstatedir}/ovirt-hosted-engine-setup/cockpit

%changelog
* Mon Aug 08 2022 Asaf Rachmani <[email protected]> - 0.16.2-1
- Updated deps

* Thu Jul 14 2022 Asaf Rachmani <[email protected]> - 0.16.1-1
- Hosted Engine deployment fixes

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ define([VERSION_MAJOR], [0])
define([VERSION_MINOR], [16])
define([VERSION_FIX], [2])
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([cockpit-ovirt], VERSION_NUMBER[]VERSION_SUFFIX, [[email protected]])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
PACKAGE_RPM_RELEASE="VERSION_RELEASE.$(echo VERSION_SUFFIX | sed 's/^_//')"
PACKAGE_RPM_RELEASE="VERSION_RELEASE"
AC_SUBST([VERSION_NUMBER])
AC_SUBST([PACKAGE_RPM_VERSION])
AC_SUBST([PACKAGE_RPM_RELEASE])
Expand Down

0 comments on commit dd5c230

Please sign in to comment.