-
Notifications
You must be signed in to change notification settings - Fork 416
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
1 parent
9aa063d
commit 74491af
Showing
3 changed files
with
16 additions
and
2 deletions.
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
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ | |
It supports RPMs, modules and comps groups & environments. | ||
|
||
Name: dnf | ||
Version: 4.15.1 | ||
Version: 4.16.0 | ||
Release: 1%{?dist} | ||
Summary: %{pkg_summary} | ||
# For a breakdown of the licensing, see PACKAGE-LICENSING | ||
|
@@ -365,6 +365,11 @@ popd | |
%{python3_sitelib}/%{name}/automatic/ | ||
|
||
%changelog | ||
* Thu May 25 2023 Jan Kolarik <[email protected]> - 4.16.0-1 | ||
- Remove ownership of dnf.conf, protected.d, vars | ||
- Add requirement of libdnf5 to dnf-data | ||
- dnf-automatic: require python3-dnf, not dnf | ||
|
||
* Thu May 18 2023 Jan Kolarik <[email protected]> - 4.15.1-1 | ||
- automatic: Fix online detection with proxy (RhBug:2022440) | ||
- automatic: Return an error when transaction fails (RhBug:2170093) | ||
|
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