Enable qemu-user-static
This commit is contained in:
parent
f5b4238033
commit
19909d1b4b
@ -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 <meta@almalinux.org> - 7.2.0-4.alma.1
|
||||
- Enable qemu-user-static on AlmaLinux
|
||||
|
||||
* Wed Jan 11 2023 Richard W.M. Jones <rjones@redhat.com> - 2:7.2.0-4
|
||||
- Rebuild for xen-4.17.0, second attempt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user