SPECS: multipath-tools.spec - no need to sed the Makefile - multipath libs ...

baggins baggins at pld-linux.org
Tue Nov 25 23:41:15 CET 2008


Author: baggins                      Date: Tue Nov 25 22:41:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to sed the Makefile
- multipath libs are in /lib on all archs

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

---- Diffs:

================================================================
Index: SPECS/multipath-tools.spec
diff -u SPECS/multipath-tools.spec:1.47 SPECS/multipath-tools.spec:1.48
--- SPECS/multipath-tools.spec:1.47	Tue Nov 25 23:33:02 2008
+++ SPECS/multipath-tools.spec	Tue Nov 25 23:41:09 2008
@@ -81,8 +81,6 @@
 %patch1 -p1
 %patch2 -p1
 
-%{__sed} -i -e 's,/lib/libdevmapper.so,/%{_lib}/libdevmapper.so,' libmultipath/Makefile
-
 %build
 %if %{with initrd}
 %{__make} -j1 \
@@ -132,8 +130,8 @@
 %attr(755,root,root) %{_sbindir}/kpartx
 %attr(755,root,root) %{_sbindir}/multipath
 %attr(755,root,root) %{_sbindir}/multipathd
-%dir /%{_lib}/multipath
-%attr(755,root,root) /%{_lib}/multipath/lib*.so
+%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
@@ -157,6 +155,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2008/11/25 22:41:09  baggins
+- no need to sed the Makefile
+- multipath libs are in /lib on all archs
+
 Revision 1.47  2008/11/25 22:33:02  baggins
 - updated to today's GIT
 - updated files
================================================================

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



More information about the pld-cvs-commit mailing list