]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix rpmbuild Requires printing regression (RPMSENSE_PREREQ is 0 now, (anything...
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Mar 2005 17:29:42 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-print-requires.patch -> 1.1

rpm-print-requires.patch [new file with mode: 0644]

diff --git a/rpm-print-requires.patch b/rpm-print-requires.patch
new file mode 100644 (file)
index 0000000..a9b04c2
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.4.1/build/rpmfc.c.orig       2005-02-26 14:33:37.299498000 +0100
++++ rpm-4.4.1/build/rpmfc.c    2005-03-30 16:53:37.282292016 +0200
+@@ -1614,7 +1614,7 @@
+       _notpre(RPMSENSE_SCRIPT_POSTUN), 0 },
+   { "Requires",               { "%{?__find_requires}", NULL, NULL, NULL },
+       -1, -1, RPMTAG_REQUIREFLAGS,    /* XXX inherit name/version arrays */
+-      RPMSENSE_PREREQ, RPMSENSE_PREREQ },
++      RPMSENSE_FIND_REQUIRES|RPMSENSE_TRIGGERIN|RPMSENSE_TRIGGERUN|RPMSENSE_TRIGGERPOSTUN|RPMSENSE_TRIGGERPREIN, 0 },
+   { "Conflicts",      { "%{?__find_conflicts}", NULL, NULL, NULL },
+       RPMTAG_CONFLICTNAME, RPMTAG_CONFLICTVERSION, RPMTAG_CONFLICTFLAGS,
+       0, -1 },
This page took 0.031293 seconds and 4 git commands to generate.