automatic version update by autodist [release 7.2.0-1mamba;Fri Dec 23 2022]
This commit is contained in:
parent
5d03ee98e3
commit
f71c40bb37
13
qemu.spec
13
qemu.spec
@ -1,5 +1,5 @@
|
||||
Name: qemu
|
||||
Version: 7.1.0
|
||||
Version: 7.2.0
|
||||
Release: 1mamba
|
||||
Summary: A generic and open source processor emulator
|
||||
Group: Applications/Emulators
|
||||
@ -72,7 +72,7 @@ BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libmultipath-tools-devel >= 0.8.8
|
||||
BuildRequires: libmultipath-tools-devel >= 0.9.1
|
||||
BuildRequires: libadplug-devel >= 1.5.1
|
||||
BuildRequires: libglib-static >= 2.34.1-2mamba
|
||||
BuildRequires: spice-protocol-devel
|
||||
@ -215,6 +215,10 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/qemu-guest-agent.service
|
||||
install -D -m0644 %{SOURCE3} %{buildroot}%{_udevrulesdir}/99-qemu-guest-agent.rules
|
||||
install -D -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/qemu-ga
|
||||
|
||||
# FIXME: prevent brp_strip from failing
|
||||
rm -f %{buildroot}%{_datadir}/qemu/hppa-firmware.img
|
||||
rm -f %{buildroot}%{_datadir}/qemu/palcode-clipper
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
@ -269,6 +273,8 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_binfmtdir}/*.conf
|
||||
%{_includedir}/qemu-plugin.h
|
||||
%{_docdir}/%{name}
|
||||
#%{_datadir}/qemu/hppa-firmware.img
|
||||
#%{_datadir}/qemu/palcode-clipper
|
||||
%{_mandir}/man1/qemu*.1*
|
||||
%{_mandir}/man1/virtfs-proxy-helper.1*
|
||||
%{_mandir}/man1/virtiofsd.1*
|
||||
@ -295,6 +301,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%attr(0755,root,root) %{_bindir}/%{name}*.static
|
||||
|
||||
%changelog
|
||||
* Fri Dec 23 2022 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user