Closed moceap closed 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!
Fixed in Dnfdaemon 0.3.22
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!