Your message dated Wed, 21 May 2025 19:58:09 +0000
with message-id <e1uhpzp-005w4y...@respighi.debian.org>
and subject line unblock util-linux
has caused the Debian Bug report #1105882,
regarding unblock: util-linux/2.41-5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1105882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: util-li...@packages.debian.org, debian-b...@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 <z...@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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---