Compare commits
3 Commits
6.2.0-1mam
...
7.1.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
5d03ee98e3 | |||
81368757ec | |||
54aac64d4b |
16
qemu.spec
16
qemu.spec
@ -1,5 +1,5 @@
|
||||
Name: qemu
|
||||
Version: 6.2.0
|
||||
Version: 7.1.0
|
||||
Release: 1mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
@ -72,6 +72,7 @@ BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libmultipath-tools-devel >= 0.8.8
|
||||
BuildRequires: libadplug-devel >= 1.5.1
|
||||
BuildRequires: libglib-static >= 2.34.1-2mamba
|
||||
BuildRequires: spice-protocol-devel
|
||||
@ -129,7 +130,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< ___EOF
|
||||
%patch7 -p1
|
||||
#%patch7 -p1
|
||||
|
||||
%build
|
||||
#:<< ___EOF
|
||||
@ -150,10 +151,10 @@ cd build-static
|
||||
--disable-system \
|
||||
--disable-strip \
|
||||
--disable-libnfs \
|
||||
--disable-libxml2 \
|
||||
--disable-gnutls \
|
||||
--enable-linux-user
|
||||
|
||||
# --disable-libxml2 \
|
||||
# --disable-bluez \
|
||||
# --disable-libssh2 \
|
||||
# --disable-smartcard-nss \
|
||||
@ -294,6 +295,15 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 22 2022 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.0-2mamba
|
||||
- rebuilt with libmultipath-tools 0.8.8
|
||||
|
||||
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user