diff --git a/virt-viewer.spec b/virt-viewer.spec index d02b496..ab8e5b3 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -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 - 11.0-9.alma.1 +- Enable SPICE on AlmaLinux + * Mon Jun 24 2024 Troy Dawson - 11.0-9 - Bump release for June 2024 mass rebuild