From: Alexander Kanavin Date: Wed, 17 Nov 2021 15:34:52 +0000 (+0100) Subject: logrotate: add a link to upstream review for one of the patch X-Git-Tag: uninative-3.5~736 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=42b0ae35701ec459f621b9b2a3bc350c02c7267f;p=openembedded-core.git logrotate: add a link to upstream review for one of the patch The patch author (Robert Yang) has been asked by email to rework the patch. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch b/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch index 671fce4ac8..4efd471906 100644 --- a/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch +++ b/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Act as the "mv" command when rotate log Act as the "mv" command when rotate log, first rename, if failed, then read and write. -Upstream-Status: Pending +Upstream-Status: Inappropriate [needs a rework according to https://github.com/logrotate/logrotate/pull/429] Signed-off-by: Robert Yang