automatic version update by autodist [release 6.0.0-1mamba;Tue May 04 2021]
This commit is contained in:
parent
21b22385e0
commit
c55ad672dc
22
qemu.spec
22
qemu.spec
@ -1,5 +1,5 @@
|
||||
Name: qemu
|
||||
Version: 5.2.0
|
||||
Version: 6.0.0
|
||||
Release: 1mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
@ -36,6 +36,7 @@ BuildRequires: libcairo-devel
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
@ -143,7 +144,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
||||
#:<< ___EOF
|
||||
# static build for usermode emulation targets only
|
||||
# used by cross platform installation tools like makedist
|
||||
mkdir build-static
|
||||
mkdir -p build-static
|
||||
cd build-static
|
||||
|
||||
../configure \
|
||||
@ -174,7 +175,7 @@ cd build-static
|
||||
cd ..
|
||||
#___EOF
|
||||
|
||||
mkdir build-dynamic
|
||||
mkdir -p build-dynamic
|
||||
cd build-dynamic
|
||||
|
||||
# dynamic build
|
||||
@ -275,14 +276,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_datadir}/%{name}
|
||||
%{_binfmtdir}/*.conf
|
||||
%{_docdir}/%{name}
|
||||
%{_mandir}/man1/qemu*
|
||||
%{_mandir}/man1/qemu*.1*
|
||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||
%{_mandir}/man1/virtiofsd.1*
|
||||
%{_mandir}/man7/qemu-qmp-ref.7*
|
||||
%{_mandir}/man7/qemu-block-drivers.7*
|
||||
%{_mandir}/man7/qemu-cpu-models.7*
|
||||
%{_mandir}/man8/qemu-nbd.8*
|
||||
%{_mandir}/man8/qemu-pr-helper.8*
|
||||
%exclude %{_mandir}/man7/qemu-ga-ref.7*
|
||||
%{_mandir}/man7/qemu-*.7*
|
||||
%{_mandir}/man8/qemu-*.8*
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%files guest-agent
|
||||
@ -295,7 +294,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_bindir}/%{name}-ga
|
||||
%{_unitdir}/qemu-guest-agent.service
|
||||
%{_udevrulesdir}/99-qemu-guest-agent.rules
|
||||
%{_mandir}/man7/%{name}-ga-ref.7*
|
||||
%{_mandir}/man7/qemu-ga-ref.7*
|
||||
%{_mandir}/man8/qemu-ga.8*
|
||||
|
||||
#% ifnarch x86_64
|
||||
@ -319,6 +318,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0-1mamba
|
||||
- update to 5.2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user