From 7de2fcdd3c77f2f0b7433acb69a6e20360008bf0 Mon Sep 17 00:00:00 2001
From: Angelo Naselli <anaselli@linux.it>
Date: Wed, 5 Oct 2022 13:51:36 +0200
Subject: [PATCH] Updated to 0.3.21

---
 ChangeLog      | 12 ++++++++++++
 dnfdaemon.spec | 14 +++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5b96f8b..2fd0a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2022-10-05 Angelo Naselli <anaselli@linux.it>
+- Release 0.3.21
+- 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
+- Added a workaround for rpm path with escaped spaces
+- dnf group_install & group_remove need the grp.ig, not the dnf.comps.Group object
+- Added a specific function for get_packages using "standard fields" such as decription, size and group to speed up GetPackages
+- Improved time spent in _get_id.
+- build transaction in history_undo
+- Fixed 'dnf.history' has no attribute 'open_history'
+
 2020-04-04  Neal Gompa <ngompa13@gmail.com>
 
 	* dnfdaemon.spec: Bump spec for 0.3.20 release
diff --git a/dnfdaemon.spec b/dnfdaemon.spec
index 531d015..433e428 100644
--- a/dnfdaemon.spec
+++ b/dnfdaemon.spec
@@ -2,7 +2,7 @@
 %global dnf_version 4.2.6
 
 Name:           dnfdaemon
-Version:        0.3.20
+Version:        0.3.21
 Release:        1%{?dist}
 Summary:        DBus daemon for dnf package actions
 
@@ -132,6 +132,18 @@ fi
 
 
 %changelog
+* Wed Oct 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
+- Added a workaround for rpm path with escaped spaces
+- dnf group_install & group_remove need the grp.ig, not the dnf.comps.Group object
+- Added a specific function for get_packages using "standard fields" such
+  as decription, size and group to speed up GetPackages
+- Improved time spent in _get_id.
+- Built transaction in history_undo
+- Fixed 'dnf.history' has no attribute 'open_history'
+
 * Sat Apr 04 2020 Neal Gompa <ngompa13@gmail.com> 0.3.20-1
 - Drop Python 2 support
 - Handle removal of dnf.repo._md_expire_cache() in DNF 3.4
-- 
GitLab