Change-Id: Ib8f84b49f4613d9c98cc446c80a597217dace940
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4483
Reviewed-by: Vinay Kulkarni <kulkarniv@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Virtualization API library that supports KVM, QEMU, Xen, ESX etc |
| 2 | 2 |
Name: libvirt |
| 3 | 3 |
Version: 3.2.0 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: LGPL |
| 6 | 6 |
URL: http://libvirt.org/ |
| 7 | 7 |
Source0: http://libvirt.org/sources/%{name}-%{version}.tar.xz
|
| ... | ... |
@@ -76,6 +76,8 @@ find %{buildroot} -name '*.la' -delete
|
| 76 | 76 |
%{_bindir}/*
|
| 77 | 77 |
%{_libdir}/libvirt*.so.*
|
| 78 | 78 |
%{_libdir}/libvirt/storage-backend/*
|
| 79 |
+%{_libdir}/libvirt/connection-driver/*.so
|
|
| 80 |
+%{_libdir}/libvirt/lock-driver/*.so
|
|
| 79 | 81 |
%{_libdir}/sysctl.d/60-libvirtd.conf
|
| 80 | 82 |
%{_libdir}/systemd/system/*
|
| 81 | 83 |
/usr/libexec/libvirt* |
| ... | ... |
@@ -92,10 +94,7 @@ find %{buildroot} -name '*.la' -delete
|
| 92 | 92 |
%files devel |
| 93 | 93 |
%{_includedir}/libvirt/*
|
| 94 | 94 |
%{_libdir}/libvirt*.so
|
| 95 |
-%{_libdir}/libvirt/connection-driver/*.so
|
|
| 96 |
-%{_libdir}/libvirt/lock-driver/*.so
|
|
| 97 | 95 |
%{_libdir}/pkgconfig/libvirt*
|
| 98 |
-%{_libdir}/libvirt/storage-backend/*
|
|
| 99 | 96 |
|
| 100 | 97 |
%dir %{_datadir}/libvirt/api/
|
| 101 | 98 |
%{_datadir}/libvirt/api/libvirt-api.xml
|
| ... | ... |
@@ -112,6 +111,8 @@ find %{buildroot} -name '*.la' -delete
|
| 112 | 112 |
%{_mandir}/*
|
| 113 | 113 |
|
| 114 | 114 |
%changelog |
| 115 |
+* Thu Dec 07 2017 Xiaolin Li <xiaolinl@vmware.com> 3.2.0-4 |
|
| 116 |
+- Move so files in folder connection-driver and lock-driver to main package. |
|
| 115 | 117 |
* Mon Dec 04 2017 Xiaolin Li <xiaolinl@vmware.com> 3.2.0-3 |
| 116 | 118 |
- Fix CVE-2017-1000256 |
| 117 | 119 |
* Wed Aug 23 2017 Rui Gu <ruig@vmware.com> 3.2.0-2 |