Author: glen Date: Sat Oct 15 23:15:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - udev.d obsolete - sortnr to .rules
---- Files affected: SPECS: multipath-tools.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/multipath-tools.spec diff -u SPECS/multipath-tools.spec:1.6 SPECS/multipath-tools.spec:1.7 --- SPECS/multipath-tools.spec:1.6 Sun Oct 16 01:07:05 2005 +++ SPECS/multipath-tools.spec Sun Oct 16 01:15:36 2005 @@ -4,7 +4,7 @@ Summary(pl): Implementacja wielotrasowego dostępu do zasobów dla Linuksa Name: multipath-tools Version: 0.4.5 -Release: 0.1 +Release: 0.2 License: GPL Group: Base Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2 @@ -45,13 +45,15 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/{,40-}multipath.rules +rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dev.d/block/multipath.dev + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%{_sysconfdir}/dev.d/block/multipath.dev -%{_sysconfdir}/udev/rules.d/multipath.rules +%{_sysconfdir}/udev/rules.d/*.rules %attr(755,root,root) %{_sbindir}/devmap_name %attr(755,root,root) %{_sbindir}/kpartx %attr(755,root,root) %{_sbindir}/mpath_prio_alua @@ -79,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/10/15 23:15:36 glen +- udev.d obsolete +- sortnr to .rules + Revision 1.6 2005/10/15 23:07:05 glen - BR: readline-devle ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/multipath-tools.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
