diff --git a/0001-Revert-Does-not-print-Verify-package-RhBug-1908253.patch b/0001-Revert-Does-not-print-Verify-package-RhBug-1908253.patch new file mode 100644 index 0000000..08c16d3 --- /dev/null +++ b/0001-Revert-Does-not-print-Verify-package-RhBug-1908253.patch @@ -0,0 +1,26 @@ +From 53ddb319c991cdb6f874bd63c92dcd09267d0acd Mon Sep 17 00:00:00 2001 +From: Jan Kolarik +Date: Thu, 19 Oct 2023 10:26:43 +0200 +Subject: [PATCH] Revert "Does not print Verify: package (RhBug:1908253)" + +This reverts commit b2acddd4f6fda369a7f2f1656a7cd646c3423f60. +--- + dnf/base.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/dnf/base.py b/dnf/base.py +index 6d33e250..b0786caa 100644 +--- a/dnf/base.py ++++ b/dnf/base.py +@@ -1174,7 +1174,7 @@ class Base(object): + + # sync up what just happened versus what is in the rpmdb + if not self._ts.isTsFlagSet(rpm.RPMTRANS_FLAG_TEST): +- self._verify_transaction() ++ self._verify_transaction(cb.verify_tsi_package) + + return tid + +-- +2.41.0 + diff --git a/dnf.spec b/dnf.spec index 56e0772..546465b 100644 --- a/dnf.spec +++ b/dnf.spec @@ -68,12 +68,13 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPL-2.0-or-later AND GPL-1.0-only URL: https://github.com/rpm-software-management/dnf Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Patch0: 0001-Revert-Does-not-print-Verify-package-RhBug-1908253.patch BuildArch: noarch BuildRequires: cmake BuildRequires: gettext @@ -383,6 +384,9 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Thu Oct 19 2023 Jan Kolarik - 4.18.0-2 +- Revert "Does not print Verify: package" (RhBug:1908253) + * Wed Oct 18 2023 Jan Kolarik - 4.18.0-1 - Update to 4.18.0 - base: Add obsoleters of only latest versions (RhBug:2183279,2176263)