[ubuntu/wily-proposed] lvm2 2.02.122-1ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Jul 10 05:51:16 UTC 2015


lvm2 (2.02.122-1ubuntu1) wily; urgency=medium

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - debian/rules:
      + copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
      (Debian #504341).
    - auto-start VGs as their PVs are discovered (Debian #455979):
      + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
        vgscan/vgchange to turn on VGs as they come online.
      + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
        of udev rules to copy and depend on udev.
      + debian/control:
        - add versioned Depend on watershed in lvm2 for udev rules.
        - add Depends on watershed-udeb in lvm2-udeb for udev rules.
      + debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts or activation systemd units for lvm2,
          since udev starts LVM.
        - continue to build clvm support.
      + debian/lvm2.postinst: handle missing lvm2 init script.
    - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
      hooks to help fix bad boots (Debian #468115)
    - remaining changes to upstream event manager packages (Debian #514706):
      + debian/rules: enable dmeventd during configure.
      + debian/dmeventd.{8,manpages}: install dmeventd files.
    - rename debian/clvm.defaults to debian/clvm.default so it is installed
      correctly. (Debian #569292)
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
      executable.  When the Ubuntu-specific ones are added with a patch,
      they may lose their executable bit.
    - Add and install clvmd resource agent
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
      works.
    - debian/{clvmd.ra,clvm.init}:
      - create /run/lvm if it doesn't exist.
    - debian/clvm.init:
      - exit 3 if not running on status action.
    - Call dh_installman so that our dmeventd manpage actually gets installed
    - Install the missing fsadm manpage.
    - Complete libdevmapper-dev multiarch: (Debian #731294)
      - mark libdevmapper-dev M-A: same
    - 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)

lvm2 (2.02.122-1) unstable; urgency=medium

  * New upsream version.
  * Make sure lvmetad is enabled:
    - Add init-script.
  * Build and enable lvmpolld:
    - Add init-script.

lvm2 (2.02.111-2.2) unstable; urgency=medium

  * Non-maintainer upload
  * Add support for /dev/VG/LV naming in initramfs (Closes: #780319)

lvm2 (2.02.111-2.1) unstable; urgency=medium

  * Non-maintainer upload
  * Add initramfs-tools boot script for preparing additional block
    devices (Closes: #775583)

Date: Fri, 10 Jul 2015 07:31:48 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lvm2/2.02.122-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 10 Jul 2015 07:31:48 +0200
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
Architecture: source
Version: 2.02.122-1ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
 clvm       - Cluster LVM Daemon for lvm2
 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)
Closes: 775583 780319
Changes:
 lvm2 (2.02.122-1ubuntu1) wily; urgency=medium
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - debian/rules:
       + copy .po file to .pot file for Rosetta (Ubuntu specific).
     - debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
       (Debian #504341).
     - auto-start VGs as their PVs are discovered (Debian #455979):
       + add debian/85-lvm2.rules: use watershed plus the sledgehammer of
         vgscan/vgchange to turn on VGs as they come online.
       + debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
         of udev rules to copy and depend on udev.
       + debian/control:
         - add versioned Depend on watershed in lvm2 for udev rules.
         - add Depends on watershed-udeb in lvm2-udeb for udev rules.
       + debian/rules:
         - do not install local-top scripts since Ubuntu mounts root using udev.
         - do not install init scripts or activation systemd units for lvm2,
           since udev starts LVM.
         - continue to build clvm support.
       + debian/lvm2.postinst: handle missing lvm2 init script.
     - Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
       hooks to help fix bad boots (Debian #468115)
     - remaining changes to upstream event manager packages (Debian #514706):
       + debian/rules: enable dmeventd during configure.
       + debian/dmeventd.{8,manpages}: install dmeventd files.
     - rename debian/clvm.defaults to debian/clvm.default so it is installed
       correctly. (Debian #569292)
     - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
     - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
       executable.  When the Ubuntu-specific ones are added with a patch,
       they may lose their executable bit.
     - Add and install clvmd resource agent
     - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
       works.
     - debian/{clvmd.ra,clvm.init}:
       - create /run/lvm if it doesn't exist.
     - debian/clvm.init:
       - exit 3 if not running on status action.
     - Call dh_installman so that our dmeventd manpage actually gets installed
     - Install the missing fsadm manpage.
     - Complete libdevmapper-dev multiarch: (Debian #731294)
       - mark libdevmapper-dev M-A: same
     - 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)
 .
 lvm2 (2.02.122-1) unstable; urgency=medium
 .
   * New upsream version.
   * Make sure lvmetad is enabled:
     - Add init-script.
   * Build and enable lvmpolld:
     - Add init-script.
 .
 lvm2 (2.02.111-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Add support for /dev/VG/LV naming in initramfs (Closes: #780319)
 .
 lvm2 (2.02.111-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Add initramfs-tools boot script for preparing additional block
     devices (Closes: #775583)
Checksums-Sha1:
 71cc9cdd91d5d9dec5261e1658d34f149d9460a9 2862 lvm2_2.02.122-1ubuntu1.dsc
 4dc36ad5482d395e0231b28f483ec2e35c167c7a 1199244 lvm2_2.02.122.orig.tar.xz
 86b24b41f59478fd5f0726ddf55a7665bf7a9e6d 40772 lvm2_2.02.122-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 845cc8efa677bc98466ebf7e556a682fc995f9b7cc7fb3217e8c22048e7913af 2862 lvm2_2.02.122-1ubuntu1.dsc
 e7d680cdccd54fff37f4322837cf72f334318a7c821edcd7a1fe32ea7a4e1b3a 1199244 lvm2_2.02.122.orig.tar.xz
 73ee388d5582f94165ac55a2cf5a401b5b0c9547d10052626b7c5c64cb72379e 40772 lvm2_2.02.122-1ubuntu1.debian.tar.xz
Files:
 89762c0e9a67f462784a1e1d9e48835b 2862 admin optional lvm2_2.02.122-1ubuntu1.dsc
 b8f86533c351c2ddc2785d4bdf332461 1199244 admin optional lvm2_2.02.122.orig.tar.xz
 b5453ffc20fcac4ca102afe32b2b1033 40772 admin optional lvm2_2.02.122-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVn1o9AAoJENFO8V2v4RNHIHMP/1cJFr/v2FbQXJy9NTIPMDo5
o1C1Y5b4ivbWJHft4FisQydxjYp0tglpkT3jRoOgkssgl/DH3Z4CVr0Plgh5MmBm
rPIPWry4uJvxA9P1wEvxgHSEozhETPjntxvff1Tl1vgJoxFfB42cmrtr4nkFua/g
U2INAhb1ObABAk1XuEVigb8paWeMbGrhtZB8sG3jmzzm95/q2FODFFaMEbb2vZMr
md7U85SvZlp6A+5Q3ZcTV2L2n9hW0HyJlGZ+Q2QwrGvxE1rnEDXwOlX28kaZMq4C
vh245emk5SFx7GX0vQeQoBwjP6Tp1Sgoq7MDNIlieAs0oBow+6Q+v7/6/Dhv/wAi
uS+vH9bZKBYmPtdjfvI0jR2+sVn2qIb1iVT0FMUB2wiJBGXJVDuwapzdB1+/E1az
C2K4IXAoQBPwWJUke95D1ImcvXmEz1ZQUKWqBmRpKSvw6VJYjqcJqDaACEY74R6x
biuUDxftYPTPrACM8atwzqo98Lx29oEJkCRxTdNMn4xG5rEhkX3CzJTsIlUrY+jj
z3MshkpRbFPkFPLloHW9buq03X9/2r7YtcYMtkPMYMTqRNp0AvZow0y0i5BEW6rF
D8nAwyb1t2sfx1wZ7t56/K7OzjH/Q/PZouq2vNBvkHofMZdcDDbuLbDsW+PyOTnU
olg5kVWu8nlDlV4wpijy
=RqFB
-----END PGP SIGNATURE-----


More information about the Wily-changes mailing list