summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2008-05-06 16:32:43 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2008-05-06 16:32:43 +0000
commit9935f1b0acc342db842b265278767ce68ff757f7 (patch)
treebfd6ef19bf02ec6502a92265d838548830984efb
parentcff9517ed648c43122217d81a0c79bbd9f45dd75 (diff)
downloaddevice-mapper-multipath-9935f1b0acc342db842b265278767ce68ff757f7.tar.gz
device-mapper-multipath-9935f1b0acc342db842b265278767ce68ff757f7.tar.xz
device-mapper-multipath-9935f1b0acc342db842b265278767ce68ff757f7.zip
Remove unnecessary multipath & kpartx static binaries. (bz 234928)
-rw-r--r--device-mapper-multipath.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 37d8d7b..8d9e3cc 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper
Name: device-mapper-multipath
Version: 0.4.7
-Release: 14%{?dist}
+Release: 15%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -41,6 +41,8 @@ make DESTDIR=$RPM_BUILD_ROOT
%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
@@ -56,7 +58,6 @@ fi
%files
%defattr(-,root,root,-)
/sbin/multipath
-/sbin/multipath.static
/sbin/multipathd
/sbin/mpath_prio_alua
/sbin/mpath_prio_emc
@@ -77,10 +78,12 @@ fi
%files -n kpartx
%defattr(-,root,root,-)
/sbin/kpartx
-/sbin/kpartx.static
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Tue May 06 2008 Alasdair Kergon <agk@redhat.com> - 0.4.7-15
+- Remove unnecessary multipath & kpartx static binaries. (bz 234928)
+
* Fri Feb 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.7-14
- fix sparc64
- fix license tag