Your message dated Sun, 28 May 2023 09:42:55 +0200
with message-id 
<cam8zjqvhtuxrpelb1on2m1adcb_vmz4fk3m3qziaivdidjg...@mail.gmail.com>
and subject line Re: Bug#1036758: unblock: cloud-initramfs-tools/0.18.debian13
has caused the Debian Bug report #1036758,
regarding unblock: cloud-initramfs-tools/0.18.debian13
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.)


-- 
1036758: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036758
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: 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

--- End Message ---
--- Begin Message ---
On Thu, 25 May 2023 at 16:09, Thomas Goirand <z...@debian.org> wrote:
> unblock cloud-initramfs-tools/0.18.debian13

Unblocked, thanks.

--- End Message ---

Reply via email to