- Notifications
You must be signed in to change notification settings - Fork16
Commit3bcd84d
Handle removal of dnf.repo._md_expire_cache() in DNF 3.4
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...unfortunatelythis is still using private interfaces, but I don't see a wayto do it using public ones.Signed-off-by: Adam Williamson <awilliam@redhat.com>1 parentd0d0163 commit3bcd84d
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments
Comments
(0)