[Rpm-maint] [rpm-software-management/rpm] Add support for %preuntrans and %postuntrans scriptlets (PR #2177)
Panu Matilainen
notifications at github.com
Mon Sep 19 11:38:48 UTC 2022
@pmatilai 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);
Oops. Yep, good spotting!
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2177#discussion_r974150087
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2177/review/1112108178 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220919/42bcd99a/attachment.html>
More information about the Rpm-maint
mailing list