-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2022-10-05 Angelo Naselli <[email protected]> | ||
- 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 <[email protected]> | ||
|
||
* dnfdaemon.spec: Bump spec for 0.3.20 release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> 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 <[email protected]> 0.3.20-1 | ||
- Drop Python 2 support | ||
- Handle removal of dnf.repo._md_expire_cache() in DNF 3.4 | ||
|