@dmnks commented on this pull request.


> @@ -667,15 +668,23 @@ int rpmInstall(rpmts ts, struct rpmInstallArguments_s * 
> ia, ARGV_t fileArgv)
        rpmcliProgressState = 0;
        rpmcliProgressTotal = 0;
        rpmcliProgressCurrent = 0;
+
+       tsflags = rpmtsFlags(ts);
+       otsflags = rpmtsSetFlags(ts, (tsflags | RPMTRANS_FLAG_NOPLUGINS));

Ah right, haven't considered *that* at all. Sigh :smile: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3470#discussion_r1877775700
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3470/review/2491761...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to