[ubuntu/yakkety-proposed] lvm2 2.02.150-1ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Wed Apr 27 06:35:16 UTC 2016
lvm2 (2.02.150-1ubuntu1) yakkety; urgency=low
* Merge from Debian unstable. Remaining changes:
- rename debian/clvm.defaults to debian/clvm.default so it is installed
correctly. (Debian #569292)
- Add and install clvmd resource agent
- debian/clvm.init:
+ check corosync cluster status since the cman tooling isn't available.
Change start/stop dependencies to dlm instead of cman and openais
since neither are available.
+ create /run/lvm if it doesn't exist.
+ exit 3 if not running on status action.
- 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)
- Install the missing fsadm manpage.
- 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).
+ Call dh_installman so that our dmeventd manpage actually gets
installed.
- debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
we ship udev rules.
* Dropped changes, included in Debian:
- debian/rules: enable dmeventd during configure.
- debian/dmeventd.{8,manpages}: install dmeventd files.
- Build-depend on libcorosync-common-dev and others, instead of
libcorosync-dev.
* Dropped changes:
- Replaces for udev (<< 228-2ubuntu2), Depends on udev (>= 228-2ubuntu2):
no longer needed post 16.04 LTS.
- debian/lvm2.postinst: the lvm2 init script is no longer missing but is
masked by systemd; no delta needed.
- debian/rules: drop extra cp of config.guess and config.sub; unnecessary
because we use autoreconf.
- debian/rules: don't disable dmeventd for the udeb build.
lvm2 (2.02.150-1) unstable; urgency=medium
* New upstream version.
lvm2 (2.02.146-1) unstable; urgency=medium
* New upstream version.
* Build-depend on autoconf-archive.
* Install blkdeactivate and dmstats.
lvm2 (2.02.142-1) unstable; urgency=medium
* New upstream version.
- Fix unalligned memory access. (closes: #809685)
lvm2 (2.02.141-2) unstable; urgency=medium
* Use blkid.
* Mark dev and python packages as multi-arch same. (closes: 731294)
* Remove old dependency and conflicts. (closes: 804972)
lvm2 (2.02.141-1) unstable; urgency=medium
* New upstream version.
lvm2 (2.02.138-1) unstable; urgency=medium
* New upstream version.
* Add watch file. (closes: #742305)
- This does not add the signature key.
lvm2 (2.02.133-2) unstable; urgency=medium
* Build-depend on a lot corosync stuff. (closes: #804541)
* Drop event plugin directory move. This moves the plugins back into
the main library path. (closes: #807279)
Date: Fri, 22 Apr 2016 16:01:22 -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.150-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 22 Apr 2016 16:01:22 -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.150-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 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)
python-lvm2 - LVM2 application library - Python 2 binding
python3-lvm2 - LVM2 application library - Python 3 binding
Closes: 731294 742305 804541 804972 807279 809685
Changes:
lvm2 (2.02.150-1ubuntu1) yakkety; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- rename debian/clvm.defaults to debian/clvm.default so it is installed
correctly. (Debian #569292)
- Add and install clvmd resource agent
- debian/clvm.init:
+ check corosync cluster status since the cman tooling isn't available.
Change start/stop dependencies to dlm instead of cman and openais
since neither are available.
+ create /run/lvm if it doesn't exist.
+ exit 3 if not running on status action.
- 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)
- Install the missing fsadm manpage.
- 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).
+ Call dh_installman so that our dmeventd manpage actually gets
installed.
- debian/initramfs-tools/lvm2/hooks/lvm2: depend on udev since
we ship udev rules.
* Dropped changes, included in Debian:
- debian/rules: enable dmeventd during configure.
- debian/dmeventd.{8,manpages}: install dmeventd files.
- Build-depend on libcorosync-common-dev and others, instead of
libcorosync-dev.
* Dropped changes:
- Replaces for udev (<< 228-2ubuntu2), Depends on udev (>= 228-2ubuntu2):
no longer needed post 16.04 LTS.
- debian/lvm2.postinst: the lvm2 init script is no longer missing but is
masked by systemd; no delta needed.
- debian/rules: drop extra cp of config.guess and config.sub; unnecessary
because we use autoreconf.
- debian/rules: don't disable dmeventd for the udeb build.
.
lvm2 (2.02.150-1) unstable; urgency=medium
.
* New upstream version.
.
lvm2 (2.02.146-1) unstable; urgency=medium
.
* New upstream version.
* Build-depend on autoconf-archive.
* Install blkdeactivate and dmstats.
.
lvm2 (2.02.142-1) unstable; urgency=medium
.
* New upstream version.
- Fix unalligned memory access. (closes: #809685)
.
lvm2 (2.02.141-2) unstable; urgency=medium
.
* Use blkid.
* Mark dev and python packages as multi-arch same. (closes: 731294)
* Remove old dependency and conflicts. (closes: 804972)
.
lvm2 (2.02.141-1) unstable; urgency=medium
.
* New upstream version.
.
lvm2 (2.02.138-1) unstable; urgency=medium
.
* New upstream version.
* Add watch file. (closes: #742305)
- This does not add the signature key.
.
lvm2 (2.02.133-2) unstable; urgency=medium
.
* Build-depend on a lot corosync stuff. (closes: #804541)
* Drop event plugin directory move. This moves the plugins back into
the main library path. (closes: #807279)
Checksums-Sha1:
706583fa41f598ea171e1e5278816a36618c02eb 3165 lvm2_2.02.150-1ubuntu1.dsc
29090dc301d35c631bf3af1ef89b0c1524a51609 1445412 lvm2_2.02.150.orig.tar.xz
6ddce14a4e2bc330ffb153f81047aaa1cd7c65fc 42840 lvm2_2.02.150-1ubuntu1.debian.tar.xz
Checksums-Sha256:
7cdc4b8f75779c70b80b83459c758830ded2392963e23199dbbf8ef97ba0b596 3165 lvm2_2.02.150-1ubuntu1.dsc
090b991c0db91c5f27a4168534ee556ca420e57393c33398c41447656d23a261 1445412 lvm2_2.02.150.orig.tar.xz
0a2e73a248b7d9b296b12348df5b944800b8b58894e5fc03ab2df5245d2b6da1 42840 lvm2_2.02.150-1ubuntu1.debian.tar.xz
Files:
4ebc3984b2ddd095bada65015da946a1 3165 admin optional lvm2_2.02.150-1ubuntu1.dsc
46201e527ac86ee53860c2fb216baa55 1445412 admin optional lvm2_2.02.150.orig.tar.xz
f1a55a464d386e182192be6b7c9e1edb 42840 admin optional lvm2_2.02.150-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJXIF1tAAoJEFaNMPMhshM9CygP/0TRAAszxbWC8fsmqKr/Yke2
0ihPMo94y55hZe5/515bisFs7fRpN2Ps5jR48GpEnTndUa95dJVzhTDx9mf6/xyF
X7uTivjxxupMGkauc7cDrykKRKsxx5Oo1GYKV2M5LrD9ETJcM2/ho9QybXBCUUF8
FQB8g3rQ74et6ghaoEfKXl4mooQ5NRAW51sitq2Yn/Gs/BUgTV3ik5psxmhz8eVJ
sLDQ7JdM9fJuWO2AJDUfGbztYtuhiTamaonUjQYwMHf14qYiI4nzplja24Zrl8Jn
IA6EGQGt04QvNukBr3+3rS5jIz15EOmX67oLAXGWQrE+Kgm+W2ExrnNxQcKe/Qka
zmg1MR0ZopFqatQWYfXEA7TxehvJU3QUgnV4VMmNTPsXvucAyDk93HMAejuqLNil
hbTFA+3I2dtmXNwxggh6E6XY1/q92iRfDFVvbsgVEn/2aRa/tym3b2EQUfZ8YRkw
+BeA5jW8zKJ1Yq4lUBcaJsW0Y89RzQYyHe/KhOwIh3xw/JBG8+7HHZK2D57UMk7x
7U61jGC2tNkGAnJzwp9cVaPz/x0Zx6aytKTi2moT6pZ91N1mNV/6COk5csyTJdRP
11e9/dETsenfUyx+xmFkXEPafKPREcTtlr/KyWOUijyjvxXNemBY1K4uePnXbaIL
V0LdDiIA04W2cAc+d2+/
=BZ03
-----END PGP SIGNATURE-----
More information about the Yakkety-changes
mailing list