diff mbox series

[AUH] libsolv: upgrading to 0.7.40 SUCCEEDED

Message ID 010101a0c7a2d915-6ae84e41-bea4-4858-87da-393d17514d6c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libsolv: upgrading to 0.7.40 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 22, 2026, 5:42 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libsolv* to *0.7.40* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libsolv-upgrade-0.7.39-0.7.40.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 e7fff434f105fdd9c27d4dbcf53464c32438a714 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 22 Sep 2026 05:37:00 +0000
Subject: [PATCH] libsolv: upgrade 0.7.39 -> 0.7.40

Version 0.7.40
- selected bug fixes:
---
 .../libsolv/{libsolv_0.7.39.bb => libsolv_0.7.40.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.39.bb => libsolv_0.7.40.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.39.bb b/meta/recipes-extended/libsolv/libsolv_0.7.40.bb
similarity index 96%
rename from meta/recipes-extended/libsolv/libsolv_0.7.39.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.40.bb
index 48fa03eb70..bd2e26e03d 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.39.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.40.bb
@@ -12,7 +12,7 @@  SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;ta
            file://run-ptest \
 "
 
-SRCREV = "2f58c6f86edd978d6bdbd87dce9c85388e9b9dcc"
+SRCREV = "0e6eea45c9ffc7dd0756060f2b0f5527df02efa7"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"