Author: glen Date: Thu Oct 25 12:27:36 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - # multipath -l : libdevmapper version must be >= 1.02.08
---- Files affected: SPECS: multipath-tools.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/multipath-tools.spec diff -u SPECS/multipath-tools.spec:1.33 SPECS/multipath-tools.spec:1.34 --- SPECS/multipath-tools.spec:1.33 Wed Oct 24 17:40:01 2007 +++ SPECS/multipath-tools.spec Thu Oct 25 14:27:31 2007 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Implementacja wielotrasowego dostępu do zasobów przy użyciu device-mappera Name: multipath-tools Version: 0.4.8 -Release: 0.4 +Release: 0.5 License: GPL v2 Group: Base Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2 @@ -16,7 +16,7 @@ # was not used - is OPTIONS+="last_rule" stille needed? #Patch1: %{name}-udev.patch Source1: multipathd.init -BuildRequires: device-mapper-devel >= 1.02.07 +BuildRequires: device-mapper-devel >= 1.02.08 BuildRequires: libaio-devel BuildRequires: linux-libc-headers >= 2.6.12.0-5 BuildRequires: readline-devel @@ -27,6 +27,7 @@ BuildRequires: klibc-static %endif Requires(post,preun): /sbin/chkconfig +Requires: device-mapper >= 1.02.08 Requires: rc-scripts Conflicts: udev < 1:070-4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -146,6 +147,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2007/10/25 12:27:31 glen +- # multipath -l : + libdevmapper version must be >= 1.02.08 + Revision 1.33 2007/10/24 15:40:01 glen - typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/multipath-tools.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
