forked from pool/libvirt
Accepting request 935248 from home:jfehlig:branches:Virtualization
- Update to libvirt 7.10.0 - jsc#SLE-18260, jsc#SLE-19264 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v7-10-0-2021-12-01 OBS-URL: https://build.opensuse.org/request/show/935248 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=913
This commit is contained in:
10
libvirt.spec
10
libvirt.spec
@@ -128,6 +128,10 @@
|
||||
%define qemu_user qemu
|
||||
%define qemu_group qemu
|
||||
|
||||
# Locations for QEMU data
|
||||
%define qemu_moddir %{_libdir}/qemu
|
||||
%define qemu_datadir %{_datadir}/qemu
|
||||
|
||||
%define _fwdefdir %{_prefix}/lib/firewalld/services
|
||||
|
||||
%if %{with_wireshark}
|
||||
@@ -136,7 +140,7 @@
|
||||
|
||||
Name: libvirt
|
||||
URL: http://libvirt.org/
|
||||
Version: 7.9.0
|
||||
Version: 7.10.0
|
||||
Release: 0
|
||||
Summary: Library providing a virtualization API
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -989,6 +993,8 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
||||
-Dnss=enabled \
|
||||
-Dqemu_user=%{qemu_user} \
|
||||
-Dqemu_group=%{qemu_group} \
|
||||
-Dqemu_moddir=%{qemu_moddir} \
|
||||
-Dqemu_datadir=%{qemu_datadir} \
|
||||
%{?arg_loader_nvram} \
|
||||
-Dlogin_shell=disabled \
|
||||
-Dinit_script=systemd \
|
||||
@@ -1025,7 +1031,6 @@ done
|
||||
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/hooks
|
||||
%find_lang %{name}
|
||||
install -d -m 0755 %{buildroot}/%{_localstatedir}/lib/%{name}/dnsmasq/
|
||||
install -d -m 0755 %{buildroot}/%{_datadir}/%{name}/networks/
|
||||
cp %{buildroot}/%{_sysconfdir}/%{name}/qemu/networks/default.xml \
|
||||
%{buildroot}/%{_datadir}/%{name}/networks/default.xml
|
||||
@@ -1737,6 +1742,7 @@ fi
|
||||
%doc %{_mandir}/man1/virt-pki-validate.1*
|
||||
%{_bindir}/virsh
|
||||
%{_bindir}/virt-xml-validate
|
||||
%{_bindir}/virt-pki-query-dn
|
||||
%{_bindir}/virt-pki-validate
|
||||
%{_datadir}/bash-completion/completions/virsh
|
||||
%dir %{_libdir}/%{name}
|
||||
|
Reference in New Issue
Block a user