[ubuntu/yakkety-proposed] lvm2 2.02.156-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu Jun 30 21:38:14 UTC 2016


lvm2 (2.02.156-1ubuntu1) yakkety; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add and install clvmd resource agent
    - Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
      breaks the circular dependency that causes upgrade failures. As dmsetup
      is "Priority: required", this has no other practical consequences.
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - debian/dmsetup-udeb.install: install udev rules in udebs
      (Debian #504341).
    - Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
      properly synthesize LVM LV change events with udevadm trigger, so
      if we use LVM, we need to let it finish; otherwise we get missing LV
      symlinks.
    - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
      hooks to help fix bad boots (Debian #468115)
    - Do not start lvmetad when inside a container.
    - Add enable-issue-discards.patch: Enable "issue_discards" option by
      default to trim SSDs when changing PVs. This option has no effect if the
      kernel or the drive does not support trimming, so it's safe to enable by
      default. (Debian #717313)
    - debian/rules:
      + Copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
      we ship udev rules.
  * Dropped changes, no longer needed:
    - debian/clvm.init: drop all changes; service is now systemd-only.
    - rename debian/clvm.defaults to debian/clvm.default: no defaults needed
      with systemd, the only setting in this file is one that is unused
      anyway.
    - Install the missing fsadm manpage: included differently in Debian.
    - Call dh_installman: included differently in Debian.
  * Depend on 'dlm' rather than 'dlm-controld', the package is named
    differently in Ubuntu.
  * debian/clvm.maintscripts: Drop the /etc/default/clvm conffile on upgrade.
    This delta can be dropped after 18.04 release.

lvm2 (2.02.156-1) unstable; urgency=medium

  * New upstream version.
  * Build-depend on systemd for pkg-config info.
  * Only support systemd in cluster package. (closes: #796625)
  * Update dependencies and description of cluster package.
  * Disable cluster while removing cluster package.

Date: Thu, 30 Jun 2016 13:47:43 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lvm2/2.02.156-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jun 2016 13:47:43 -0700
Source: lvm2
Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1 libdevmapper1.02.1-udeb dmsetup dmsetup-udeb libdevmapper-event1.02.1 dmeventd liblvm2app2.2 liblvm2cmd2.02 liblvm2-dev python-lvm2 python3-lvm2
Architecture: source
Version: 2.02.156-1ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
 clvm       - Cluster extensions for userland logical volume management tools
 dmeventd   - Linux Kernel Device Mapper event daemon
 dmsetup    - Linux Kernel Device Mapper userspace library
 dmsetup-udeb - Linux Kernel Device Mapper userspace library (udeb)
 libdevmapper-dev - Linux Kernel Device Mapper header files
 libdevmapper-event1.02.1 - Linux Kernel Device Mapper event support library
 libdevmapper1.02.1 - Linux Kernel Device Mapper userspace library
 libdevmapper1.02.1-udeb - Linux Kernel Device Mapper userspace library (udeb)
 liblvm2-dev - LVM2 libraries - development files
 liblvm2app2.2 - LVM2 application library
 liblvm2cmd2.02 - LVM2 command library
 lvm2       - Linux Logical Volume Manager
 lvm2-udeb  - Linux Logical Volume Manager (udeb)
 python-lvm2 - LVM2 application library - Python 2 binding
 python3-lvm2 - LVM2 application library - Python 3 binding
Closes: 796625
Changes:
 lvm2 (2.02.156-1ubuntu1) yakkety; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Add and install clvmd resource agent
     - Lower libdevmapper1.02.1's Depends: dmsetup to a Recommends:. This
       breaks the circular dependency that causes upgrade failures. As dmsetup
       is "Priority: required", this has no other practical consequences.
     - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
     - debian/dmsetup-udeb.install: install udev rules in udebs
       (Debian #504341).
     - Add debian/initramfs-tools/lvm2/scripts/init-bottom/lvm2: We cannot
       properly synthesize LVM LV change events with udevadm trigger, so
       if we use LVM, we need to let it finish; otherwise we get missing LV
       symlinks.
     - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
       hooks to help fix bad boots (Debian #468115)
     - Do not start lvmetad when inside a container.
     - Add enable-issue-discards.patch: Enable "issue_discards" option by
       default to trim SSDs when changing PVs. This option has no effect if the
       kernel or the drive does not support trimming, so it's safe to enable by
       default. (Debian #717313)
     - debian/rules:
       + Copy .po file to .pot file for Rosetta (Ubuntu specific).
     - debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
       we ship udev rules.
   * Dropped changes, no longer needed:
     - debian/clvm.init: drop all changes; service is now systemd-only.
     - rename debian/clvm.defaults to debian/clvm.default: no defaults needed
       with systemd, the only setting in this file is one that is unused
       anyway.
     - Install the missing fsadm manpage: included differently in Debian.
     - Call dh_installman: included differently in Debian.
   * Depend on 'dlm' rather than 'dlm-controld', the package is named
     differently in Ubuntu.
   * debian/clvm.maintscripts: Drop the /etc/default/clvm conffile on upgrade.
     This delta can be dropped after 18.04 release.
 .
 lvm2 (2.02.156-1) unstable; urgency=medium
 .
   * New upstream version.
   * Build-depend on systemd for pkg-config info.
   * Only support systemd in cluster package. (closes: #796625)
   * Update dependencies and description of cluster package.
   * Disable cluster while removing cluster package.
Checksums-Sha1:
 c68ba55af7c4827c9056d5051a445912f2a08db0 3174 lvm2_2.02.156-1ubuntu1.dsc
 c59c8617575b948f3050f6cfdcf44eb3e2783f3f 1464488 lvm2_2.02.156.orig.tar.xz
 9872405b74ee6575538a1a1f8d097cfca724ba66 42480 lvm2_2.02.156-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 0ebc7e0dc16c352f1c6082ca1122532f1d4d0280e0e038973668c408efb62b42 3174 lvm2_2.02.156-1ubuntu1.dsc
 c7ecf4667d2f955081dffb9bf2e792ff873e9fcb2b78b6753a67b0de43a3c623 1464488 lvm2_2.02.156.orig.tar.xz
 a91876e78c00da4e405a10ef74985124b9b3f9a07b8dd92ac66508e666ed5e46 42480 lvm2_2.02.156-1ubuntu1.debian.tar.xz
Files:
 b51b5cbcfea75c56146fd6548a839787 3174 admin optional lvm2_2.02.156-1ubuntu1.dsc
 04f14c8a75d6e6170ba63f25fd312551 1464488 admin optional lvm2_2.02.156.orig.tar.xz
 9c13e8ffe811f3c809b529a39335b4b4 42480 admin optional lvm2_2.02.156-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJXdZC1AAoJEFaNMPMhshM97p4QAI0U7Omrg2CL8sp+g6qQY2e+
XTdIP5NEeQ8a7wYA5mI26DvgzeZZF9KWhYVgt/Ev1bSNf5zPMJdrFJ7YnVQ6TbYz
8XB7GYOaJr1kMvoTuKsjqreMZBC99CdDmd+jNIViJ//K7vx+y0AJxvMz4BRImU5S
XXajYb3la/SLPKa1HCj+AMkGjyWzp5U83dRjJ/HYy1qUWCzGsKMmKYFJoKNkUeqJ
BFA0ChYaUtjcTqV7dgLty4Ax5f6sPtjxYM+dNB7KHVqJZBFdegPX9Q16Ub68nAKG
6xsXdPn6GWQC1C9ufeKsNNfLlJDD3JJp2wi2bxtLcAPGiJ9XHAK9dCbnQjyP9Siu
cSALaz6DCAXVn6oS3b8cXzC2Xw61E/1PsL/ig25iyDssK8PJF5zNzKCxW0WGGV7T
s/FgTqct0BgcBpYeeY1EdCg2DuSjRm6AGiDVdoFDFXAlnRET2Stzxu95kVQ5thNX
ROGksrFBphBE1pTh2AZtMim+bIAqkL4bvnUX1IjZzO5uScuf0VcNcIFtVZmXRI1V
r4zhXplW0DC5tTVenTAbKUbLf4aegMjFYnJihJJOruM/PScZw+b3qbZHVDhiQnTq
K+ekjTbkb3lUt1/SEnpG/SbX/rFb5ut3uQXAhrNLS7033SunHYwyoYWjA59LgkAF
hMI4Jh1BuK5R20YYra+9
=+8nv
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list