Skip to content

Commit f8ef23f

Browse files
committed
New release 0.3.22
1 parent 8c51c95 commit f8ef23f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-10-08 Angelo Naselli <anaselli@linux.it>
2+
- Release 0.3.22
3+
- Fedora remixes may have release number which doesn't match the Fedora one.
4+
Repo URLs contain Fedora's releasever. To solve this issue has been added a
5+
reading of a user-defined variables values from dnf variable directorie.
6+
17
2022-10-05 Angelo Naselli <anaselli@linux.it>
28
- Release 0.3.21
39
- Don't return dependencies and weak dependencies in updates

dnfdaemon.spec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global dnf_version 4.2.6
33

44
Name: dnfdaemon
5-
Version: 0.3.21
5+
Version: 0.3.22
66
Release: 1%{?dist}
77
Summary: DBus daemon for dnf package actions
88

@@ -132,7 +132,12 @@ fi
132132

133133

134134
%changelog
135-
* Wed Oct 2022 Angelo Naselli <anaselli@linux.it> 0.3.21-1
135+
* Sat Oct 08 2022 Angelo Naselli <anaselli@linux.it> 0.3.22-1
136+
- Fedora remixes may have release number which doesn't match the Fedora one.
137+
Repo URLs contain Fedora's releasever. To solve this issue has been added a
138+
reading of a user-defined variables values from dnf variable directorie.
139+
140+
* Wed Oct 05 2022 Angelo Naselli <anaselli@linux.it> 0.3.21-1
136141
- Don't return dependencies and weak dependencies in updates
137142
- Make GetRepo handling missing repo options without breaking
138143
- Removed "failovermethod" repo option that does not exist in dnf anymore

0 commit comments

Comments
 (0)