mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
dnf: upgrade 4.21.0 -> 4.21.1
0005-Do-not-prepend-installroot-to-logdir.patch refreshed for 4.21.1 Changelog: ========== - doc: minor formatting and consistency fixes - Allow local downloads to same downloaddir - Fix "console" width on non real terminals (pipe) - Adds checks for container and bootc hosts - Update bootc hosts message to point to bootc --help - tests: Use PGP keys without SHA- (From OE-Core rev: 94b880c0c612cdc588c88f93774619fa86670852) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fbaf617f34
commit
e6fe568f79
@@ -1,4 +1,4 @@
|
||||
From 4e0f83e931e059ba93604617c462adcc90e5baab Mon Sep 17 00:00:00 2001
|
||||
From a8bf39b4ecdbdfd6e6934ca046239f683a9e08e1 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Wed, 11 Jan 2017 15:10:13 +0200
|
||||
Subject: [PATCH] Do not prepend installroot to logdir.
|
||||
@@ -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 c14f8363..bfc07ab9 100644
|
||||
index 0eda2c8c..488a0662 100644
|
||||
--- a/dnf/cli/cli.py
|
||||
+++ b/dnf/cli/cli.py
|
||||
@@ -953,7 +953,7 @@ class Cli(object):
|
||||
@@ -952,7 +952,7 @@ class Cli(object):
|
||||
logger.warning(_("Unable to detect release version (use '--releasever' to specify "
|
||||
"release version)"))
|
||||
|
||||
|
||||
@@ -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 = "d29dfa0634235d7ad957c4746a749eb1e4a85a88"
|
||||
SRCREV = "9717c055b5ce94eba8c7144e6e4fea6ab6c97f6f"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user