]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- killed warning in scripts-closefds patch
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Jan 2004 20:56:25 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing-prototypes patch (kill more warnings - harmless for now, but...)

Changed files:
    rpm.spec -> 1.513

rpm.spec

index 2df5196d373cd13ddb04cdd0d86ad8853278dbfc..ca63845f422311685c41657bd6d03960f18eb131 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -88,6 +88,7 @@ Patch33:      %{name}-find_required_pkgs_on_build.patch
 Patch34:       %{name}-noautoreqprovfiles.patch
 Patch35:       %{name}-context.patch
 Patch36:       %{name}-nls-fixes.patch
+Patch37:       %{name}-missing-prototypes.patch
 # this one not wholly ported yet (_noauto{prov,req}, _{perl,php}_deps)
 #Patch37:      %{name}-userpmdepswrappers.patch
 URL:           http://www.rpm.org/
@@ -583,6 +584,7 @@ cat %{SOURCE11} >> macros.in
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
+%patch36 -p1
 
 cd scripts;
 mv -f perl.req perl.req.in
This page took 0.043012 seconds and 4 git commands to generate.