[ubuntu/saucy-proposed] lvm2 2.02.98-1ubuntu1 (Accepted)

Dmitrijs Ledkovs dmitrij.ledkov at ubuntu.com
Thu May 30 14:05:16 UTC 2013


lvm2 (2.02.98-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
      names in /dev/block/ since lvm.conf won't handle this.
    - debian/rules:
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
    - debian/{dmsetup,lvm2}-udeb.install:
      - install initramfs and udev hooks in udebs (Debian bug 504341).
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
        - add 85-lvm2.rules to the list of udev rules to copy.
        - 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.
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
        - add Depend on initramfs-tools in dmsetup so system is not potentially
          rendered unbootable by out-of-order dpkg configuration.
        - In libdevmapper-event1.02.1 add Breaks: dmeventd
          (<< 2.02.95-4ubuntu1) due to debian symbol rename
      - debian/rules:
        - do not install local-top scripts since Ubuntu mounts root using udev.
        - do not install init scripts for lvm2, since udev starts LVM.
        - continue to build clvm support.
      - debian/lvm2.postinst: handle missing lvm2 init script.
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
        watch dm devices for changes with inotify
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
    - remaining changes to upstream event manager packages (Debian bug 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/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:
      - move .so symlinks and pkgconfig files to multiarched locations.
      - mark libdevmapper-dev M-A: same

  * Dropped changes, applied upstream:
    - Update Micron PCIe SSD and other device-types to latest available.
    - Cherry pick from upstream, remove unsupported udev_get_dev_path() call.
    - Move thin check to global section.

lvm2 (2.02.98-1) unstable; urgency=low

  * New upstream version.

Date: Thu, 30 May 2013 11:02:10 +0100
Changed-By: Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/lvm2/2.02.98-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 30 May 2013 11:02:10 +0100
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.98-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dmitrijs Ledkovs <dmitrij.ledkov 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)
Changes: 
 lvm2 (2.02.98-1ubuntu1) saucy; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - debian/patches/avoid-dev-block.patch: Prefer any other device name over
       names in /dev/block/ since lvm.conf won't handle this.
     - debian/rules:
       - copy .po file to .pot file for Rosetta (Ubuntu specific).
     - debian/{dmsetup,lvm2}-udeb.install:
       - install initramfs and udev hooks in udebs (Debian bug 504341).
     - auto-start VGs as their PVs are discovered (Ubuntu specific):
       - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
         the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
       - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
         - add 85-lvm2.rules to the list of udev rules to copy.
         - 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.
         - add versioned Depend/Breaks on udev in dmsetup for udev rules.
         - add Depend on initramfs-tools in dmsetup so system is not potentially
           rendered unbootable by out-of-order dpkg configuration.
         - In libdevmapper-event1.02.1 add Breaks: dmeventd
           (<< 2.02.95-4ubuntu1) due to debian symbol rename
       - debian/rules:
         - do not install local-top scripts since Ubuntu mounts root using udev.
         - do not install init scripts for lvm2, since udev starts LVM.
         - continue to build clvm support.
       - debian/lvm2.postinst: handle missing lvm2 init script.
       - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
         watch dm devices for changes with inotify
     - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
       - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
     - remaining changes to upstream event manager packages (Debian bug 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/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:
       - move .so symlinks and pkgconfig files to multiarched locations.
       - mark libdevmapper-dev M-A: same
 .
   * Dropped changes, applied upstream:
     - Update Micron PCIe SSD and other device-types to latest available.
     - Cherry pick from upstream, remove unsupported udev_get_dev_path() call.
     - Move thin check to global section.
 .
 lvm2 (2.02.98-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 6c46def1147841583e5d6b0aefc12a0b2c308f25 2795 lvm2_2.02.98-1ubuntu1.dsc
 052f350a1e3bd927dd39cb4a18b049a0a4c7de0d 1236643 lvm2_2.02.98.orig.tar.gz
 ff713d123e4a2a5d549fb746d15402b33bd62b9a 49291 lvm2_2.02.98-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 55492985f79c44b77493741c61b99b55db960385cd7308f65bd7818f1fc74709 2795 lvm2_2.02.98-1ubuntu1.dsc
 b505a0b4bbbbf5f0ce4d9148295bb7a02f6827e443d3c84f9cbaf54bc92427c7 1236643 lvm2_2.02.98.orig.tar.gz
 7097d391786eefa89f2509bf68d693e17f7f54b8c2500e003335d4d77536a269 49291 lvm2_2.02.98-1ubuntu1.debian.tar.gz
Files: 
 0784a11edf65d906d513b3972a909783 2795 admin optional lvm2_2.02.98-1ubuntu1.dsc
 f8ed4a225ae7c07f07f7081f2971ba1f 1236643 admin optional lvm2_2.02.98.orig.tar.gz
 4842267f31822ade03182d489a58490d 49291 admin optional lvm2_2.02.98-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRp1t0AAoJEIh7YGGLPBaugYEP/A0En1vQX5SUgWG26atXKEwK
6X6YmqaKki0NuuSaysOHjyGa8mJss/XpJ8Ie/IdzRdkXzStCmhZaaCZzBwyUmV1V
dUc86dSxbC7BHNamZ8RNfJQXhznpm/2kwadyQnom67vogIJV30f89HZ2oyahfyLj
KCLstBmTnaq2JyyM8N14ehT9M6f/fl+97Kq4eQ+ZwtWB5+/KBf/d4aIpK6PE98rX
Hzos+FO5P5M2oGsC50qyXa/bCkGE/7IjdwpsV6+KBL2dbYvcsONpRjBPznzBg2JI
ypMEThC9EDWizZqfcHtdS9wWT0TG6oNcZMRETRxeITTN7HoH3o22IjQy8onCysKy
Qs2croPwMEStdYoYV+lfH1Ak3+h89gsSy+mvpmfzBrAG9dWFyX3oHM30CGIwhX22
FYQiqJI2KT/YC4PDlmA057vpxp8BbIBcxFIO+a1qIguGh5Zer8U6mRhwhPyx51Ez
tlJC9ieR56k7odOhodvh0kFeNWQJxhHt8p7URwoFgAV5yRNFGmiQPTsXxsD6u4ce
84KX7N5EY0k2wXeJifN44oNffvOGLtl3YvSTqwnjgiK967IrdatFhwat9hRPR2aH
+ZuhnghnX0Lwsy0sEXGLa83ZgGeRbhDdF+r3QuJqyJVx5YcpIJerdbjTIeFK2zBB
cu+32cweH4jTU0xBOhsT
=gOZZ
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list