diff --git a/ChangeLog b/ChangeLog index 2fd0a187287484c1b083264b1d2ce553d59962ca..ec6713e6e42bb2702b5c212b50dcdfc9f05dcc91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-10-08 Angelo Naselli <anaselli@linux.it> +- Release 0.3.22 +- Fedora remixes may have release number which doesn't match the Fedora one. + Repo URLs contain Fedora's releasever. To solve this issue has been added a + reading of a user-defined variables values from dnf variable directorie. + 2022-10-05 Angelo Naselli <anaselli@linux.it> - Release 0.3.21 - Don't return dependencies and weak dependencies in updates diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 433e4289fe6d5b0e8f53e061eb6239ec33feedf4..380ec32eb075e41271126e8782d0fd4b420928bd 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,7 +2,7 @@ %global dnf_version 4.2.6 Name: dnfdaemon -Version: 0.3.21 +Version: 0.3.22 Release: 1%{?dist} Summary: DBus daemon for dnf package actions @@ -132,7 +132,12 @@ fi %changelog -* Wed Oct 2022 Angelo Naselli <anaselli@linux.it> 0.3.21-1 +* Sat Oct 08 2022 Angelo Naselli <anaselli@linux.it> 0.3.22-1 +- Fedora remixes may have release number which doesn't match the Fedora one. + Repo URLs contain Fedora's releasever. To solve this issue has been added a + reading of a user-defined variables values from dnf variable directorie. + +* Wed Oct 05 2022 Angelo Naselli <anaselli@linux.it> 0.3.21-1 - Don't return dependencies and weak dependencies in updates - Make GetRepo handling missing repo options without breaking - Removed "failovermethod" repo option that does not exist in dnf anymore