[Rpm-maint] [rpm-software-management/rpm] Add support for %preuntrans and %postuntrans scriptlets (PR #2177)
Michal Domonkos
notifications at github.com
Mon Sep 19 11:35:40 UTC 2022
@dmnks commented on this pull request.
> @@ -451,6 +465,12 @@ int parseScript(rpmSpec spec, int parsePart)
case PART_POSTTRANS:
pkg->postTransFile = xstrdup(file);
break;
+ case PART_PREUNTRANS:
+ pkg->preTransFile = xstrdup(file);
Shouldn't this rather be `preunTransFile`?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#pullrequestreview-1112104744
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1112104744 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220919/4bdd2fe8/attachment.html>
More information about the Rpm-maint
mailing list