Enable SPICE on AlmaLinux

This commit is contained in:
Andrew Lukoshko 2024-08-23 14:16:50 +00:00
parent 92e3b3b65c
commit 954580e5f2

View File

@ -1,6 +1,6 @@
# -*- rpm-spec -*-
%if 0%{?rhel} >= 9
%if 0%{?rhel} >= 9 && !0%{?almalinux}
%global with_govirt 0
%global with_spice 0
%else
@ -11,7 +11,7 @@
Name: virt-viewer
Version: 11.0
Release: 9%{?dist}
Release: 9%{?dist}.alma.1
Summary: Virtual Machine Viewer
License: GPL-2.0-or-later
URL: https://gitlab.com/virt-viewer/virt-viewer
@ -89,6 +89,9 @@ the display, and libvirt for looking up VNC/SPICE server details.
%{_datadir}/bash-completion/completions/virt-viewer
%changelog
* Fri Aug 23 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 11.0-9.alma.1
- Enable SPICE on AlmaLinux
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 11.0-9
- Bump release for June 2024 mass rebuild