diff mbox series

[AUH] man-pages: upgrading to 6.15 SUCCEEDED

Message ID 0101019865f5ffb7-40e96c88-1034-4a07-83ab-00e07086c5e2-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] man-pages: upgrading to 6.15 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 1, 2025, 2:07 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *man-pages* to *6.15* has Succeeded.

Next steps:
    - apply the patch: git am 0001-man-pages-upgrade-6.14-6.15.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 1cd841a3f7bf2229ffc4a58b35c461bd4da37177 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Aug 2025 10:35:23 +0000
Subject: [PATCH] man-pages: upgrade 6.14 -> 6.15

---
 .../{man-pages_6.14.bb => man-pages_6.15.bb}  | 37 ++++++++++++++++++-
 1 file changed, 35 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_6.14.bb => man-pages_6.15.bb} (66%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/man-pages/man-pages_6.14.bb b/meta/recipes-extended/man-pages/man-pages_6.15.bb
similarity index 66%
rename from meta/recipes-extended/man-pages/man-pages_6.14.bb
rename to meta/recipes-extended/man-pages/man-pages_6.15.bb
index 92afff640d..e96aff5678 100644
--- a/meta/recipes-extended/man-pages/man-pages_6.14.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.15.bb
@@ -1,10 +1,43 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- README
+# +++ README
+# @@ -16,6 +16,10 @@
+#         a few pages in sections 5 and 8 for the timezone utilities.
+#  
+#  Files
+# +   AUTHORS
+# +       List of individuals and organizations that have contributed
+# +       content to the project.
+# +
+#     CONTRIBUTING
+#     CONTRIBUTING.d/*
+#         Instructions for reporting bugs and contributing.
+# @@ -50,7 +54,7 @@
+#         Configuration files for (linter) programs called by the build
+#         system.
+#  
+# -   man*/*
+# +   man/*
+#         Manual pages.
+#  
+#     scripts/*
+# 
+#
+
 SUMMARY = "Linux man-pages"
 DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
 SECTION = "console/utils"
 HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
 LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT"
 
-LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
+LIC_FILES_CHKSUM = "file://README;md5=c2d6fa1a74bdd79c25de6f4db7332294 \
                     file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \
                     file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \
                     file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \
@@ -20,7 +53,7 @@  LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \
            "
 
-SRC_URI[sha256sum] = "a298963d8baf37fa5ecd2b07c803e1f29ab0476add405a7e263e5c63baf43588"
+SRC_URI[sha256sum] = "f0ede747b98732cb6d5bd36e9ab54101ea7ae5f78a8b8d7289ced01c1a6ec937"
 
 inherit manpages lib_package