Author: baggins Date: Wed Mar 28 10:36:23 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - fix device-mapper libs packaging
---- Files affected: packages/lvm2: lvm2.spec (1.189 -> 1.190) ---- Diffs: ================================================================ Index: packages/lvm2/lvm2.spec diff -u packages/lvm2/lvm2.spec:1.189 packages/lvm2/lvm2.spec:1.190 --- packages/lvm2/lvm2.spec:1.189 Wed Mar 28 08:40:41 2012 +++ packages/lvm2/lvm2.spec Wed Mar 28 12:36:17 2012 @@ -43,7 +43,7 @@ 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 @@ -456,12 +456,14 @@ %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 @@ -501,6 +503,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.190 2012/03/28 10:36:17 baggins +- rel 3 +- fix device-mapper libs packaging + Revision 1.189 2012/03/28 06:40:41 baggins - set correct dmeventd path ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/lvm2/lvm2.spec?r1=1.189&r2=1.190 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
