diff --git a/.gitignore b/.gitignore index ee43e01..0c4316c 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /LVM2.2.02.153.tgz /LVM2.2.02.154.tgz /LVM2.2.02.155.tgz +/LVM2.2.02.156.tgz diff --git a/LVM2.2.02.154.tgz.asc b/LVM2.2.02.154.tgz.asc deleted file mode 100644 index e88d45e..0000000 --- a/LVM2.2.02.154.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlc2ed0ACgkQIoGRwVZ+LBdCzgCfYA9qrKK7xpvC2atVIsvnahek -sugAnRTss5zzXwP6+1YMM+W4i/ZUxtn8 -=ntNk ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.156.tgz b/LVM2.2.02.156.tgz new file mode 100644 index 0000000..126abca Binary files /dev/null and b/LVM2.2.02.156.tgz differ diff --git a/lvm2.spec b/lvm2.spec index 533ba7a..464826f 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.126 +%global device_mapper_version 1.02.127 %global enable_cache 1 %global enable_cluster 1 @@ -52,15 +52,14 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.155 -Release: 2%{?dist} +Version: 2.02.156 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz Patch0: lvm2-set-default-preferred_names.patch Patch1: lvm2-lvmetad-timeout.patch -Patch2: lvm2-2_02_156-fix-regression-in-blkdeactivate-causing-devs-to-be-skipped.patch BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel BuildRequires: libblkid-devel >= %{util_linux_version} @@ -116,7 +115,6 @@ or more physical volumes and creating one or more logical volumes %setup -q -n LVM2.%{version} %patch0 -p1 -b .preferred_names %patch1 -p1 -b .lvmetad_timeout -%patch2 -p1 -b .blkdeactivate %build %global _default_pid_dir /run @@ -836,6 +834,12 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jun 13 2016 Peter Rajnoha - 2.02.156-1 +- Don't allow duplicate orphan PVs to be used with vgcreate/vgextend/pvcreate. +- Improve handling of lvmetad update failures. +- Yes/No prompt accepts '^[ ^t]*([Yy]([Ee]([Ss]|)|)|[Nn]([Oo]|))[ ^t]*$'. +- If available, also collect output from lsblk command when running lvmdump -s. + * Mon Jun 06 2016 Peter Rajnoha - 2.02.155-2 - Fix regression in blkdeactivate causing dm and md devices to be skipped. (2.02.155) diff --git a/sources b/sources index a25d05d..5f96ec9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e8025f2d82861c7285e2a36c58d279c LVM2.2.02.155.tgz +c119be1af5e96deb2b17c4e43b8eb51b LVM2.2.02.156.tgz diff --git a/upstream b/upstream index 9c8116a..a2e29fa 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.155.tgz +LVM2.2.02.156.tgz