Re: [Rpm-maint] [rpm-software-management/rpm] Add an API for libsolv, libdnf, et al to use to check if rpmdb has changed and trivially get path to rpmdb (#388)

2019-05-27 Thread Florian Festi
Closed #388 via #712. -- 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/388#event-2369355449___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add an API for libsolv, libdnf, et al to use to check if rpmdb has changed and trivially get path to rpmdb (#388)

2019-05-23 Thread Panu Matilainen
A simple cookie API implemented in PR #712 , comments welcome. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add an API for libsolv, libdnf, et al to use to check if rpmdb has changed and trivially get path to rpmdb (#388)

2018-02-02 Thread Jeff Johnson
Presumably the desired rpm API is some Boolean valued function that returns the value "changed" with minimal hassle. What isn't clear is what changed means: time stamp since ... ? package count has changed since ... ? digest on files composing an rpmdb? There is certainly existing prior art in

Re: [Rpm-maint] [rpm-software-management/rpm] Add an API for libsolv, libdnf, et al to use to check if rpmdb has changed and trivially get path to rpmdb (#388)

2018-02-02 Thread Jeff Johnson
Presumably the desired rpm API is some Boolean valued function that returns the value "changed" with minimal hassle. What isn't clear is what changed means: time stamp since ... ? package count has changed since ... ? digest on files composing an rpmdb? There is certainly existing prior art in