libvirt-8.10.0-1
Update to version 8.10.0
This commit is contained in:
parent
58043b20fb
commit
987430ba8b
19
libvirt.spec
19
libvirt.spec
@ -229,7 +229,7 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 8.9.0
|
Version: 8.10.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
@ -441,6 +441,12 @@ Summary: Server side daemon and supporting files for libvirt library
|
|||||||
# The client side, i.e. shared libs are in a subpackage
|
# The client side, i.e. shared libs are in a subpackage
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
# The libvirt-guests.sh script requires virsh from libvirt-client subpackage,
|
||||||
|
# but not every deployment wants to use libvirt-guests service. Using
|
||||||
|
# Recommends here will install libvirt-client by default (if available), but
|
||||||
|
# RPM won't complain if the package is unavailable, masked, or removed later.
|
||||||
|
Recommends: %{name}-client = %{version}-%{release}
|
||||||
|
|
||||||
# netcat is needed on the server side so that clients that have
|
# netcat is needed on the server side so that clients that have
|
||||||
# libvirt < 6.9.0 can connect, but newer versions will prefer
|
# libvirt < 6.9.0 can connect, but newer versions will prefer
|
||||||
# virt-ssh-helper. Making this a Recommends means that it gets
|
# virt-ssh-helper. Making this a Recommends means that it gets
|
||||||
@ -906,7 +912,7 @@ capabilities of recent versions of Linux (and other OSes).
|
|||||||
%package client-qemu
|
%package client-qemu
|
||||||
Summary: Additional client side utilities for QEMU
|
Summary: Additional client side utilities for QEMU
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: python3-libvirt >= %{version}-%{release}
|
Requires: python3-libvirt >= 3.7.0
|
||||||
|
|
||||||
%description client-qemu
|
%description client-qemu
|
||||||
The additional client binaries are used to interact
|
The additional client binaries are used to interact
|
||||||
@ -1914,6 +1920,10 @@ exit 0
|
|||||||
|
|
||||||
%if %{with_firewalld_zone}
|
%if %{with_firewalld_zone}
|
||||||
%{_prefix}/lib/firewalld/zones/libvirt.xml
|
%{_prefix}/lib/firewalld/zones/libvirt.xml
|
||||||
|
%{_prefix}/lib/firewalld/zones/libvirt-routed.xml
|
||||||
|
%{_prefix}/lib/firewalld/policies/libvirt-routed-in.xml
|
||||||
|
%{_prefix}/lib/firewalld/policies/libvirt-routed-out.xml
|
||||||
|
%{_prefix}/lib/firewalld/policies/libvirt-to-host.xml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files daemon-driver-nodedev
|
%files daemon-driver-nodedev
|
||||||
@ -2175,7 +2185,9 @@ exit 0
|
|||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
%files client-qemu
|
%files client-qemu
|
||||||
%{_mandir}/man1/virt-qemu-qmp-proxy.1*
|
%{_mandir}/man1/virt-qemu-qmp-proxy.1*
|
||||||
|
%{_mandir}/man1/virt-qemu-sev-validate.1*
|
||||||
%{_bindir}/virt-qemu-qmp-proxy
|
%{_bindir}/virt-qemu-qmp-proxy
|
||||||
|
%{_bindir}/virt-qemu-sev-validate
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files libs -f %{name}.lang
|
%files libs -f %{name}.lang
|
||||||
@ -2393,6 +2405,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 03 2022 Cole Robinson <crobinso@redhat.com> - 8.10.0-1
|
||||||
|
- Update to version 8.10.0
|
||||||
|
|
||||||
* Thu Nov 03 2022 Cole Robinson <crobinso@redhat.com> - 8.9.0-1
|
* Thu Nov 03 2022 Cole Robinson <crobinso@redhat.com> - 8.9.0-1
|
||||||
- Update to version 8.9.0
|
- Update to version 8.9.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-8.9.0.tar.xz) = 10426d45d55bb18e8e5d4327d698fbc6efd83c5f515ac40a0fcd72048a77936fe0b422ac14bce9966a65379d262df294c314f854a97861a223a0cbc6a8fd2382
|
SHA512 (libvirt-8.10.0.tar.xz) = 1d4006e909e185a89f9163e6d2309841f4086da65b9165c42eb512e2f6ae964749eeb72f74e86476768a09061e2e311cfcc31f4024b4ecbaba04cd3f5f5d849d
|
||||||
|
Loading…
Reference in New Issue
Block a user