fix type in %triggerpostun
authormarc <devnull@localhost>
Wed, 22 Apr 1998 18:11:31 +0000 (18:11 +0000)
committermarc <devnull@localhost>
Wed, 22 Apr 1998 18:11:31 +0000 (18:11 +0000)
CVS patchset: 2097
CVS date: 1998/04/22 18:11:31

CHANGES
build/parseReqs.c

diff --git a/CHANGES b/CHANGES
index 6c07ee7..76d4a8e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@
        - add autoreq: and autoprov:
        - missed a few unlink() when scripts failed
        - freePrefixes wasn't initialized in runScript()
+       - fix typo in %triggerpostun generation
 
 2.4.108 -> 2.4.109:
         - remove icons with --rmsource
index f25e540..3008c37 100644 (file)
@@ -57,7 +57,7 @@ int parseRequiresConflicts(Spec spec, Package pkg, char *field,
            flags = RPMSENSE_TRIGGERIN;
            name = "%triggerin";
        } else if (tag == RPMTAG_TRIGGERPOSTUN) {
-           flags = RPMSENSE_TRIGGERUN;
+           flags = RPMSENSE_TRIGGERPOSTUN;
            name = "%triggerpostun";
        } else if (tag == RPMTAG_TRIGGERUN) {
            flags = RPMSENSE_TRIGGERUN;