dnf: upgrade 4.18.1 -> 4.18.2

Changelog:
=========
-automatic: Add feature to allow emitters to invoke on dnf error
-dnssec: Fix parsing PGP keys for DNS validation

0005-Do-not-prepend-installroot-to-logdir.patch
refreshed for new version.

(From OE-Core rev: dc1c094e541f92986d00820bb49b780292410eb1)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2023-12-19 17:32:18 +08:00
committed by Richard Purdie
parent 3b5f6005a2
commit 54bd979f70
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py
index d2d9c082..82270ecf 100644
--- a/dnf/cli/cli.py
+++ b/dnf/cli/cli.py
@@ -920,7 +920,7 @@ class Cli(object):
@@ -944,7 +944,7 @@ class Cli(object):
logger.warning(_("Unable to detect release version (use '--releasever' to specify "
"release version)"))

View File

@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
SRCREV = "41a287e2bd60b4d1100c329a274776ff32ba8740"
SRCREV = "1c43d0999178d492381ad0b43917ffd9c74016f8"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"