Update to 4.9.0 release
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
1bdd527daf
commit
4df5f77071
@ -100,7 +100,7 @@
|
|||||||
%define with_vbox 0
|
%define with_vbox 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Numactl is not available on s390[x] and ARM
|
# Numactl is not available on many non-x86 archs
|
||||||
%ifarch s390 s390x %{arm} riscv64
|
%ifarch s390 s390x %{arm} riscv64
|
||||||
%define with_numactl 0
|
%define with_numactl 0
|
||||||
%endif
|
%endif
|
||||||
@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
%if %{with_qemu} || %{with_lxc} || %{with_uml}
|
%if %{with_qemu} || %{with_lxc} || %{with_uml}
|
||||||
# numad is used to manage the CPU and memory placement dynamically,
|
# numad is used to manage the CPU and memory placement dynamically,
|
||||||
# it's not available on s390[x] and ARM.
|
# it's not available on many non-x86 architectures.
|
||||||
%ifnarch s390 s390x %{arm} riscv64
|
%ifnarch s390 s390x %{arm} riscv64
|
||||||
%define with_numad 0%{!?_without_numad:1}
|
%define with_numad 0%{!?_without_numad:1}
|
||||||
%endif
|
%endif
|
||||||
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 4.8.0
|
Version: 4.9.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
@ -1919,6 +1919,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 12 2018 Daniel P. Berrangé <berrange@redhat.com> - 4.9.0-1
|
||||||
|
- Update to 4.9.0 release
|
||||||
|
|
||||||
* Fri Oct 5 2018 Daniel P. Berrangé <berrange@redhat.com> - 4.8.0-1
|
* Fri Oct 5 2018 Daniel P. Berrangé <berrange@redhat.com> - 4.8.0-1
|
||||||
- Update to 4.8.0 release
|
- Update to 4.8.0 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-4.8.0.tar.xz) = 59439e3f5b244470c112ff611ccbb1354496b62643f801df07ee578c4ea932afeb105db2230519df5fa5ca548986e76dd6990814c249f2de51c0250fd2ef5dea
|
SHA512 (libvirt-4.9.0.tar.xz) = 3cfada940f9de6cc4b0504e089f41aa03d9986f0163344dd3b3ab8e6c4eb556a56996dc8f24bca913b036862c75b256628ea9ab7674ef0a57b87f47c58689e90
|
||||||
|
Loading…
Reference in New Issue
Block a user