Compare commits
6 Commits
2.7.0-2mam
...
3.0.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
af367825ea | |||
6942294e48 | |||
01b796527d | |||
6fbf21ac45 | |||
dbb2f56449 | |||
bcb9700192 |
26
qemu.spec
26
qemu.spec
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 2.7.0
|
||||
Release: 2mamba
|
||||
Version: 3.0.0
|
||||
Release: 1mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
Vendor: openmamba
|
||||
@ -152,6 +152,7 @@ This package contains static user mode emulators. In this mode, QEMU can launch
|
||||
--disable-strip \
|
||||
--disable-libssh2 \
|
||||
--disable-libnfs \
|
||||
--disable-libxml2 \
|
||||
--enable-linux-user
|
||||
|
||||
# --disable-smartcard-nss \
|
||||
@ -273,6 +274,8 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_docdir}/%{name}
|
||||
%{_mandir}/man1/%{name}*
|
||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||
%{_mandir}/man7/%{name}-qmp-ref.7*
|
||||
%{_mandir}/man7/%{name}-block-drivers.7*
|
||||
%{_mandir}/man8/%{name}-nbd.8*
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
@ -286,6 +289,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}/man8/qemu-ga.8*
|
||||
|
||||
#% ifnarch x86_64
|
||||
@ -309,6 +313,24 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Sun Sep 09 2018 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 16 2018 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 2.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2017 Automatic Build System <autodist@mambasoft.it> 2.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 23 2017 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0-2mamba
|
||||
- rebuilt by autoport with build requirements: libxen-devel>=4.8.0-1mamba
|
||||
|
||||
|
Reference in New Issue
Block a user