rpms/device-mapper-multipath/devel device-mapper-multipath.spec, 1.48, 1.49 linking_change.patch, 1.2, 1.3 makefiles_fix.patch, 1.2, 1.3

Benjamin Marzinski (bmarzins) fedora-extras-commits at redhat.com
Tue May 20 06:31:43 UTC 2008


Author: bmarzins

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

Modified Files:
	device-mapper-multipath.spec linking_change.patch 
	makefiles_fix.patch 
Log Message:
Fixed Makefile issues.



Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- device-mapper-multipath.spec	20 May 2008 05:27:05 -0000	1.48
+++ device-mapper-multipath.spec	20 May 2008 06:30:55 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: Tools to manage multipath devices using device-mapper
 Name: device-mapper-multipath
 Version: 0.4.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL+
 Group: System Environment/Base
 URL: http://christophe.varoqui.free.fr/
@@ -103,6 +103,9 @@
 %{_mandir}/man8/kpartx.8.gz
 
 %changelog
+* Mon May 19 2008 Benjamin Marzinksi <bmarzins at redhat.com> 0.4.8-4
+- Fixed Makefile issues.
+
 * Mon May 19 2008 Benjamin Marzinksi <bmarzins at redhat.com> 0.4.8-3
 - Fixed ownership build error.
 	

linking_change.patch:

Index: linking_change.patch
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/linking_change.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linking_change.patch	20 May 2008 05:27:05 -0000	1.2
+++ linking_change.patch	20 May 2008 06:30:55 -0000	1.3
@@ -2,7 +2,7 @@
 ===================================================================
 --- multipath-tools-080519.orig/libmultipath/Makefile
 +++ multipath-tools-080519/libmultipath/Makefile
-@@ -23,14 +23,16 @@ endif
+@@ -23,14 +23,15 @@ endif
  all: $(LIBS)
  
  $(LIBS): $(OBJS)
@@ -14,7 +14,6 @@
 +	$(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(prefix)/lib/$(LIBS)
  	$(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(libdir)
 -	$(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
-+	ldconfig
  
  uninstall:
 -	rm -f $(DESTDIR)$(libdir)/$(LIBS)

makefiles_fix.patch:

Index: makefiles_fix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/makefiles_fix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- makefiles_fix.patch	20 May 2008 05:27:05 -0000	1.2
+++ makefiles_fix.patch	20 May 2008 06:30:55 -0000	1.3
@@ -26,7 +26,7 @@
  
  install:
 -	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(libdir)
-+	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(libdir)
++	$(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)
  
  uninstall:
 -	rm -f $(libdir)/$(LIBS)




More information about the scm-commits mailing list