rpms/device-mapper-multipath/devel device-mapper-multipath.spec, 1.44, 1.45

Alasdair Kergon (agk) fedora-extras-commits at redhat.com
Tue May 6 18:05:26 UTC 2008


Author: agk

Update of /cvs/pkgs/rpms/device-mapper-multipath/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31519

Modified Files:
	device-mapper-multipath.spec 
Log Message:
second attempt at no static



Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- device-mapper-multipath.spec	6 May 2008 16:32:43 -0000	1.44
+++ device-mapper-multipath.spec	6 May 2008 18:04:46 -0000	1.45
@@ -7,6 +7,7 @@
 URL: http://christophe.varoqui.free.fr/
 Source0: multipath-tools-0.4.7.head2.tgz
 Patch0: multipath-tools-0.4.7.head2-sparc64fix.patch
+Patch1: multipath-tools-0.4.7.head2-nostatic.patch
 Requires: kpartx = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): chkconfig
@@ -34,6 +35,7 @@
 %prep
 %setup -q -n multipath-tools-0.4.7.head2
 %patch0 -p1 -b .sparc64
+%patch1 -p1 -b .nostatic
 
 %build
 make DESTDIR=$RPM_BUILD_ROOT
@@ -41,8 +43,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT bindir=/sbin rcdir=/etc/rc.d/init.d
-rm -f $RPM_BUILD_ROOT/sbin/multipath.static
-rm -f $RPM_BUILD_ROOT/sbin/kpartx.static
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list