[Glibc-bsd-commits] r5574 - branches/experimental/kfreebsd-10/debian
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Sun Sep 28 23:41:28 UTC 2014
Author: stevenc-guest
Date: 2014-09-28 23:41:28 +0000 (Sun, 28 Sep 2014)
New Revision: 5574
Modified:
branches/experimental/kfreebsd-10/debian/changelog
branches/experimental/kfreebsd-10/debian/control.flavor.in
Log:
Set a Breaks: on grub-common (<< 2.02~) because GRUB 2.02 or later
is needed to boot from a ZFS pool having the LZ4 compression
feature enabled
Modified: branches/experimental/kfreebsd-10/debian/changelog
===================================================================
--- branches/experimental/kfreebsd-10/debian/changelog 2014-09-26 20:28:53 UTC (rev 5573)
+++ branches/experimental/kfreebsd-10/debian/changelog 2014-09-28 23:41:28 UTC (rev 5574)
@@ -8,6 +8,9 @@
mounting an SMB filesystem
* Set a Breaks: on pf (<< 10.1~) due to an ABI change listing or
modifying firewall rules
+ * Set a Breaks: on grub-common (<< 2.02~) because GRUB 2.02 or later
+ is needed to boot from a ZFS pool having the LZ4 compression
+ feature enabled
-- GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org> Sat, 20 Sep 2014 22:02:28 +0100
Modified: branches/experimental/kfreebsd-10/debian/control.flavor.in
===================================================================
--- branches/experimental/kfreebsd-10/debian/control.flavor.in 2014-09-26 20:28:53 UTC (rev 5573)
+++ branches/experimental/kfreebsd-10/debian/control.flavor.in 2014-09-28 23:41:28 UTC (rev 5574)
@@ -7,8 +7,8 @@
kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
Conflicts: kfreebsd-loader (<< 5.4-1.3)
Breaks:
-# Prior versions can't boot kFreeBSD >= 9.1 (see #699002)
- grub-common (<< 1.99-27+deb7u2) [kfreebsd-any],
+# ZFS metadata now compressed with LZ4 by default; requires recent GRUB
+ grub-common (<< 2.02~) [kfreebsd-any],
# AT_* macros break LD_PRELOAD (see #630695)
# Missing support for RFTSIGZMB (see 007_clone_signals.diff)
libc0.1 (<< 2.11.3-1) [kfreebsd-any],
More information about the Glibc-bsd-commits
mailing list