diff --git a/libvirt.spec b/libvirt.spec index 4e0d2b8..3af4953 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -15,7 +15,6 @@ # touch configure.ac or Makefile.am. %{!?enable_autotools:%global enable_autotools 0} - # The hypervisor drivers that run in libvirtd %define with_xen 0%{!?_without_xen:1} %define with_qemu 0%{!?_without_qemu:1} @@ -239,7 +238,7 @@ Summary: Library providing a simple virtualization API Name: libvirt -Version: 3.7.0 +Version: 3.8.0 Release: 1%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries @@ -1092,10 +1091,6 @@ Libvirt plugin for NSS for translating domain names into IP addresses. %prep -%if ! %{supported_platform} -echo "This RPM requires either Fedora >= 20 or RHEL >= 6" -exit 1 -%endif %setup -q @@ -1136,6 +1131,11 @@ rm -f $PATCHLIST rm -rf .git %build +%if ! %{supported_platform} +echo "This RPM requires either Fedora >= 20 or RHEL >= 6" +exit 1 +%endif + %if %{with_xen} %define arg_xen --with-xen %else @@ -1794,6 +1794,8 @@ exit 0 %dir %attr(0711, root, root) %{_localstatedir}/cache/libvirt/ +%dir %attr(0755, root, root) %{_libdir}/libvirt/ +%dir %attr(0755, root, root) %{_libdir}/libvirt/connection-driver/ %dir %attr(0755, root, root) %{_libdir}/libvirt/lock-driver %attr(0755, root, root) %{_libdir}/libvirt/lock-driver/lockd.so @@ -2028,7 +2030,9 @@ exit 0 %attr(0755, root, root) %{_libexecdir}/libvirt-guests.sh %files libs -f %{name}.lang -%doc COPYING COPYING.LESSER +# RHEL6 doesn't have 'license' macro +%{!?_licensedir:%global license %%doc} +%license COPYING COPYING.LESSER %config(noreplace) %{_sysconfdir}/libvirt/libvirt.conf %config(noreplace) %{_sysconfdir}/libvirt/libvirt-admin.conf %{_libdir}/libvirt.so.* @@ -2121,6 +2125,9 @@ exit 0 %changelog +* Wed Oct 4 2017 Daniel P. Berrange - 3.8.0-1 +- Rebase to version 3.8.0 + * Mon Sep 4 2017 Daniel P. Berrange - 3.7.0-1 - Rebase to version 3.7.0 diff --git a/sources b/sources index a881c2d..6687585 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libvirt-3.7.0.tar.xz) = b3f7021ef4c6954430f8fa503f0c49e3df4f662b228cb631ba2c2139ecec2307dde6cec05037cc28663e82ab1001296c20c5c68acd183cd364dd484a7746f498 +SHA512 (libvirt-3.8.0.tar.xz) = fc48f29b493a5ec2b3586f6c5df0b8cb81f3f26be847bc42acfb6481d45970edc760dda0232ad57b95b8cf13382d0269dd3edf4a744040cda15b835d32d8c672