Author: glen Date: Mon Nov 22 09:07:59 2010 GMT Module: packages Tag: HEAD ---- Log message: - change udev to requirement (multipath -v2 needs scsi_id program); rel 3
---- Files affected: packages/multipath-tools: multipath-tools.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: packages/multipath-tools/multipath-tools.spec diff -u packages/multipath-tools/multipath-tools.spec:1.71 packages/multipath-tools/multipath-tools.spec:1.72 --- packages/multipath-tools/multipath-tools.spec:1.71 Wed Nov 17 15:07:20 2010 +++ packages/multipath-tools/multipath-tools.spec Mon Nov 22 10:07:54 2010 @@ -2,12 +2,12 @@ # # Conditional build: %bcond_with initrd # build initrd version (very broken) -# + Summary: Tools to manage multipathed devices with the device-mapper Summary(pl.UTF-8): Implementacja wielotrasowego dostępu do zasobów przy użyciu device-mappera Name: multipath-tools Version: 0.4.9 -Release: 2 +Release: 3 License: GPL v2 Group: Base Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2 @@ -39,13 +39,13 @@ Requires: libaio >= 0.3.106-2 Requires: rc-scripts %if "%{pld_release}" == "th" -Conflicts: udev < 1:127 +Requires: udev-core >= 1:127 %endif %if "%{pld_release}" == "ti" Conflicts: udev < 1:124-3 %endif %if "%{pld_release}" == "ac" -Conflicts: udev < 1:079-10 +Requires: udev-core >= 1:079-10 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -199,6 +199,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2010/11/22 09:07:54 glen +- change udev to requirement (multipath -v2 needs scsi_id program); rel 3 + Revision 1.71 2010/11/17 14:07:20 arekm - readd git patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/multipath-tools/multipath-tools.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
