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

Rebuild for spec changes #8

Merged
merged 1 commit into from
Nov 29, 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 @@ -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
sandrobonazzola marked this conversation as resolved.
Show resolved Hide resolved
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
Loading