-
Notifications
You must be signed in to change notification settings - Fork 417
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
e54fcd4
commit da9a706
Showing
4 changed files
with
57 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.21.1 | ||
Version: 4.22.0 | ||
Release: 1%{?dist} | ||
Summary: %{pkg_summary} | ||
# For a breakdown of the licensing, see PACKAGE-LICENSING | ||
|
@@ -420,6 +420,26 @@ popd | |
%endif | ||
|
||
%changelog | ||
* Tue Nov 12 2024 Evan Goode <[email protected]> - 4.22.0-1 | ||
- doc: Naming of source and debug repos | ||
- spec: Move /var/cache/dnf from dnf to python3-dnf | ||
- spec: Remove preview yum_compat_level | ||
- spec: Simplify %files dnf section for both yum_compat_levels | ||
- spec: Fix ownership of /etc/yum tree | ||
- Allow --installroot on read-only bootc system | ||
- spec: If DNF5 obsoletes DNF, do not build dnf and yum packages | ||
- spec: If DNF5 obsoletes DNF, do not build dnf-automatic | ||
- Allow --downloadonly on read-only bootc system | ||
- base: Add kernel-core to reboot_needed list | ||
- AUTHORS: Add myself | ||
- Update need_reboot for dnf-automatic | ||
- doc: Example send_error_messages in /etc/dnf/automatic.conf | ||
- automatic: Check availability of config file | ||
- Updated conf_ref to reflect change in fastestmirror behavior | ||
- Fix display issue of a code snippet. | ||
- Print rpm package unpack errors to the user (RhBug:2312906) | ||
- Fix package location if baseurl is present in the metadata | ||
|
||
* Wed Aug 14 2024 Evan Goode <[email protected]> - 4.21.1-1 | ||
- doc: minor formatting and consistency fixes | ||
- Allow local downloads to same `downloaddir` | ||
|
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
da9a706
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evan-goode the commit with the tag was not pushed to the master branch, which means it's "dangling" and the git client in some cases refuses to fetch it. Could you please push it to master too? Thanks!
https://github.com/rpm-software-management/dnf/commits/master/
da9a706
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thank you! Done.