From f8ef23febc8da8699644a1381d8bd02dc1383b92 Mon Sep 17 00:00:00 2001
From: Angelo Naselli <anaselli@linux.it>
Date: Sat, 8 Oct 2022 16:21:45 +0200
Subject: [PATCH] New release 0.3.22

---
 ChangeLog      | 6 ++++++
 dnfdaemon.spec | 9 +++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2fd0a18..ec6713e 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 433e428..380ec32 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
-- 
GitLab