diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
commit | 792be07a02109fbe3e631ccdaa09a2b410a500b9 (patch) | |
tree | 5502e00b4cf01da5119ed96b35bb38d33a0eb5c4 | |
parent | 04effb2e79a881bcf7091fa72359a5345d2f8a2a (diff) | |
download | poky-792be07a02109fbe3e631ccdaa09a2b410a500b9.tar.gz |
dnf: upgrade 4.20.0 -> 4.21.0
0005-Do-not-prepend-installroot-to-logdir.patch
refreshed for 4.21.0
Changelog:
===========
- Add detection for ostree-based systems and warn users about losing changes
- Fix: No traceback when Python interpreter is running with -P, allow -P in shebang lines
- man: Improve upgrade-minimal command docs (RHEL-6417)
- Limit queries to nevra forms when provided by command
- Update the man page entry for the countme option
- Drop collect file for ABRT
(From OE-Core rev: f289b8ef7a59016f630347b184b5507762d4586f)
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/0005-Do-not-prepend-installroot-to-logdir.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.21.0.bb (renamed from meta/recipes-devtools/dnf/dnf_4.20.0.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
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 cfbda11f77..82f616a389 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From c6d03b51e2098fc681e6811790bd5dc6597091eb Mon Sep 17 00:00:00 2001 | 1 | From 4e0f83e931e059ba93604617c462adcc90e5baab Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Wed, 11 Jan 2017 15:10:13 +0200 | 3 | Date: Wed, 11 Jan 2017 15:10:13 +0200 |
4 | Subject: [PATCH] Do not prepend installroot to logdir. | 4 | Subject: [PATCH] Do not prepend installroot to logdir. |
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 15 | ||
16 | diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py | 16 | diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py |
17 | index 1824bd00..4dcb1c1c 100644 | 17 | index c14f8363..bfc07ab9 100644 |
18 | --- a/dnf/cli/cli.py | 18 | --- a/dnf/cli/cli.py |
19 | +++ b/dnf/cli/cli.py | 19 | +++ b/dnf/cli/cli.py |
20 | @@ -944,7 +944,7 @@ class Cli(object): | 20 | @@ -953,7 +953,7 @@ class Cli(object): |
21 | logger.warning(_("Unable to detect release version (use '--releasever' to specify " | 21 | logger.warning(_("Unable to detect release version (use '--releasever' to specify " |
22 | "release version)")) | 22 | "release version)")) |
23 | 23 | ||
diff --git a/meta/recipes-devtools/dnf/dnf_4.20.0.bb b/meta/recipes-devtools/dnf/dnf_4.21.0.bb index 98edab0614..6800b5c716 100644 --- a/meta/recipes-devtools/dnf/dnf_4.20.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.21.0.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc | |||
20 | 20 | ||
21 | SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch" | 21 | SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch" |
22 | 22 | ||
23 | SRCREV = "e3cb438c0fd08c79676c0f3276aa7d75cd8557c6" | 23 | SRCREV = "d29dfa0634235d7ad957c4746a749eb1e4a85a88" |
24 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 24 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |