Author: baggins Date: Sun Mar 6 16:53:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - enable udev support
---- Files affected: packages/lvm2: lvm2.spec (1.176 -> 1.177) ---- Diffs: ================================================================ Index: packages/lvm2/lvm2.spec diff -u packages/lvm2/lvm2.spec:1.176 packages/lvm2/lvm2.spec:1.177 --- packages/lvm2/lvm2.spec:1.176 Wed Feb 23 23:08:36 2011 +++ packages/lvm2/lvm2.spec Sun Mar 6 17:53:47 2011 @@ -38,7 +38,7 @@ Summary(pl.UTF-8): Nowa wersja Logical Volume Managera dla Linuksa Name: lvm2 Version: 2.02.84 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz @@ -79,6 +79,7 @@ %endif BuildRequires: ncurses-devel BuildRequires: readline-devel +BuildRequires: udev-devel Requires: device-mapper >= %{version}-%{release} %if %{with clvmd} Requires: cman-libs >= 1.0 @@ -306,7 +307,11 @@ --with-snapshots=internal \ --with-mirrors=internal \ --with-interface=ioctl \ + --enable-udev_sync \ + --enable-udev_rules \ + --with-udev-prefix=/ \ %{!?with_selinux:--disable-selinux} + %{__make} -j1 %{__make} -j1 -C libdm LIB_STATIC=libdevmapper.a @@ -369,6 +374,10 @@ %files -n device-mapper %defattr(644,root,root,755) %doc *_DM +/lib/udev/rules.d/10-dm.rules +/lib/udev/rules.d/11-dm-lvm.rules +/lib/udev/rules.d/13-dm-disk.rules +/lib/udev/rules.d/95-dm-notify.rules %attr(755,root,root) %{_sbindir}/dmeventd %attr(755,root,root) %{_sbindir}/dmsetup %attr(755,root,root) /%{_lib}/libdevmapper*.so.*.* @@ -417,6 +426,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.177 2011/03/06 16:53:47 baggins +- rel 2 +- enable udev support + Revision 1.176 2011/02/23 22:08:36 baggins - 2.02.84 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lvm2/lvm2.spec?r1=1.176&r2=1.177&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
