diff mbox series

[AUH] libcap-ng-python,libcap-ng: upgrading to 0.9.1,0.9.1 SUCCEEDED

Message ID 0101019c720ec5f6-8ae46777-3b7e-46c5-8ba3-c82106bd8312-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libcap-ng-python,libcap-ng: upgrading to 0.9.1,0.9.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 18, 2026, 6:41 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libcap-ng-python,libcap-ng* to *0.9.1,0.9.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libcap-ng-python-libcap-ng-upgrade-0.9-0.9.1-0.9-0.9.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 4e9c720e86fa5fab585d6d8d837a65503798aa31 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 18 Feb 2026 11:20:30 +0000
Subject: [PATCH] libcap-ng-python,libcap-ng: upgrade 0.9 -> 0.9.1,0.9 -> 0.9.1

---
 .../{libcap-ng-python_0.9.bb => libcap-ng-python_0.9.1.bb}      | 0
 meta/recipes-support/libcap-ng/libcap-ng.inc                    | 2 +-
 .../libcap-ng/{libcap-ng_0.9.bb => libcap-ng_0.9.1.bb}          | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.9.bb => libcap-ng-python_0.9.1.bb} (100%)
 rename meta/recipes-support/libcap-ng/{libcap-ng_0.9.bb => libcap-ng_0.9.1.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.1.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.9.bb
rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.9.1.bb
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc
index 632527eb12..9d65c889bd 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng.inc
+++ b/meta/recipes-support/libcap-ng/libcap-ng.inc
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 		    file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
 
 SRC_URI = "git://github.com/stevegrubb/libcap-ng.git;protocol=https;branch=master;tag=v${PV}"
-SRCREV = "6ab1fe90fc24fcc1ed4ced635eb20166bcf00023"
+SRCREV = "427ed6d2c2b16e9b48f12953e55febfead3ef2e2"
 
 inherit lib_package autotools pkgconfig
 
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.9.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.9.1.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng_0.9.bb
rename to meta/recipes-support/libcap-ng/libcap-ng_0.9.1.bb