diff --git a/SPECS/qemu.spec b/SPECS/qemu.spec index 9d2af8e..90a776a 100644 --- a/SPECS/qemu.spec +++ b/SPECS/qemu.spec @@ -55,7 +55,7 @@ %global user_static 1 %if 0%{?rhel} # EPEL/RHEL do not have required -static builddeps -%global user_static 0 +#%global user_static 0 %endif %global have_kvm 0 @@ -315,7 +315,7 @@ Obsoletes: %{name}-system-unicore32-core <= %{epoch}:%{version}-%{release} Summary: QEMU is a FAST! processor emulator Name: qemu Version: 7.2.0 -Release: %{baserelease}%{?rcrel}%{?dist} +Release: %{baserelease}%{?rcrel}%{?dist}.alma.1 Epoch: 2 License: GPLv2 and BSD and MIT and CC-BY URL: http://www.qemu.org/ @@ -2746,6 +2746,9 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \ %changelog +* Tue Jul 02 2024 Koichiro Iwao - 7.2.0-4.alma.1 +- Enable qemu-user-static on AlmaLinux + * Wed Jan 11 2023 Richard W.M. Jones - 2:7.2.0-4 - Rebuild for xen-4.17.0, second attempt