From 46e7599e1224a01e668a3314710a16225e7f2d0b Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 15 Mar 2022 18:51:02 +0800 Subject: [PATCH] dnf: upgrade 4.10.0 -> 4.11.1 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/dnf/{dnf_4.10.0.bb => dnf_4.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.10.0.bb => dnf_4.11.1.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.11.1.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.10.0.bb rename to meta/recipes-devtools/dnf/dnf_4.11.1.bb index f16e716b0d..00eed0ce96 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.11.1.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc file://0001-dnf-write-the-log-lock-to-root.patch \ " -SRCREV = "bd691b784f2158e633072d368579898d740e4347" +SRCREV = "fba1e2ec93f3d045a874567fd7ecafd606346509" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -- 2.40.1