SPECS: multipath-tools.spec - updated to today's GIT - updated files - udev...

baggins baggins at pld-linux.org
Tue Nov 25 23:33:08 CET 2008


Author: baggins                      Date: Tue Nov 25 22:33:08 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to today's GIT
- updated files
- udev 127 and later has all stuff in /lib on all archs

---- Files affected:
SPECS:
   multipath-tools.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/multipath-tools.spec
diff -u SPECS/multipath-tools.spec:1.46 SPECS/multipath-tools.spec:1.47
--- SPECS/multipath-tools.spec:1.46	Mon Jul 14 14:26:55 2008
+++ SPECS/multipath-tools.spec	Tue Nov 25 23:33:02 2008
@@ -7,7 +7,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:	3
+Release:	3.1
 License:	GPL v2
 Group:		Base
 Source0:	http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2
@@ -20,9 +20,6 @@
 Patch0:		%{name}-llh.patch
 Patch1:		%{name}-kpartx-udev.patch
 Patch2:		%{name}-bindings.patch
-Patch3:		%{name}-lib64.patch
-# was not used - is OPTIONS+="last_rule" still needed?
-#PatchX:	%{name}-udev.patch
 BuildRequires:	device-mapper-devel >= 1.02.08
 BuildRequires:	libaio-devel
 BuildRequires:	linux-libc-headers >= 2.6.12.0-5
@@ -38,7 +35,7 @@
 Requires:	kpartx = %{version}-%{release}
 Requires:	libaio >= 0.3.106-2
 Requires:	rc-scripts
-Conflicts:	udev < 1:070-4.1
+Conflicts:	udev < 1:127
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_sbindir	/sbin
@@ -67,7 +64,7 @@
 Summary:	Partition device manager for device-mapper devices
 Summary(pl.UTF-8):	Zarządca urządzeń partycji dla urządzeń device-mappera
 Group:		Base
-Requires:	udev-core >= 106
+Requires:	udev-core >= 127
 
 %description -n kpartx
 kpartx maps linear devmaps upon device partitions, which makes
@@ -79,13 +76,10 @@
 
 %prep
 %setup -q
-#%patch100 -p1
+%patch100 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%if "%{_lib}" != "lib"
-%patch3 -p1
-%endif
 
 %{__sed} -i -e 's,/lib/libdevmapper.so,/%{_lib}/libdevmapper.so,' libmultipath/Makefile
 
@@ -135,18 +129,11 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHOR ChangeLog FAQ README TODO
-%attr(755,root,root) %{_sbindir}/devmap_name
 %attr(755,root,root) %{_sbindir}/kpartx
-%attr(755,root,root) %{_sbindir}/mpath_prio_alua
-%attr(755,root,root) %{_sbindir}/mpath_prio_balance_units
-%attr(755,root,root) %{_sbindir}/mpath_prio_emc
-%attr(755,root,root) %{_sbindir}/mpath_prio_hds_modular
-%attr(755,root,root) %{_sbindir}/mpath_prio_hp_sw
-%attr(755,root,root) %{_sbindir}/mpath_prio_netapp
-%attr(755,root,root) %{_sbindir}/mpath_prio_random
-%attr(755,root,root) %{_sbindir}/mpath_prio_rdac
 %attr(755,root,root) %{_sbindir}/multipath
 %attr(755,root,root) %{_sbindir}/multipathd
+%dir /%{_lib}/multipath
+%attr(755,root,root) /%{_lib}/multipath/lib*.so
 %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
@@ -154,15 +141,13 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/multipath/bindings
 %{_sysconfdir}/udev/rules.d/40-multipath.rules
 %{_mandir}/man5/multipath.conf.5*
-%{_mandir}/man8/devmap_name.8*
-%{_mandir}/man8/mpath_prio_alua.8*
 %{_mandir}/man8/multipath.8*
 %{_mandir}/man8/multipathd.8*
 
 %files -n kpartx
 %defattr(644,root,root,755)
 %doc kpartx/README
-%attr(755,root,root) /%{_lib}/udev/kpartx_id
+%attr(755,root,root) /lib/udev/kpartx_id
 %{_sysconfdir}/udev/rules.d/kpartx.rules
 %{_mandir}/man8/kpartx.8*
 
@@ -172,6 +157,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2008/11/25 22:33:02  baggins
+- updated to today's GIT
+- updated files
+- udev 127 and later has all stuff in /lib on all archs
+
 Revision 1.46  2008/07/14 12:26:55  glen
 - fix for /lib64/udev
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/multipath-tools.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list