]> git.pld-linux.org Git - packages/lvm2.git/commitdiff
- rel 3 auto/th/lvm2-2_02_94-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 28 Mar 2012 10:36:17 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix device-mapper libs packaging

Changed files:
    lvm2.spec -> 1.190

lvm2.spec

index 46f5c2aedf540c17185e8d415075bde7952f0a51..bb1ae2df80982a2d1688b1ef490e0cc4a970de0a 100644 (file)
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -42,7 +42,7 @@ Summary:      The new version of Logical Volume Manager for Linux
 Summary(pl.UTF-8):     Nowa wersja Logical Volume Managera dla Linuksa
 Name:          lvm2
 Version:       2.02.94
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
@@ -455,12 +455,14 @@ fi
 %attr(755,root,root) /%{_lib}/liblvm2cmd.so.*.*
 %dir %{_libdir}/device-mapper
 %attr(755,root,root) %{_libdir}/device-mapper/*.so
+%attr(755,root,root) %{_libdir}/libdevmapper-event-*.so
 %{_mandir}/man8/dmsetup.8*
 %{_mandir}/man8/dmeventd.8*
 
 %files -n device-mapper-devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdevmapper*.so
+%attr(755,root,root) %{_libdir}/libdevmapper.so
+%attr(755,root,root) %{_libdir}/libdevmapper-event.so
 %attr(755,root,root) %{_libdir}/liblvm2app.so
 %attr(755,root,root) %{_libdir}/liblvm2cmd.so
 %{_includedir}/libdevmapper*.h
This page took 0.161809 seconds and 4 git commands to generate.