From: Wang Mingyu Date: Wed, 5 Nov 2025 23:46:49 +0000 (+0800) Subject: dnf: upgrade 4.23.0 -> 4.24.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae7eecd7510990f81e175dda482aff0cdc4b6f31;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dnf: upgrade 4.23.0 -> 4.24.0 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch refreshed for 4.24.0 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch index 37359a57655..9d978cdc5f3 100644 --- a/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch +++ b/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch @@ -1,4 +1,4 @@ -From 3ca6d14fbc6419ff6239b4ba16f77da20fb31d03 Mon Sep 17 00:00:00 2001 +From c2b2b91b58f4531d4baf0a01f5d868d71e577a84 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 26 Jan 2017 16:25:47 +0200 Subject: [PATCH] Do not hardcode /etc and systemd unit directories @@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4aee99fb..9e2e9e9e 100644 +index e71e9517..8fcb2069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.4) +@@ -3,8 +3,8 @@ PROJECT (dnf NONE) INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake) diff --git a/meta/recipes-devtools/dnf/dnf_4.23.0.bb b/meta/recipes-devtools/dnf/dnf_4.24.0.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.23.0.bb rename to meta/recipes-devtools/dnf/dnf_4.24.0.bb index 927a8d89302..d40b85c4b07 100644 --- a/meta/recipes-devtools/dnf/dnf_4.23.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.24.0.bb @@ -20,7 +20,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 = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed" +SRCREV = "e47634fbe3565d0580e89ec21adb7c1b308642ce" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" inherit cmake gettext bash-completion setuptools3-base systemd