From 954580e5f28486f88527be777a75cf1c96655fd9 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 23 Aug 2024 14:16:50 +0000 Subject: [PATCH] Enable SPICE on AlmaLinux --- virt-viewer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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