manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
137 stars 41 forks source link

Dnfdragora backend's (dnfdeamon) ignores DNF's variables #208

Closed moceap closed 2 years ago

moceap commented 2 years ago

Fedora remixes may have release number which doesn't match the Fedora one.

So, the new remix can't use any Fedora based repo!! Because releasever variable will read from os-release number which isn't match the Fedora ones.

Repo URLs contain Fedora's releasever.

To solve this issue we can use DNF variables, and set (releasever) variable to Fedora one, and making another variable for the remix release.

BUT, dnfdeamon ignores the dnf variables!

moceap commented 2 years ago

dnfbug

anaselli commented 2 years ago

Thanks for reporting it, dnfdaemon patch has been merged

moceap commented 2 years ago

You're welcome, thank you too :)