libvirt-6.5.0-1
Update to version 6.5.0
This commit is contained in:
parent
fc18e983e7
commit
21269530e8
12
libvirt.spec
12
libvirt.spec
@ -4,7 +4,7 @@
|
|||||||
# that's still supported by the vendor. It may work on other distros
|
# that's still supported by the vendor. It may work on other distros
|
||||||
# or versions, but no effort will be made to ensure that going forward.
|
# or versions, but no effort will be made to ensure that going forward.
|
||||||
%define min_rhel 7
|
%define min_rhel 7
|
||||||
%define min_fedora 30
|
%define min_fedora 31
|
||||||
|
|
||||||
%if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel})
|
%if (0%{?fedora} && 0%{?fedora} >= %{min_fedora}) || (0%{?rhel} && 0%{?rhel} >= %{min_rhel})
|
||||||
%define supported_platform 1
|
%define supported_platform 1
|
||||||
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 6.4.0
|
Version: 6.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
@ -269,6 +269,7 @@ BuildRequires: python36-docutils
|
|||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -522,6 +523,8 @@ Requires: libvirt-daemon = %{version}-%{release}
|
|||||||
Requires: libvirt-libs = %{version}-%{release}
|
Requires: libvirt-libs = %{version}-%{release}
|
||||||
# needed for device enumeration
|
# needed for device enumeration
|
||||||
Requires: systemd >= 185
|
Requires: systemd >= 185
|
||||||
|
# For managing persistent mediated devices
|
||||||
|
Requires: mdevctl
|
||||||
|
|
||||||
%description daemon-driver-nodedev
|
%description daemon-driver-nodedev
|
||||||
The nodedev driver plugin for the libvirtd daemon, providing
|
The nodedev driver plugin for the libvirtd daemon, providing
|
||||||
@ -1505,7 +1508,7 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%doc AUTHORS ChangeLog NEWS README README.rst
|
%doc AUTHORS ChangeLog NEWS.rst README README.rst
|
||||||
%doc %{_vpath_builddir}/libvirt-docs/*
|
%doc %{_vpath_builddir}/libvirt-docs/*
|
||||||
|
|
||||||
%files daemon
|
%files daemon
|
||||||
@ -1984,6 +1987,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 03 2020 Cole Robinson <crobinso@redhat.com> - 6.5.0-1
|
||||||
|
- Update to version 6.5.0
|
||||||
|
|
||||||
* Tue Jun 02 2020 Cole Robinson <crobinso@redhat.com> - 6.4.0-1
|
* Tue Jun 02 2020 Cole Robinson <crobinso@redhat.com> - 6.4.0-1
|
||||||
- Update to version 6.4.0
|
- Update to version 6.4.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-6.4.0.tar.xz) = 7e4da72af7fb455b158b82d121d256f8cb41b7f7bf7e7afeab72f303a814377adf5775caf9a271591f463c0dd0b98e9d59f3c6b548b6858855f0a488e8033e03
|
SHA512 (libvirt-6.5.0.tar.xz) = 30a032270304b97945ff2c5087c72c2f5510634186f2eaf7c3d834a72cddcaec97bbe5ccc86802728a59f4c80b5bb54757400683df5f20175757cfe07ce67453
|
||||||
|
Loading…
Reference in New Issue
Block a user