fix type in %triggerpostun
CVS patchset: 2097 CVS date: 1998/04/22 18:11:31
This commit is contained in:
parent
0f78a6d5e8
commit
aa3c0aabd1
1
CHANGES
1
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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue