Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: cloud-initramfs-to...@packages.debian.org
Control: affects -1 + src:cloud-initramfs-tools

Please unblock package cloud-initramfs-tools

[ Reason ]
This fixes the path to udevadm.

[ Impact ]
The package is not useable without this patch.

[ Risks ]
Not much, it's been manually tested.
Thanks to Andreas Beckmann for the patch.

[ 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

unblock cloud-initramfs-tools/0.18.debian13
diff --git a/debian/changelog b/debian/changelog
index c1720fa..95d0090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cloud-initramfs-tools (0.18.debian13) unstable; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Fix copy_exec /bin/udevadm /sbin (Closes: #1035920).
+
+ -- Thomas Goirand <z...@debian.org>  Wed, 24 May 2023 13:16:27 +0200
+
 cloud-initramfs-tools (0.18.debian12) unstable; urgency=medium
 
   [ Martin Pitt ]
diff --git a/growroot/hooks/growroot b/growroot/hooks/growroot
index 5d06aa8..a8ee1ab 100644
--- a/growroot/hooks/growroot
+++ b/growroot/hooks/growroot
@@ -11,7 +11,7 @@ esac
 ##
 copy_exec /sbin/sfdisk /sbin
 copy_exec /usr/bin/growpart /sbin
-copy_exec /usr/bin/udevadm /sbin
+copy_exec /bin/udevadm /sbin
 copy_exec /usr/bin/flock /bin
 
 # vi: ts=4 noexpandtab

Reply via email to