update to 4.2.0 [release 4.2.0-1mamba;Tue Jan 28 2020]
This commit is contained in:
parent
4008da7de3
commit
0f67a37710
36
qemu.spec
36
qemu.spec
@ -1,5 +1,5 @@
|
|||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 4.0.0
|
Version: 4.2.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
|
||||||
@ -74,6 +74,7 @@ BuildRequires: spice-protocol-devel
|
|||||||
BuildRequires: libusbredir-devel
|
BuildRequires: libusbredir-devel
|
||||||
BuildRequires: libcelt051-devel
|
BuildRequires: libcelt051-devel
|
||||||
BuildRequires: libnfs-devel
|
BuildRequires: libnfs-devel
|
||||||
|
BuildRequires: libopenssl-static
|
||||||
#% if "%{_build_cpu}" != "ppc"
|
#% if "%{_build_cpu}" != "ppc"
|
||||||
#BuildRequires: gcc34
|
#BuildRequires: gcc34
|
||||||
#% endif
|
#% endif
|
||||||
@ -150,17 +151,17 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
|||||||
--disable-bluez \
|
--disable-bluez \
|
||||||
--disable-system \
|
--disable-system \
|
||||||
--disable-strip \
|
--disable-strip \
|
||||||
--disable-libssh2 \
|
|
||||||
--disable-libnfs \
|
--disable-libnfs \
|
||||||
--disable-libxml2 \
|
--disable-libxml2 \
|
||||||
--disable-gnutls \
|
--disable-gnutls \
|
||||||
--enable-linux-user
|
--enable-linux-user
|
||||||
|
|
||||||
|
# --disable-libssh2 \
|
||||||
# --disable-smartcard-nss \
|
# --disable-smartcard-nss \
|
||||||
# --disable-usb-redir \
|
# --disable-usb-redir \
|
||||||
# --disable-vde \
|
# --disable-vde \
|
||||||
|
|
||||||
%make
|
%make LIBSSH_LIBS="-lssh -lcrypto -ldl -lgss"
|
||||||
mkdir static
|
mkdir static
|
||||||
find *-linux-user -name qemu-\* -exec mv {} static/ \;
|
find *-linux-user -name qemu-\* -exec mv {} static/ \;
|
||||||
|
|
||||||
@ -220,9 +221,9 @@ install -D -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/qemu-ga
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
#%post
|
||||||
%binfmt_apply
|
#% binfmt_apply
|
||||||
:
|
#:
|
||||||
|
|
||||||
%post guest-agent
|
%post guest-agent
|
||||||
%systemd_post qemu-guest-agent.service
|
%systemd_post qemu-guest-agent.service
|
||||||
@ -252,24 +253,26 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
|
%{_bindir}/elf2dmp
|
||||||
%exclude %{_bindir}/qemu-ga
|
%exclude %{_bindir}/qemu-ga
|
||||||
%{_bindir}/ivshmem-client
|
%{_bindir}/ivshmem-client
|
||||||
%{_bindir}/ivshmem-server
|
%{_bindir}/ivshmem-server
|
||||||
#%{_bindir}/vscclient
|
|
||||||
%exclude %{_bindir}/%{name}*.static
|
|
||||||
%{_bindir}/virtfs-proxy-helper
|
%{_bindir}/virtfs-proxy-helper
|
||||||
#%{_unitdir}/qemu.service
|
%exclude %{_bindir}/%{name}*.static
|
||||||
#%{_prefix}/lib/systemd/scripts/%{name}-binfmt
|
%{_datadir}/applications/qemu.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/qemu.png
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/qemu.bmp
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/qemu.svg
|
||||||
%{_libexecdir}/qemu-bridge-helper
|
%{_libexecdir}/qemu-bridge-helper
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_binfmtdir}/*.conf
|
%{_binfmtdir}/*.conf
|
||||||
%{_prefix}
|
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
%{_mandir}/man1/%{name}*
|
%{_mandir}/man1/qemu*
|
||||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||||
%{_mandir}/man7/%{name}-qmp-ref.7*
|
%{_mandir}/man7/qemu-qmp-ref.7*
|
||||||
%{_mandir}/man7/%{name}-block-drivers.7*
|
%{_mandir}/man7/qemu-block-drivers.7*
|
||||||
%{_mandir}/man8/%{name}-nbd.8*
|
%{_mandir}/man7/qemu-cpu-models.7*
|
||||||
|
%{_mandir}/man8/qemu-nbd.8*
|
||||||
%doc COPYING COPYING.LIB
|
%doc COPYING COPYING.LIB
|
||||||
|
|
||||||
%files guest-agent
|
%files guest-agent
|
||||||
@ -306,6 +309,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 Jan 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- update to 4.2.0
|
||||||
|
|
||||||
* Wed Apr 24 2019 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
* Wed Apr 24 2019 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user