]> TLD Linux GIT Repositories - packages/libvirt.git/blobdiff - libvirt.spec
- updated to 3.2.0
[packages/libvirt.git] / libvirt.spec
index 78073a677f3aa42ac1e4e9c6f97c8cbbfb71999c..d7dd13e63897475d633f808668d0b8a35b12e168 100644 (file)
 Summary:       Toolkit to interact with virtualization capabilities
 Summary(pl.UTF-8):     Narzędzia współpracujące z funkcjami wirtualizacji
 Name:          libvirt
-Version:       3.0.0
-Release:       2
+Version:       3.2.0
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://libvirt.org/sources/libvirt-%{version}.tar.xz
-# Source0-md5: 7a24f2ef34e768b654cb689a985cc7aa
+# Source0-md5: 389030d5961d7a0a1c720abbec0b9b78
 Source1:       libvirtd.init
 Source2:       virtlockd.init
 Source3:       virtlogd.init
@@ -607,6 +607,16 @@ fi
 %{_libdir}/libvirt-admin.a
 %{?with_lxc:%{_libdir}/libvirt-lxc.a}
 %{_libdir}/libvirt-qemu.a
+%dir %{_libdir}/libvirt/storage-backend
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_disk.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_fs.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_gluster.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_iscsi.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_logical.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_mpath.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_rbd.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_scsi.a
+%{_libdir}/libvirt/storage-backend/libvirt_storage_backend_sheepdog.a
 
 %if %{with sanlock}
 %files lock-sanlock
@@ -687,6 +697,16 @@ fi
 %{?with_vbox:%attr(755,root,root) %{_libdir}/libvirt/connection-driver/libvirt_driver_vbox.so}
 %dir %{_libdir}/libvirt/lock-driver
 %attr(755,root,root) %{_libdir}/libvirt/lock-driver/lockd.so
+%dir %{_libdir}/libvirt/storage-backend
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_disk.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_fs.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_gluster.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_iscsi.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_logical.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_mpath.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_rbd.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_scsi.so
+%attr(755,root,root) %{_libdir}/libvirt/storage-backend/libvirt_storage_backend_sheepdog.so
 
 %if %{with libxl}
 %files daemon-libxl