Author: glen Date: Fri Oct 26 12:51:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - install sysconfig
---- Files affected: SPECS: multipath-tools.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/multipath-tools.spec diff -u SPECS/multipath-tools.spec:1.36 SPECS/multipath-tools.spec:1.37 --- SPECS/multipath-tools.spec:1.36 Fri Oct 26 14:04:23 2007 +++ SPECS/multipath-tools.spec Fri Oct 26 14:50:58 2007 @@ -6,17 +6,18 @@ 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.7 +Release: 0.8 License: GPL v2 Group: Base Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2 # Source0-md5: 3563b863b408d07c46929b6e8c2c248c +Source1: multipathd.init +Source2: multipathd.sysconfig URL: http://christophe.varoqui.free.fr/ Patch0: %{name}-llh.patch Patch1: %{name}-kpartx-udev.patch # was not used - is OPTIONS+="last_rule" stille needed? #Patch1: %{name}-udev.patch -Source1: multipathd.init BuildRequires: device-mapper-devel >= 1.02.08 BuildRequires: libaio-devel BuildRequires: linux-libc-headers >= 2.6.12.0-5 @@ -92,6 +93,7 @@ install -D multipath.conf.annotated $RPM_BUILD_ROOT%{_sysconfdir}/multipath.conf install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/multipathd +install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/multipathd install -d $RPM_BUILD_ROOT/var/lib/multipath mv $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/{,40-}multipath.rules rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dev.d/block/multipath.dev @@ -125,6 +127,7 @@ %attr(755,root,root) %{_sbindir}/multipath %attr(755,root,root) %{_sbindir}/multipathd %attr(754,root,root) /etc/rc.d/init.d/multipathd +%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/multipathd %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/multipath.conf %{_sysconfdir}/udev/rules.d/40-multipath.rules %{_sysconfdir}/udev/rules.d/kpartx.rules @@ -143,6 +146,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2007/10/26 12:50:58 glen +- install sysconfig + Revision 1.36 2007/10/26 12:04:23 glen - add kpartx udev files fix - restart multipathd normal way (i see no reason why not) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/multipath-tools.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
