manatools / dnfdaemon

DBus daemon for doing package action with the dnf package manager
GNU General Public License v2.0
12 stars 16 forks source link

Handle removal of dnf.repo._md_expire_cache() in DNF 3.4 #24

Closed AdamWill closed 6 years ago

AdamWill commented 6 years ago

DNF 3.4 removed _md_expire_cache(), which we were still using. Let's follow how upstream replaced it, by using the expire() method of the underlying librepo repo object...unfortunately this is still using private interfaces, but I don't see a way to do it using public ones.

Signed-off-by: Adam Williamson awilliam@redhat.com