rpms/device-mapper-multipath/FC-5 .cvsignore, 1.7, 1.8 device-mapper-multipath.spec, 1.23, 1.24 fedora.patch, 1.1, 1.2 sources, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 19:59:38 UTC 2006


Author: bmarzins

Update of /cvs/dist/rpms/device-mapper-multipath/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv26052

Modified Files:
	.cvsignore device-mapper-multipath.spec fedora.patch sources 
Log Message:
updated to latest source



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Feb 2006 00:40:15 -0000	1.7
+++ .cvsignore	24 May 2006 19:59:35 -0000	1.8
@@ -1,3 +1,4 @@
 multipath-tools-0.4.4.2.tar.bz2
 multipath-tools-0.4.5.52.tgz
 multipath-tools-0.4.5.56.tgz
+multipath-tools-0.4.5.60.tgz


Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-5/device-mapper-multipath.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- device-mapper-multipath.spec	27 Feb 2006 18:05:22 -0000	1.23
+++ device-mapper-multipath.spec	24 May 2006 19:59:35 -0000	1.24
@@ -1,17 +1,18 @@
 Summary: Tools to manage multipath devices using device-mapper.
 Name: device-mapper-multipath
 Version: 0.4.5
-Release: 12.2
+Release: 17.0
 License: GPL
 Group: System Environment/Base
 URL: http://christophe.varoqui.free.fr/
-Source0: multipath-tools-0.4.5.56.tgz
+Source0: multipath-tools-0.4.5.60.tgz
 Patch0: fedora.patch
 Obsoletes: kpartx = 0.4.4-2.4
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Prereq: chkconfig
 BuildRequires: sysfsutils-devel, device-mapper >= 1.02.02-2
-BuildRequires: libselinux-devel
+BuildRequires: libselinux-devel, libsepol-devel
+BuildRequires: readline-devel
 
 %description
 %{name} provides tools to manage multipath devices by instructing the 
@@ -21,7 +22,7 @@
 * multipathd :  Detects when paths fail and execs multipath to update things.
 
 %prep
-%setup -q -n multipath-tools-0.4.5.56
+%setup -q -n multipath-tools-0.4.5.60
 
 %patch0 -p1
 
@@ -53,6 +54,9 @@
 /sbin/mpath_prio_alua
 /sbin/mpath_prio_emc
 /sbin/mpath_prio_netapp
+/sbin/mpath_prio_hds_modular
+/sbin/mpath_get_name
+/sbin/kpartx_get_name
 /etc/udev/rules.d/40-multipath.rules
 %{_mandir}/man8/mpath_prio_alua.8.gz
 %{_mandir}/man8/kpartx.8.gz
@@ -64,6 +68,9 @@
 /var/cache/multipath
 
 %changelog
+* Wed May 24 2006 Benjamin Marzinski <bmarzins at redhat.com> 0.4.5-16.0
+updated to latest upstream source
+
 * Mon Feb 27 2006 Benjamin Marzinski <bmarzins at redhat.com> 0.4.5-12.2
 - Prereq: chkconfig
 

fedora.patch:
 kpartx/Makefile    |    2 +-
 multipath/Makefile |   12 ++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

Index: fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-5/fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fedora.patch	19 Dec 2005 17:30:32 -0000	1.1
+++ fedora.patch	24 May 2006 19:59:35 -0000	1.2
@@ -26,8 +26,8 @@
  
  install:
  	install -d $(DESTDIR)$(bindir)
--	install -m 755 $(EXEC) $(EXEC).static mpath_ctl $(DESTDIR)$(bindir)/
-+	install -m 755 $(EXEC) $(EXEC).static $(DESTDIR)$(bindir)/
+-	install -m 755 $(EXEC) $(EXEC).static mpath_ctl mpath_get_name kpartx_get_name $(DESTDIR)$(bindir)/
++	install -m 755 $(EXEC) $(EXEC).static mpath_get_name kpartx_get_name $(DESTDIR)$(bindir)/
  	install -m 700 -d $(DESTDIR)/var/cache/multipath/
 -	install -d $(DESTDIR)/etc/dev.d/block/
 -	install -m 755 multipath.dev $(DESTDIR)/etc/dev.d/block/


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	10 Feb 2006 00:40:15 -0000	1.8
+++ sources	24 May 2006 19:59:35 -0000	1.9
@@ -1 +1 @@
-f724ea004e6a7d37e6e523d43f7c556f  multipath-tools-0.4.5.56.tgz
+885f8d022f4ff0b700b8235a76ca4661  multipath-tools-0.4.5.60.tgz




More information about the fedora-cvs-commits mailing list