From patchwork Sat Jun 13 07:50:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89982 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 301FACD98E2 for ; Sat, 13 Jun 2026 07:50:35 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.87191.1781337024871419158 for ; Sat, 13 Jun 2026 00:50:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=flZ5fUcZ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=PAnX7ZoC; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ebff5e62e-516567d0-4dd1-404e-a773-b19b0aee3b8e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1781337024; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=WSWJ8PHVTY5+cWaWpp2Vl5tp0vOQdF1NTK0HOOBQhOU=; b=flZ5fUcZHs6JD3vpQP1tvo4eR3Bbz40NqabMkYJscNdqzC1SQSM7vZz6NDb82QRN VK1vYrRPVP0yoBQvYZBadHUQjiGOFQHd/tEdlJPk+0Kk0pat7gxDMePaXXRbdld3wsa k3oStVCC32OvNTpETaDK9D/7Uk3R/I2P4pCLBFVY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781337024; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=WSWJ8PHVTY5+cWaWpp2Vl5tp0vOQdF1NTK0HOOBQhOU=; b=PAnX7ZoCQRwECtrLPvfsbj8jZARA3QqWH8Mnb2QtDJGzMGTuvyrUr2J4YpOEbWbz R6NRlaY8MllsVkAAJw18EbvCpZnrb5pzXCYY3oGBk2N2iFwmkJA9gG3DdMs8VFczDXp 5kS3ONlZaB9Cxnu+OXLrUZbsj+o/yaE9pxLsaYIA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libmodulemd: upgrading to 2.15.3 SUCCEEDED Message-ID: <0101019ebff5e62e-516567d0-4dd1-404e-a773-b19b0aee3b8e-000000@us-west-2.amazonses.com> Date: Sat, 13 Jun 2026 07:50:24 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.13-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 13 Jun 2026 07:50:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238655 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libmodulemd* to *2.15.3* has Succeeded. Next steps: - apply the patch: git am 0001-libmodulemd-upgrade-2.15.2-2.15.3.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 cb6dbeebdf96f7c5dbedd2f33afb9d803b6d460a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 13 Jun 2026 07:14:17 +0000 Subject: [PATCH] libmodulemd: upgrade 2.15.2 -> 2.15.3 --- .../{libmodulemd_2.15.2.bb => libmodulemd_2.15.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libmodulemd/{libmodulemd_2.15.2.bb => libmodulemd_2.15.3.bb} (94%) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.3.bb similarity index 94% rename from meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb rename to meta/recipes-devtools/libmodulemd/libmodulemd_2.15.3.bb index 32d2a39c41..4627e53428 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main;tag=${PV}" -SRCREV = "b8b11b4dafaa2c4d73883152bfa7e5bd81cd7395" +SRCREV = "a8f1c5b1243a8e844a276094007a2bbf8a13b40f" inherit meson gobject-introspection pkgconfig manpages