From: wangmy@fujitsu.com
To: openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0
Date: Mon, 31 Mar 2025 17:11:21 +0800 [thread overview]
Message-ID: <1743412308-21887-2-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1743412308-21887-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch
0005-Do-not-prepend-installroot-to-logdir.patch
0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
refreshed for 4.23.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...-Do-not-hardcode-etc-and-systemd-unit-directories.patch | 7 +++++--
.../dnf/0005-Do-not-prepend-installroot-to-logdir.patch | 7 +++++--
...9-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 7 +++++--
meta/recipes-devtools/dnf/{dnf_4.22.0.bb => dnf_4.23.0.bb} | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/dnf/{dnf_4.22.0.bb => dnf_4.23.0.bb} (98%)
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 37359a5765..24b26f4cb8 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
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4aee99fb..9e2e9e9e 100644
+index a76b6ac..a2ba58c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.4)
+@@ -4,8 +4,8 @@ PROJECT (dnf NONE)
INCLUDE (${CMAKE_SOURCE_DIR}/VERSION.cmake)
@@ -24,3 +24,6 @@ index 4aee99fb..9e2e9e9e 100644
IF (NOT PYTHON_DESIRED)
FIND_PACKAGE (PythonInterp REQUIRED)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch b/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
index a1c58d6563..159dc32c75 100644
--- a/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
+++ b/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py
-index d3844df3..ac080f79 100644
+index 62b9434..14d4757 100644
--- a/dnf/cli/cli.py
+++ b/dnf/cli/cli.py
-@@ -954,7 +954,7 @@ class Cli(object):
+@@ -1002,7 +1002,7 @@ class Cli(object):
logger.warning(_("Unable to detect release version (use '--releasever' to specify "
"release version)"))
@@ -26,3 +26,6 @@ index d3844df3..ac080f79 100644
conf.prepend_installroot(opt)
self.base._logging._setup_from_dnf_conf(conf)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
index 64ea7874d3..09af96048c 100644
--- a/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
+++ b/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9e2e9e9e..2056089d 100644
+index a2ba58c..98aa9df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -19,7 +19,7 @@ ELSE ()
+@@ -20,7 +20,7 @@ ELSE ()
MESSAGE (FATAL_ERROR "Invalid PYTHON_DESIRED value: " ${PYTHON_DESIRED})
ENDIF()
@@ -22,3 +22,6 @@ index 9e2e9e9e..2056089d 100644
MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
ADD_SUBDIRECTORY (dnf)
+--
+2.43.0
+
diff --git a/meta/recipes-devtools/dnf/dnf_4.22.0.bb b/meta/recipes-devtools/dnf/dnf_4.23.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.22.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.23.0.bb
index e5ac3c9824..fe3deb4344 100644
--- a/meta/recipes-devtools/dnf/dnf_4.22.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.23.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 = "da9a7066be8e1628d9453428d33685225cd9c90d"
+SRCREV = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.43.0
next prev parent reply other threads:[~2025-03-31 9:12 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
2025-03-31 9:11 ` wangmy [this message]
2025-03-31 9:11 ` [PATCH] libdnf: upgrade 0.73.4 -> 0.74.0 wangmy
2025-03-31 14:30 ` [oe] " Khem Raj
2025-03-31 9:11 ` [oe] [meta-python] [PATCH] protobuf: upgrade 5.29.4 -> 6.30.1 wangmy
2025-03-31 11:02 ` Gyorgy Sarvari
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 02/26] opencl-clhpp: upgrade 2024.05.08 -> 2024.10.24 wangmy
2025-03-31 22:00 ` Khem Raj
2025-03-31 9:11 ` [oe] [meta-oe] [PATCH 03/26] parallel: upgrade 20250222 -> 20250322 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 04/26] python3-alembic: upgrade 1.15.1 -> 1.15.2 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 05/26] python3-apiflask: upgrade 2.3.2 -> 2.4.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 06/26] python3-argcomplete: upgrade 3.6.0 -> 3.6.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 07/26] python3-cmake: upgrade 3.31.6 -> 4.0.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 08/26] python3-dbus-fast: upgrade 2.39.6 -> 2.43.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 09/26] python3-djangorestframework: upgrade 3.15.2 -> 3.16.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 10/26] python3-expandvars: upgrade 0.12.0 -> 1.0.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 11/26] python3-humanize: upgrade 4.12.1 -> 4.12.2 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 12/26] python3-icu: upgrade 2.14 -> 2.15 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 13/26] python3-inline-snapshot: upgrade 0.20.8 -> 0.21.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 14/26] python3-libusb1: upgrade 3.3.0 -> 3.3.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 15/26] python3-moteus: upgrade 0.3.76 -> 0.3.78 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 16/26] python3-nanobind: upgrade 2.5.0 -> 2.6.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 17/26] python3-prettytable: upgrade 3.15.1 -> 3.16.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 18/26] python3-propcache: upgrade 0.3.0 -> 0.3.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 19/26] python3-pyasn1-modules: upgrade 0.4.1 -> 0.4.2 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 20/26] python3-pycodestyle: upgrade 2.12.1 -> 2.13.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 21/26] python3-pyflakes: upgrade 3.2.0 -> 3.3.1 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 22/26] python3-pymisp: upgrade 2.5.8.1 -> 2.5.9 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 23/26] python3-sqlalchemy: upgrade 2.0.39 -> 2.0.40 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 24/26] python3-tox: upgrade 4.24.2 -> 4.25.0 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 25/26] python3-tzdata: upgrade 2025.1 -> 2025.2 wangmy
2025-03-31 9:11 ` [oe] [meta-python] [PATCH 26/26] python3-web3: upgrade 7.9.0 -> 7.10.0 wangmy
-- strict thread matches above, loose matches on Subject: below --
2025-06-23 9:58 [PATCH v2] dnf: upgrade 4.22.0 -> 4.23.0 Moritz Haase
2025-06-23 22:54 ` [OE-core] " Richard Purdie
2025-03-20 3:02 [OE-core] [PATCH V2] " wangmy
2025-03-20 8:02 ` Mathieu Dubois-Briand
2025-03-26 1:45 ` Mingyu Wang (Fujitsu)
2025-03-26 9:25 ` Alexander Kanavin
2025-03-26 10:10 ` Mathieu Dubois-Briand
2025-03-26 10:13 ` Mathieu Dubois-Briand
2025-03-28 1:38 ` Mingyu Wang (Fujitsu)
2025-03-28 9:14 ` Mathieu Dubois-Briand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743412308-21887-2-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.