summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-22 17:14:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-28 09:38:23 +0100
commit66952b26d316047f64c69bd0fefd843174e7ee5f (patch)
tree8ddb9b41d77b3d915e4ae8d03d860564c4ec7d36
parent815b14fc134454fb93c439e3f1282e7f68fc0f78 (diff)
downloadpoky-66952b26d316047f64c69bd0fefd843174e7ee5f.tar.gz
dnf: upgrade 4.19.2 -> 4.20.0
Changelog: ========== - Prepare man pages for switch to dnf5 as the default package manager - Do not add user site-packages directory to sys.path - Remove --duplicates and --oldinstallonly exit with 0 when nothing to remove - repoquery: Fix loading filelists when -f is used - Prepare for switch of dnf5 in Rawhide (From OE-Core rev: 07bd7732e5d4b08f43956dc58d3d457a6707ecdc) 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>
-rw-r--r--meta/recipes-devtools/dnf/dnf_4.20.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.19.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.19.2.bb b/meta/recipes-devtools/dnf/dnf_4.20.0.bb
index cc91dbe400..4757346cbf 100644
--- a/meta/recipes-devtools/dnf/dnf_4.19.2.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.20.0.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
20 20
21SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch" 21SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
22 22
23SRCREV = "9b2b2e8ddab99caba4bc8059cab4263163172e81" 23SRCREV = "e3cb438c0fd08c79676c0f3276aa7d75cd8557c6"
24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 24UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"