[Glibc-bsd-commits] r3852 - trunk/zfsutils/debian
Robert Millan
rmh at alioth.debian.org
Sun Nov 13 00:22:06 UTC 2011
Author: rmh
Date: 2011-11-13 00:22:06 +0000 (Sun, 13 Nov 2011)
New Revision: 3852
Modified:
trunk/zfsutils/debian/changelog
trunk/zfsutils/debian/control
Log:
Set Breaks on kernel versions with pre-v28 ZFS. (Closes: #648498)
Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog 2011-11-12 10:53:39 UTC (rev 3851)
+++ trunk/zfsutils/debian/changelog 2011-11-13 00:22:06 UTC (rev 3852)
@@ -1,8 +1,9 @@
zfsutils (8.3~svn226546-3) UNRELEASED; urgency=low
* Do not attempt to unmount /, as this always fails.
+ * Set Breaks on kernel versions with pre-v28 ZFS. (Closes: #648498)
- -- Robert Millan <rmh at debian.org> Sat, 12 Nov 2011 11:53:18 +0100
+ -- Robert Millan <rmh at debian.org> Sun, 13 Nov 2011 01:21:46 +0100
zfsutils (8.3~svn226546-2) unstable; urgency=low
Modified: trunk/zfsutils/debian/control
===================================================================
--- trunk/zfsutils/debian/control 2011-11-12 10:53:39 UTC (rev 3851)
+++ trunk/zfsutils/debian/control 2011-11-13 00:22:06 UTC (rev 3852)
@@ -81,9 +81,21 @@
Depends: ${shlibs:Depends}, ${misc:Depends},
libuutil1 (= ${binary:Version}), libnvpair1 (= ${binary:Version}),
libzfs1 (= ${binary:Version}), libumem1 (= ${binary:Version}), libzpool1 (= ${binary:Version})
+Breaks:
# Require GRUB with ZFS v28 support to ensure "zpool upgrade" doesn't render
# system unbootable.
-Breaks: grub-common (<< 1.99~20101210-1~)
+ grub-common (<< 1.99~20101210-1~),
+# Pre-28 versions are ABI-incompatible
+ kfreebsd-image-8.1-1-amd64,
+ kfreebsd-image-8.1-1-486,
+ kfreebsd-image-8.1-1-686,
+ kfreebsd-image-8.1-1-686-smp,
+ kfreebsd-image-8.1-1-xen,
+ kfreebsd-image-8.2-1-amd64,
+ kfreebsd-image-8.2-1-486,
+ kfreebsd-image-8.2-1-686,
+ kfreebsd-image-8.2-1-686-smp,
+ kfreebsd-image-8.2-1-xen,
Description: command-line tools to manage ZFS filesystems
The Z file system is a pooled filesystem designed for maximum data integrity,
supporting data snapshots, multiple copies, and data checksums.
More information about the Glibc-bsd-commits
mailing list