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