Skip to content

Commit

Permalink
Fix ignoring Dnf variables
Browse files Browse the repository at this point in the history
  • Loading branch information
moceap authored and anaselli committed Oct 8, 2022
1 parent 7de2fcd commit 8c51c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/dnfdaemon/server/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(self, parent):

RELEASEVER = dnf.rpm.detect_releasever(self.conf.installroot)
self.conf.substitutions['releasever'] = RELEASEVER
self.conf.substitutions.update_from_etc(self.conf.installroot)
self.conf.read() # read the dnf.conf
self.read_all_repos()
self.progress = Progress(parent)
Expand Down

0 comments on commit 8c51c95

Please sign in to comment.