[Rpm-maint] [rpm-software-management/rpm] Rust bindings for rpmlib (#429)

Jeff Johnson notifications at github.com
Fri Apr 13 19:37:42 UTC 2018


There are almost no interesting usage cases for multiple transactions (at least until one attempts threaded installs, which are currently prevented by an exclusive fcntl lock in RPM4 anyways).

What that means for bindings is that you can take out a static global transaction which can be used where needed w/o a need to pass an  rpmts through all the methods.

That's basically what yum through rpm-Python bindings, once you dig through all 3 layers of sub classing that yum developers deem to be necessary.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/429#issuecomment-381240803
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180413/89282fe2/attachment.html>


More information about the Rpm-maint mailing list