Your message dated Sun, 28 May 2023 09:42:55 +0200 with message-id <CAM8zJQvHtUxRpELB1ON2m1aDCb_vMz4Fk3m3qziAivdidJga6A@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 owner@bugs.debian.org immediately.) -- 1036758: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036758 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: cloud-initramfs-tools/0.18.debian13
- From: Thomas Goirand <zigo@debian.org>
- Date: Thu, 25 May 2023 16:06:00 +0200
- Message-id: <[🔎] 168502356066.23059.4158370627983618740.reportbug@zbuz.infomaniak.ch>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock X-Debbugs-Cc: cloud-initramfs-tools@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.debian13diff --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 <zigo@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 ---
- To: Thomas Goirand <zigo@debian.org>, 1036758-done@bugs.debian.org
- Subject: Re: Bug#1036758: unblock: cloud-initramfs-tools/0.18.debian13
- From: Graham Inggs <ginggs@debian.org>
- Date: Sun, 28 May 2023 09:42:55 +0200
- Message-id: <CAM8zJQvHtUxRpELB1ON2m1aDCb_vMz4Fk3m3qziAivdidJga6A@mail.gmail.com>
- In-reply-to: <[🔎] 168502356066.23059.4158370627983618740.reportbug@zbuz.infomaniak.ch>
- References: <[🔎] 168502356066.23059.4158370627983618740.reportbug@zbuz.infomaniak.ch>
On Thu, 25 May 2023 at 16:09, Thomas Goirand <zigo@debian.org> wrote: > unblock cloud-initramfs-tools/0.18.debian13 Unblocked, thanks.
--- End Message ---