[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#868214: marked as done (stretch-pu: package grub-installer/1.140+deb9u1)



Your message dated Sat, 22 Jul 2017 13:17:18 +0100
with message-id <1500725838.14212.3.camel@adam-barratt.org.uk>
and subject line Closing bugs for 9.1 p-u fixes
has caused the Debian Bug report #868214,
regarding stretch-pu: package grub-installer/1.140+deb9u1
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.)


-- 
868214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868214
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I'd like to fix a grub-installer issue: support for systems with a large
number of disks was added late in the stretch release cycle, broke a
more general use case, but my regression fix broke the many-discs JBOD
feature we tried to add. Despite long lines, this patch is just fixing a
missing /dev prefix.

Changelog entry:
| grub-installer (1.140+deb9u1) stretch; urgency=medium
| 
|   * Apply another patch by Hideki Yamane to fix support for systems with a
|     large number of disks, since the regression fix in the previous upload
|     was incomplete (Closes: #839894).
| 
|  -- Cyril Brulebois <kibi@debian.org>  Thu, 13 Jul 2017 08:56:40 +0200

(Not applicable for jessie.)

Thanks for considering.


KiBi.
diff -Nru grub-installer-1.140/debian/changelog grub-installer-1.140+deb9u1/debian/changelog
--- grub-installer-1.140/debian/changelog	2017-06-04 02:44:05.000000000 +0200
+++ grub-installer-1.140+deb9u1/debian/changelog	2017-07-13 08:56:49.000000000 +0200
@@ -1,3 +1,11 @@
+grub-installer (1.140+deb9u1) stretch; urgency=medium
+
+  * Apply another patch by Hideki Yamane to fix support for systems with a
+    large number of disks, since the regression fix in the previous upload
+    was incomplete (Closes: #839894).
+
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 13 Jul 2017 08:56:40 +0200
+
 grub-installer (1.140) unstable; urgency=medium
 
   * Fix regression in the last upload, which should have added an extra
diff -Nru grub-installer-1.140/grub-installer grub-installer-1.140+deb9u1/grub-installer
--- grub-installer-1.140/grub-installer	2017-06-03 22:49:14.000000000 +0200
+++ grub-installer-1.140+deb9u1/grub-installer	2017-07-13 08:55:38.000000000 +0200
@@ -254,7 +254,7 @@
     /dev/mapper)
 	disc_offered_devfs="$bootfs"
 	;;
-    /dev/[hsv]d[a-z0-9]|[hsv]d[a-z0-9][a-z]*|/dev/xvd[a-z]|/dev/cciss/c[0-9]d[0-9]*|/dev/ida/c[0-9]d[0-9]*|/dev/rs/c[0-9]d[0-9]*|/dev/mmcblk[0-9]|/dev/nvme[0-9]*n[0-9]*|/dev/ad[0-9]*|/dev/da[0-9]*)
+    /dev/[hsv]d[a-z0-9]|/dev/[hsv]d[a-z0-9][a-z]*|/dev/xvd[a-z]|/dev/cciss/c[0-9]d[0-9]*|/dev/ida/c[0-9]d[0-9]*|/dev/rs/c[0-9]d[0-9]*|/dev/mmcblk[0-9]|/dev/nvme[0-9]*n[0-9]*|/dev/ad[0-9]*|/dev/da[0-9]*)
 	disc_offered_devfs="$prefix"
 	;;
     *)

--- End Message ---
--- Begin Message ---
Version: 9.1

Hi,

These bugs all relate to updates which were included in today's stretch
point release.

Regards,

Adam

--- End Message ---

Reply to: