Skip to content

Commit

Permalink
Rebuild for spec changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Nov 28, 2023
1 parent 074d9bf commit ea5fa00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [0])
define([VERSION_FIX], [9])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [2])
define([VERSION_SUFFIX], [3])

AC_INIT([ovirt-vmconsole], VERSION_NUMBER[-]VERSION_SUFFIX)
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down
7 changes: 6 additions & 1 deletion ovirt-vmconsole.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Summary: oVirt VM console
Name: @PACKAGE_NAME@
Version: @PACKAGE_RPM_VERSION@
Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist}
License: GPLv3
License: GPL-2.0-or-later
URL: https://www.ovirt.org
Source: https://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz

Expand Down Expand Up @@ -217,6 +217,11 @@ install -m 644 "src/ovirt-vmconsole-proxy/ovirt-vmconsole-proxy-sshd/ovirt-vmcon
%{_unitdir}/ovirt-vmconsole-proxy-sshd.service

%changelog
* Tue Nov 28 2023 Sandro Bonazzola <[email protected]> - 1.0.9-3
- Rebuilt for spec change (PR#5)
- Do not overwrite the ovirt-vmconsole-proxy sshd_config file during updates
- Migrate License tag to SPDX

* Mon May 16 2022 Milan Zamazal <[email protected]> - 1.0.9-2
- rebuild for updated SELinux

Expand Down

0 comments on commit ea5fa00

Please sign in to comment.