]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added print-requires patch (Requires printing is back)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Mar 2005 17:31:41 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.641

rpm.spec

index 4068ebff6c2aa09ecbd9956afcfdd792902f94bf..dcdcc8e2d93a430b8bcdac4e03c9e88976eb8e13 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1,6 +1,5 @@
 #
 # TODO:
-# - detected Requires lists are not printed at the end of build (Provides etc. are)
 # - python(abi) cap is not provided automatically (because /usr/bin/python matches
 #   ELF first; it should be provided by python-libs not binary anyway)
 # - consider using system libmagic not internal libfmagic
@@ -101,6 +100,7 @@ Patch37:    %{name}-doxygen_hack.patch
 Patch38:       %{name}-distver.patch
 Patch39:       %{name}-gcc4.patch
 Patch40:       %{name}-pythondeps.patch
+Patch41:       %{name}-print-requires.patch
 URL:           http://www.rpm.org/
 Icon:          rpm.gif
 BuildRequires: autoconf >= 2.52
@@ -636,6 +636,7 @@ cat %{SOURCE11} >> macros.in
 %{?with_distver:%patch38 -p1}
 %patch39 -p1
 %patch40 -p1
+%patch41 -p1
 %patch0 -p1
 %patch3 -p1
 
This page took 0.059752 seconds and 4 git commands to generate.