fix type in %triggerpostun

CVS patchset: 2097
CVS date: 1998/04/22 18:11:31
This commit is contained in:
marc 1998-04-22 18:11:31 +00:00
parent 0f78a6d5e8
commit aa3c0aabd1
2 changed files with 2 additions and 1 deletions

View File

@ -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

View 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;