rpm-software-management / librpm.rs

Rust bindings to the RPM Package Manager libraries (librpm, librpmbuild, librpmsign)
https://rustrpm.org/librpm/
Mozilla Public License 2.0
32 stars 14 forks source link

Fix deadlock when querying package database twice from same thread. #36

Open dralley opened 2 years ago

dralley commented 2 years ago

closes #15

tarcieri commented 2 years ago

Just a note that this approach looks good, however the PR is marked as draft and failing CI

dralley commented 2 years ago

Right, I got sidetracked on other sideprojects. Will get back to this eventually.

dralley commented 2 years ago

Well, I say that, but really this was the sidetrack compared to my main project https://github.com/dralley/rpmrepo_metadata/

And for now I just wanted to get something working so I started using rpm-rs.