aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/dnf/dnf/0001-Revert-Does-not-print-Verify-package-RhBug-1908253.patch
blob: 7e6093cd3c95e1c7c6ab1d538911db3e13e4ab14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revert "Does not print Verify: package (RhBug:1908253)"

This reverts commit b2acddd4f6fda369a7f2f1656a7cd646c3423f60.

Invoke verify function is still required by anaconda, so add it back.

Upstream-Status: Inappropriate [oe specific]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 dnf/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dnf/base.py b/dnf/base.py
index a6b35746..7ab81240 100644
--- a/dnf/base.py
+++ b/dnf/base.py
@@ -1179,7 +1179,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.34.1