XPost: linux.debian.maint.boot, linux.debian.devel.release
Package: release.debian.org
Severity: normal
User:
release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc:
util-linux@packages.debian.org,
debian-boot@lists.debian.org Control: affects -1 + src:util-linux
Please unblock package util-linux.
[ Reason ]
Helmut Grohne requested in #1105006 a restriction to the libuuid
symbol files, to make a single symbol glibc-only.
[ Impact ]
bootstrapping non-glibc archs fails without this fix.
[ Tests ]
I've diffed the libuuid1 binary package's symbols file on arm64 and
there is no diff. This is what I expected.
[ Risks ]
Hopefully none.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
util-linux builds udebs.
unblock util-linux/2.41-5
diff -Nru util-linux-2.41/debian/changelog util-linux-2.41/debian/changelog
--- util-linux-2.41/debian/changelog 2025-04-09 23:08:54.000000000 +0200
+++ util-linux-2.41/debian/changelog 2025-05-10 00:54:07.000000000 +0200
@@ -1,3 +1,10 @@
+util-linux (2.41-5) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Mark uuid_time64 symbol as glibc-only (Closes: #1105006)
+
+ -- Chris Hofstaedtler <
zeha@debian.org> Sat, 10 May 2025 00:54:07 +0200
+
util-linux (2.41-4) unstable; urgency=medium
* Pick patches from upstream v2.41-stable branch.
diff -Nru util-linux-2.41/debian/libuuid1.symbols util-linux-2.41/debian/libuuid1.symbols
--- util-linux-2.41/debian/libuuid1.symbols 2025-04-09 23:08:54.000000000 +0200
+++ util-linux-2.41/debian/libuuid1.symbols 2025-05-10 00:54:07.000000000 +0200
@@ -26,7 +26,7 @@
uuid_parse@UUID_1.0 2.16
uuid_parse_range@UUID_2.36 2.36
uuid_time@UUID_1.0 2.16
-
uuid_time64@UUID_2.40 2.40
+ (arch=gnu-any-any)
uuid_time64@UUID_2.40 2.40
uuid_type@UUID_1.0 2.16
uuid_unparse@UUID_1.0 2.16
uuid_unparse_lower@UUID_1.0 2.16
---