diff --git a/.gitignore b/.gitignore index 5f8fe6d..7be5a01 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /LVM2.2.02.151.tgz /LVM2.2.02.152.tgz /LVM2.2.02.153.tgz +/LVM2.2.02.154.tgz diff --git a/LVM2.2.02.153.tgz.asc b/LVM2.2.02.153.tgz.asc deleted file mode 100644 index 559664e..0000000 --- a/LVM2.2.02.153.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlctLeIACgkQIoGRwVZ+LBdLYQCfe61/DOzgzDp50YK/lN8QBcg1 -CLcAoNITUXGGtaLouj7gyeDmbhziqyP0 -=X4qw ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.154.tgz.asc b/LVM2.2.02.154.tgz.asc new file mode 100644 index 0000000..e88d45e --- /dev/null +++ b/LVM2.2.02.154.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlc2ed0ACgkQIoGRwVZ+LBdCzgCfYA9qrKK7xpvC2atVIsvnahek +sugAnRTss5zzXwP6+1YMM+W4i/ZUxtn8 +=ntNk +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 7551c44..008f3c0 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.124 +%global device_mapper_version 1.02.125 %global enable_cache 1 %global enable_cluster 1 @@ -52,8 +52,8 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.153 -Release: 2%{?dist} +Version: 2.02.154 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -834,7 +834,13 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog -* Tue May 10 2016 Peter Rajnoha - 2.02.153-1 +* Mon May 16 2016 Peter Rajnoha - 2.02.154-1 +- Fix liblvm segfault after failure initialising lvmetad connection. +- Retry open without O_NOATIME if it fails (not file owner/CAP_FOWNER). +- Split _report into one fn for options and arguments and one for processing. +- Show library version in message even if dm driver version is unavailable. + +* Tue May 10 2016 Peter Rajnoha - 2.02.153-2 - Change warning messages related to duplicate PVs. - A named device is always processed itself, not switched for a duplicate. - Add PV attr "d" and report field "duplicate" for duplicate PVs. diff --git a/sources b/sources index 9d405c3..a3e1f28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eaae274f891f84079a195f9bddcb199c LVM2.2.02.153.tgz +c6c3724de741ea9910acae3b0669a45f LVM2.2.02.154.tgz diff --git a/upstream b/upstream index dfc9e42..b54b988 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.153.tgz +LVM2.2.02.154.tgz