From patchwork Mon Jul 15 19:19:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 46422 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E09CC54722 for ; Mon, 15 Jul 2024 19:19:16 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.1361.1721071146299283167 for ; Mon, 15 Jul 2024 12:19:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=HxfHXUs0; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WfROTygO; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010190b7d5994c-dd9b0ed3-94a5-4b2e-879b-e9b8967b543c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1721071147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=avaXDQ0VyvN2hGKkOWpu668RZbuetVrw4AMJYArjnOQ=; b=HxfHXUs0N6h/SOsZHpjdGiq4SYFOO95nbwGRc28Dr2bdYQ0yWr66Mc/my0F9jbeO ChWHWO/k8NdSgF+/TOzvkRVKaH+Pog5hoS0rHyCdcVSgcNsukKbw95EfNq52kAtQyHO 6i/4K10vj0+XsrQoOmJCBh+hMAABDody1/xj2yjo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071147; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=avaXDQ0VyvN2hGKkOWpu668RZbuetVrw4AMJYArjnOQ=; b=WfROTygOzEgTLEGseMe2DSWqljbgeAEYiglyIPe1pjMvB50LnJJPpEnQ/3vryJNm eo5HKpL05JwlkLrk6dvnEBscfZ67f4yRwSF5i/0eMayhK1xDnwtR2y9aaolVuOTXze7 kHs/8/vUr1yoCOtTGopZcFPu09ZcEyQvZxDELjzA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] sysstat: upgrading to 12.7.6 SUCCEEDED Message-ID: <01010190b7d5994c-dd9b0ed3-94a5-4b2e-879b-e9b8967b543c-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:07 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 15 Jul 2024 19:19:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202008 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *sysstat* to *12.7.6* has Succeeded. Next steps: - apply the patch: git am 0001-sysstat-upgrade-12.7.5-12.7.6.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 09df27d21a7c4a43f05007ea297387e842460a2f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 12:36:46 +0000 Subject: [PATCH] sysstat: upgrade 12.7.5 -> 12.7.6 --- .../0001-configure.in-remove-check-for-chkconfig.patch | 7 ++----- .../sysstat/{sysstat_12.7.5.bb => sysstat_12.7.6.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.5.bb => sysstat_12.7.6.bb} (98%) diff --git a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch index 84383f955f..8bd2a77e80 100644 --- a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch +++ b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch @@ -1,4 +1,4 @@ -From 1590cc614aaf0fb81cd804414d6c9d5a9227352c Mon Sep 17 00:00:00 2001 +From 722d518c561eb350f79f85f30a395d8ecf58c173 Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Tue, 5 Nov 2019 16:16:44 +0800 Subject: [PATCH] configure.ac: remove check for chkconfig @@ -13,7 +13,7 @@ Signed-off-by: Wenlin Kang 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 48b9a31..cedeb43 100644 +index 22bd663d..29f96a07 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,8 @@ AC_SUBST(VER_JSON) @@ -26,6 +26,3 @@ index 48b9a31..cedeb43 100644 # Check for systemd AC_CHECK_PROG(PKG_CONFIG, pkg-config, pkg-config) --- -1.9.1 - diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.5.bb b/meta/recipes-extended/sysstat/sysstat_12.7.6.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.5.bb rename to meta/recipes-extended/sysstat/sysstat_12.7.6.bb index d598d5366f..ea94ebf0aa 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.5.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.6.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master \ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" -SRCREV = "2d7682f26f42cef9127b123e319349b330c4ab8f" +SRCREV = "3e3ec9b2c69940503723e3c2ffc1965a8a3484e3" S = "${WORKDIR}/git" DEPENDS += "base-passwd"