rpms/rpm/devel rpm-4.4.2.2-autofoo.patch, NONE, 1.1 rpm.spec, 1.274, 1.275

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Tue Jan 15 13:44:17 UTC 2008


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5402

Modified Files:
	rpm.spec 
Added Files:
	rpm-4.4.2.2-autofoo.patch 
Log Message:
Oddball build breakage from nss libraries moving to /lib... 


rpm-4.4.2.2-autofoo.patch:

--- NEW FILE rpm-4.4.2.2-autofoo.patch ---
diff -up rpm-4.4.2.2/Makefile.am.xxxx rpm-4.4.2.2/Makefile.am
--- rpm-4.4.2.2/Makefile.am.xxxx	2008-01-15 08:07:50.000000000 -0500
+++ rpm-4.4.2.2/Makefile.am	2008-01-15 08:08:03.000000000 -0500
@@ -94,7 +94,7 @@ rpm2cpio_SOURCES =	$(top_srcdir)/rpm2cpi
 rpm2cpio_LDFLAGS =	$(myLDFLAGS)
 rpm2cpio_LDADD =	$(myLDADD) @LIBMISC@
 
-$(PROGRAMS): 		$(myLDADD) @WITH_APIDOCS_TARGET@
+$(PROGRAMS): 		@WITH_APIDOCS_TARGET@
 
 .PHONY:	splint
 splint:


Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- rpm.spec	15 Jan 2008 08:36:09 -0000	1.274
+++ rpm.spec	15 Jan 2008 13:43:25 -0000	1.275
@@ -29,6 +29,7 @@
 Patch17: rpm-4.4.2.2-secondary-arch-macros.patch
 Patch18: rpm-4.4.2.2-no-targetreset.patch
 Patch19: rpm-4.4.2.2-pkgconfig-path.patch
+Patch20: rpm-4.4.2.2-autofoo.patch
 
 # XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
 # and several different components with their own licenses included...
@@ -162,6 +163,7 @@
 %patch17 -p1 -b .archmacros
 %patch18 -p1 -b .notargetreset
 %patch19 -p1 -b .pkgconfig-path
+%patch20 -p1 -b .autofoo
 
 # force external popt
 rm -rf popt/
@@ -421,6 +423,7 @@
 - install x86 arch macros on x86_64 (#194123)
 - dont mess up target os+arch on rpmrc include (#232429)
 - set pkg-config path based on target (#212522)
+- fix funky automake breakage from nss libraries moving to /lib*
 
 * Fri Jan 04 2008 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-12
 - fix segfault in devel symlink dependency generation from Mark Salter (#338971)




More information about the fedora-extras-commits mailing list