@pmatilai 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));
Using NOPLUGINS seems fine, but it needs to be set inside
rpmInstallSourcePackage() as that's the lowest level public API we have for
that.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3470#pullrequestreview-2491740603
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3470/review/2491740...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint