libvirt-8.0.0-1
Update to version 8.0.0
This commit is contained in:
parent
3f6336f446
commit
c269619b9a
80
libvirt.spec
80
libvirt.spec
@ -209,8 +209,8 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 7.10.0
|
Version: 8.0.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
|
|
||||||
@ -283,7 +283,6 @@ BuildRequires: libnl3-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: dnsmasq >= 2.41
|
BuildRequires: dnsmasq >= 2.41
|
||||||
BuildRequires: iptables
|
BuildRequires: iptables
|
||||||
BuildRequires: radvd
|
|
||||||
BuildRequires: ebtables
|
BuildRequires: ebtables
|
||||||
BuildRequires: module-init-tools
|
BuildRequires: module-init-tools
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
@ -308,8 +307,6 @@ BuildRequires: libiscsi-devel
|
|||||||
BuildRequires: parted-devel
|
BuildRequires: parted-devel
|
||||||
# For Multipath support
|
# For Multipath support
|
||||||
BuildRequires: device-mapper-devel
|
BuildRequires: device-mapper-devel
|
||||||
# For XFS reflink clone support
|
|
||||||
BuildRequires: xfsprogs-devel
|
|
||||||
%if %{with_storage_rbd}
|
%if %{with_storage_rbd}
|
||||||
BuildRequires: librados-devel
|
BuildRequires: librados-devel
|
||||||
BuildRequires: librbd-devel
|
BuildRequires: librbd-devel
|
||||||
@ -321,12 +318,6 @@ BuildRequires: glusterfs-devel >= 3.4.1
|
|||||||
%if %{with_storage_sheepdog}
|
%if %{with_storage_sheepdog}
|
||||||
BuildRequires: sheepdog
|
BuildRequires: sheepdog
|
||||||
%endif
|
%endif
|
||||||
%if %{with_storage_zfs}
|
|
||||||
# Support any conforming implementation of zfs. On stock Fedora
|
|
||||||
# this is zfs-fuse, but could be zfsonlinux upstream RPMs
|
|
||||||
BuildRequires: /sbin/zfs
|
|
||||||
BuildRequires: /sbin/zpool
|
|
||||||
%endif
|
|
||||||
%if %{with_numactl}
|
%if %{with_numactl}
|
||||||
# For QEMU/LXC numa info
|
# For QEMU/LXC numa info
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
@ -403,8 +394,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}
|
||||||
|
|
||||||
# (client invokes 'nc' against the UNIX socket on the server)
|
# netcat is needed on the server side so that clients that have
|
||||||
Requires: /usr/bin/nc
|
# libvirt < 6.9.0 can connect, but newer versions will prefer
|
||||||
|
# virt-ssh-helper. Making this a Recommends means that it gets
|
||||||
|
# installed by default, but can still be removed if compatibility
|
||||||
|
# with old clients is not required
|
||||||
|
Recommends: /usr/bin/nc
|
||||||
|
|
||||||
# for modprobe of pci devices
|
# for modprobe of pci devices
|
||||||
Requires: module-init-tools
|
Requires: module-init-tools
|
||||||
@ -464,7 +459,6 @@ Summary: Network driver plugin for the libvirtd daemon
|
|||||||
Requires: libvirt-daemon = %{version}-%{release}
|
Requires: libvirt-daemon = %{version}-%{release}
|
||||||
Requires: libvirt-libs = %{version}-%{release}
|
Requires: libvirt-libs = %{version}-%{release}
|
||||||
Requires: dnsmasq >= 2.41
|
Requires: dnsmasq >= 2.41
|
||||||
Requires: radvd
|
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
|
|
||||||
%description daemon-driver-network
|
%description daemon-driver-network
|
||||||
@ -1279,14 +1273,18 @@ then \
|
|||||||
fi \
|
fi \
|
||||||
%libvirt_daemon_finish_restart %1
|
%libvirt_daemon_finish_restart %1
|
||||||
|
|
||||||
|
# For daemons with only UNIX sockets
|
||||||
%define libvirt_daemon_systemd_post() %systemd_post %1.socket %1-ro.socket %1-admin.socket %1.service
|
%define libvirt_daemon_systemd_post() %systemd_post %1.socket %1-ro.socket %1-admin.socket %1.service
|
||||||
|
|
||||||
%define libvirt_daemon_systemd_post_inet() %systemd_post %1.socket %1-ro.socket %1-admin.socket %1-tls.socket %1-tcp.socket %1.service
|
|
||||||
|
|
||||||
%define libvirt_daemon_systemd_preun() %systemd_preun %1.service %1-ro.socket %1-admin.socket %1.socket
|
%define libvirt_daemon_systemd_preun() %systemd_preun %1.service %1-ro.socket %1-admin.socket %1.socket
|
||||||
|
|
||||||
|
# For daemons with UNIX and INET sockets
|
||||||
|
%define libvirt_daemon_systemd_post_inet() %systemd_post %1.socket %1-ro.socket %1-admin.socket %1-tls.socket %1-tcp.socket %1.service
|
||||||
%define libvirt_daemon_systemd_preun_inet() %systemd_preun %1.service %1-ro.socket %1-admin.socket %1-tls.socket %1-tcp.socket %1.socket
|
%define libvirt_daemon_systemd_preun_inet() %systemd_preun %1.service %1-ro.socket %1-admin.socket %1-tls.socket %1-tcp.socket %1.socket
|
||||||
|
|
||||||
|
# For daemons with only UNIX sockets and no unprivileged read-only access
|
||||||
|
%define libvirt_daemon_systemd_post_priv() %systemd_post %1.socket %1-admin.socket %1.service
|
||||||
|
%define libvirt_daemon_systemd_preun_priv() %systemd_preun %1.service %1-admin.socket %1.socket
|
||||||
|
|
||||||
%pre daemon
|
%pre daemon
|
||||||
# 'libvirt' group is just to allow password-less polkit access to
|
# 'libvirt' group is just to allow password-less polkit access to
|
||||||
# libvirtd. The uid number is irrelevant, so we use dynamic allocation
|
# libvirtd. The uid number is irrelevant, so we use dynamic allocation
|
||||||
@ -1296,8 +1294,8 @@ getent group libvirt >/dev/null || groupadd -r libvirt
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post daemon
|
%post daemon
|
||||||
%libvirt_daemon_systemd_post virtlogd
|
%libvirt_daemon_systemd_post_priv virtlogd
|
||||||
%libvirt_daemon_systemd_post virtlockdd
|
%libvirt_daemon_systemd_post_priv virtlockd
|
||||||
%if %{with_modular_daemons}
|
%if %{with_modular_daemons}
|
||||||
%libvirt_daemon_systemd_post_inet virtproxyd
|
%libvirt_daemon_systemd_post_inet virtproxyd
|
||||||
%else
|
%else
|
||||||
@ -1313,8 +1311,8 @@ exit 0
|
|||||||
|
|
||||||
%libvirt_daemon_systemd_preun_inet libvirtd
|
%libvirt_daemon_systemd_preun_inet libvirtd
|
||||||
%libvirt_daemon_systemd_preun_inet virtproxyd
|
%libvirt_daemon_systemd_preun_inet virtproxyd
|
||||||
%libvirt_daemon_systemd_preun virtlogd
|
%libvirt_daemon_systemd_preun_priv virtlogd
|
||||||
%libvirt_daemon_systemd_preun virtlockdd
|
%libvirt_daemon_systemd_preun_priv virtlockd
|
||||||
|
|
||||||
%postun daemon
|
%postun daemon
|
||||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
@ -1386,7 +1384,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
%libvirt_daemon_schedule_restart virtnetworkd
|
%libvirt_daemon_schedule_restart virtnetworkd
|
||||||
|
|
||||||
%preun
|
%preun daemon-driver-network
|
||||||
%libvirt_daemon_systemd_preun virtnetworkd
|
%libvirt_daemon_systemd_preun virtnetworkd
|
||||||
|
|
||||||
%postun daemon-driver-network
|
%postun daemon-driver-network
|
||||||
@ -1464,6 +1462,21 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
|
%pre daemon-driver-qemu
|
||||||
|
# We want soft static allocation of well-known ids, as disk images
|
||||||
|
# are commonly shared across NFS mounts by id rather than name; see
|
||||||
|
# https://fedoraproject.org/wiki/Packaging:UsersAndGroups
|
||||||
|
getent group kvm >/dev/null || groupadd -f -g 36 -r kvm
|
||||||
|
getent group qemu >/dev/null || groupadd -f -g 107 -r qemu
|
||||||
|
if ! getent passwd qemu >/dev/null; then
|
||||||
|
if ! getent passwd 107 >/dev/null; then
|
||||||
|
useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
|
||||||
|
else
|
||||||
|
useradd -r -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%post daemon-driver-qemu
|
%post daemon-driver-qemu
|
||||||
%if %{with_modular_daemons}
|
%if %{with_modular_daemons}
|
||||||
%libvirt_daemon_systemd_post virtqemud
|
%libvirt_daemon_systemd_post virtqemud
|
||||||
@ -1585,23 +1598,6 @@ done
|
|||||||
%libvirt_daemon_perform_restart libvirtd
|
%libvirt_daemon_perform_restart libvirtd
|
||||||
%libvirt_daemon_perform_restart virtnwfilterd
|
%libvirt_daemon_perform_restart virtnwfilterd
|
||||||
|
|
||||||
%if %{with_qemu}
|
|
||||||
%pre daemon-driver-qemu
|
|
||||||
# We want soft static allocation of well-known ids, as disk images
|
|
||||||
# are commonly shared across NFS mounts by id rather than name; see
|
|
||||||
# https://fedoraproject.org/wiki/Packaging:UsersAndGroups
|
|
||||||
getent group kvm >/dev/null || groupadd -f -g 36 -r kvm
|
|
||||||
getent group qemu >/dev/null || groupadd -f -g 107 -r qemu
|
|
||||||
if ! getent passwd qemu >/dev/null; then
|
|
||||||
if ! getent passwd 107 >/dev/null; then
|
|
||||||
useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
|
|
||||||
else
|
|
||||||
useradd -r -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with_lxc}
|
%if %{with_lxc}
|
||||||
%pre login-shell
|
%pre login-shell
|
||||||
getent group virtlogin >/dev/null || groupadd -r virtlogin
|
getent group virtlogin >/dev/null || groupadd -r virtlogin
|
||||||
@ -1697,6 +1693,7 @@ exit 0
|
|||||||
|
|
||||||
%{_mandir}/man1/virt-admin.1*
|
%{_mandir}/man1/virt-admin.1*
|
||||||
%{_mandir}/man1/virt-host-validate.1*
|
%{_mandir}/man1/virt-host-validate.1*
|
||||||
|
%{_mandir}/man8/virt-ssh-helper.8*
|
||||||
%{_mandir}/man8/libvirtd.8*
|
%{_mandir}/man8/libvirtd.8*
|
||||||
%{_mandir}/man8/virtlogd.8*
|
%{_mandir}/man8/virtlogd.8*
|
||||||
%{_mandir}/man8/virtlockd.8*
|
%{_mandir}/man8/virtlockd.8*
|
||||||
@ -1859,6 +1856,7 @@ exit 0
|
|||||||
%files daemon-driver-qemu
|
%files daemon-driver-qemu
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/virtqemud
|
%config(noreplace) %{_sysconfdir}/sysconfig/virtqemud
|
||||||
%config(noreplace) %{_sysconfdir}/libvirt/virtqemud.conf
|
%config(noreplace) %{_sysconfdir}/libvirt/virtqemud.conf
|
||||||
|
%config(noreplace) %{_prefix}/lib/sysctl.d/60-qemu-postcopy-migration.conf
|
||||||
%{_datadir}/augeas/lenses/virtqemud.aug
|
%{_datadir}/augeas/lenses/virtqemud.aug
|
||||||
%{_datadir}/augeas/lenses/tests/test_virtqemud.aug
|
%{_datadir}/augeas/lenses/tests/test_virtqemud.aug
|
||||||
%{_unitdir}/virtqemud.service
|
%{_unitdir}/virtqemud.service
|
||||||
@ -1985,6 +1983,7 @@ exit 0
|
|||||||
%files client
|
%files client
|
||||||
%{_mandir}/man1/virsh.1*
|
%{_mandir}/man1/virsh.1*
|
||||||
%{_mandir}/man1/virt-xml-validate.1*
|
%{_mandir}/man1/virt-xml-validate.1*
|
||||||
|
%{_mandir}/man1/virt-pki-query-dn.1*
|
||||||
%{_mandir}/man1/virt-pki-validate.1*
|
%{_mandir}/man1/virt-pki-validate.1*
|
||||||
%{_bindir}/virsh
|
%{_bindir}/virsh
|
||||||
%{_bindir}/virt-xml-validate
|
%{_bindir}/virt-xml-validate
|
||||||
@ -2071,6 +2070,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2022 Cole Robinson <crobinso@redhat.com> - 8.0.0-1
|
||||||
|
- Update to version 8.0.0
|
||||||
|
|
||||||
* Tue Jan 11 2022 Richard W.M. Jones <rjones@redhat.com> - 7.10.0-2
|
* Tue Jan 11 2022 Richard W.M. Jones <rjones@redhat.com> - 7.10.0-2
|
||||||
- Bump release and rebuild for new xen
|
- Bump release and rebuild for new xen
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-7.10.0.tar.xz) = c7eecc9538b68852a8cc67565566d64ec7b087b6f009858b2eb524bc3ef0f6ca3c0da67edf801e6a3ae3fcc0364e65e108fa92bcb01ee810c85fa5f37785aa32
|
SHA512 (libvirt-8.0.0.tar.xz) = e84cf2753d3c57cfe5aadbb6601fa76e0ba750471c1c24631720fe64376c3599ea252863ec671a50527e4fb380ffe0c2f02f07705b4b87d373ccf3e516ff4b1c
|
||||||
|
Loading…
Reference in New Issue
Block a user