rpms/device-mapper-multipath/devel device-mapper-multipath.spec, 1.47, 1.48 linking_change.patch, 1.1, 1.2 makefiles_fix.patch, 1.1, 1.2

Benjamin Marzinski (bmarzins) fedora-extras-commits at redhat.com
Tue May 20 05:27:49 UTC 2008


Author: bmarzins

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

Modified Files:
	device-mapper-multipath.spec linking_change.patch 
	makefiles_fix.patch 
Log Message:
Fixed ownership build error.



Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- device-mapper-multipath.spec	20 May 2008 04:42:36 -0000	1.47
+++ device-mapper-multipath.spec	20 May 2008 05:27:05 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: Tools to manage multipath devices using device-mapper
 Name: device-mapper-multipath
 Version: 0.4.8
-Release: 2%{?dist}
+Release: 3%{?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-3
+- Fixed ownership build error.
+	
 * Mon May 19 2008 Benjamin Marzinksi <bmarzins at redhat.com> 0.4.8-2
 - Forgot to commit some patches.
 

linking_change.patch:

Index: linking_change.patch
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/linking_change.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linking_change.patch	20 May 2008 04:37:41 -0000	1.1
+++ linking_change.patch	20 May 2008 05:27:05 -0000	1.2
@@ -11,9 +11,9 @@
  
  install:
 +	$(INSTALL_PROGRAM) -d $(DESTDIR)$(prefix)/lib
-+	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(prefix)/lib/$(LIBS)
- 	$(INSTALL_PROGRAM) -o root -g root -m 755 -d $(DESTDIR)$(libdir)
--	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
++	$(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:

makefiles_fix.patch:

Index: makefiles_fix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/device-mapper-multipath/devel/makefiles_fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makefiles_fix.patch	20 May 2008 04:42:36 -0000	1.1
+++ makefiles_fix.patch	20 May 2008 05:27:05 -0000	1.2
@@ -8,8 +8,8 @@
  install:
 -	$(INSTALL_PROGRAM) -o root -g root -m 755 -d $(libdir)
 -	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(libdir)/$(LIBS)
-+	$(INSTALL_PROGRAM) -o root -g root -m 755 -d $(DESTDIR)$(libdir)
-+	$(INSTALL_PROGRAM) -o root -g root -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
++	$(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(libdir)
++	$(INSTALL_PROGRAM) -m 755 $(LIBS) $(DESTDIR)$(libdir)/$(LIBS)
  
  uninstall:
 -	rm -f $(libdir)/$(LIBS)




More information about the fedora-extras-commits mailing list