From 8dfa0c90500312fdffde6c8f50c569510e3a4777 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Wed, 18 Oct 2023 13:31:53 +0200 Subject: [PATCH] Release 4.18.0 --- VERSION.cmake | 2 +- dnf.spec | 13 ++++++++++++- doc/release_notes.rst | 30 ++++++++++++++++++++++++++++++ doc/summaries_cache | 28 ++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 797d17d3d4..417ad969f8 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ -set (DEFAULT_DNF_VERSION "4.17.1") +set (DEFAULT_DNF_VERSION "4.18.0") if(DEFINED DNF_VERSION) if(NOT ${DEFAULT_DNF_VERSION} STREQUAL ${DNF_VERSION}) diff --git a/dnf.spec b/dnf.spec index e3ac036039..d66b3c051a 100644 --- a/dnf.spec +++ b/dnf.spec @@ -67,7 +67,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf -Version: 4.17.1 +Version: 4.18.0 Release: 1%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -383,6 +383,17 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Wed Oct 18 2023 Jan Kolarik - 4.18.0-1 +- base: Add obsoleters of only latest versions (RhBug:2183279,2176263) +- comps: Fix marking a group package as installed (RhBug:2066638) +- distro-sync: Print better info message when no match (RhBug:2011850) +- Include dist-info for python3-dnf (RhBug:2239323) +- Revert "Block signals during RPM transaction processing" (RhBug:2133398) +- Do not print details of verifying (RhBug:1908253) +- Add Recommends %{_bindir}/sqlite3 for bash-completion for Fedora +- conf: Split $releasever to $releasever_major and $releasever_minor (RhBug:1789346) +- Update translations + * Fri Sep 01 2023 Jan Kolarik - 4.17.0-1 - crypto: Use libdnf crypto API instead of using GnuPG/GpgME - Reprotect dnf, unprotect python3-dnf (RhBug:2221905) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index b728951456..c2b320c242 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -19,6 +19,36 @@ DNF Release Notes ################### +==================== +4.18.0 Release Notes +==================== + +- New features: + - Do not print details of verifying (RhBug:1908253) + - Add Recommends %{_bindir}/sqlite3 for bash-completion for Fedora + - conf: Split $releasever to $releasever_major and $releasever_minor (RhBug:1789346) + +- Bug fixes: + - base: Add obsoleters of only latest versions (RhBug:2183279,2176263) + - comps: Fix marking a group package as installed (RhBug:2066638) + - distro-sync: Print better info message when no match (RhBug:2011850) + - Include dist-info for python3-dnf (RhBug:2239323) + - Revert "Block signals during RPM transaction processing" (RhBug:2133398) + +- Others: + - Update translations + +Bugs fixed in 4.18.0: + +* :rhbug:`2183279` +* :rhbug:`2176263` +* :rhbug:`2066638` +* :rhbug:`2011850` +* :rhbug:`2239323` +* :rhbug:`2133398` +* :rhbug:`1908253` +* :rhbug:`1789346` + ==================== 4.17.0 Release Notes ==================== diff --git a/doc/summaries_cache b/doc/summaries_cache index b3655430b4..1a3a7bbbd6 100644 --- a/doc/summaries_cache +++ b/doc/summaries_cache @@ -3550,5 +3550,33 @@ [ 2232052, "Bash completion no longer works due to sqlite upstream changes" + ], + [ + 2183279, + "systemd-udev resolving to systemd-boot-unsigned after split" + ], + [ + 2176263, + "Attempting to run \"dnf install systemd-udev\" no longer installs systemd-udev on F37 container" + ], + [ + 2066638, + "\"dnf group remove\" removes packages that belong to another installed group" + ], + [ + 2011850, + "dnf distro-sync says a pkg isn’t installed even when it is" + ], + [ + 2239323, + "Missing Provides: python3dist on python3-dnf" + ], + [ + 1908253, + "RFE: do not print details of Verifying" + ], + [ + 1789346, + "RFE: Add support for $releasever_major, $releasever_minor, and limited shell expansion for zypp yum repo file compatibility" ] ] \ No newline at end of file