summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-15 16:30:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:52 +0000
commit66ce2e72aa0f592c97b4141801cb4f383fd363d8 (patch)
treeb9bc713c3dd95afed7dfe7221ed03489990d4698 /meta/recipes-devtools/dnf
parent0206ba7fd79e21dabfd32ab8186d2b2758229b58 (diff)
downloadpoky-66ce2e72aa0f592c97b4141801cb4f383fd363d8.tar.gz
dnf: upgrade 4.17.0 -> 4.18.1
Changelog: ========== automatic: Fix applying the color option repoquery: Do not translate time format strings (RhBz: 2245773) (From OE-Core rev: 16bb67d1aa602831727fc4c8a9aeb933991af3f2) 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>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.18.1.bb (renamed from meta/recipes-devtools/dnf/dnf_4.17.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.17.0.bb b/meta/recipes-devtools/dnf/dnf_4.18.1.bb
index ec4e48d68b..f60b4794a6 100644
--- a/meta/recipes-devtools/dnf/dnf_4.17.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.18.1.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
19 19
20SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch" 20SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
21 21
22SRCREV = "a31687c169095de1acb5c0a3762bf78993661776" 22SRCREV = "41a287e2bd60b4d1100c329a274776ff32ba8740"
23UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 23UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"