@dmnks commented on this pull request.
> {
rpmRC rc = RPMRC_OK;
ARGV_t files = NULL;
int nfiles = 0;
char *dsoPath = NULL;
+ /* Source packages aren't really installed, only unpacked */
+ if (headerIsSource(h))
Thinking about it more, I wonder what you meant exactly by this breaking the
"mixed" case. If there's a binary rpm on the command line, this function would
load the plugins as normal when it gets to process that package. I've just
tried this manually and it seemed to work as expected. What am I missing?
:thinking:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3470#discussion_r1860719020
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3470/review/2465117...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint