diff --git a/.gitignore b/.gitignore index 1106b4c..c8c1a48 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /LVM2.2.02.123.tgz /LVM2.2.02.124.tgz /LVM2.2.02.125.tgz +/LVM2.2.02.126.tgz diff --git a/LVM2.2.02.125.tgz.asc b/LVM2.2.02.125.tgz.asc deleted file mode 100644 index f6572cd..0000000 --- a/LVM2.2.02.125.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlWbzQIACgkQIoGRwVZ+LBc/qACgveYmxRmYAGflKnKABH0WJFuV -x0wAoNp+qqFv4dcDsfO051PzpJI2YAZd -=trNl ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.126.tgz.asc b/LVM2.2.02.126.tgz.asc new file mode 100644 index 0000000..d840e29 --- /dev/null +++ b/LVM2.2.02.126.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlWyuw4ACgkQIoGRwVZ+LBczSgCgjMV3fHvKWYE8LVyT2PjU+wg5 +rnwAnjVuxtw2q5aVAGscgLzac0FW4hNP +=IUJ8 +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index f893c3f..8493521 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.102 +%define device_mapper_version 1.02.103 %define enable_cache 1 %define enable_cluster 1 @@ -46,7 +46,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.125 +Version: 2.02.126 Release: 2%{?dist} License: GPLv2 Group: System Environment/Base @@ -786,6 +786,22 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jul 27 2015 Peter Rajnoha - 2.02.126-1 +- Fix long option hyphen removal. (2.02.122) +- Fix clvmd freeze if client disappears without first releasing its locks. +- Fix lvconvert segfaults while performing snapshots merge. +- Ignore errors during detection if use_blkid_wiping=1 and --force is used. +- Recognise DM_ABORT_ON_INTERNAL_ERRORS env var override in lvm logging fn. +- Fix alloc segfault when extending LV with fewer stripes than in first seg. +- Fix handling of cache policy name. +- Set cache policy before with the first lvm2 cache pool metadata commit. +- Fix detection of thin-pool overprovisioning (2.02.124). +- Fix lvmpolld segfaults on 32 bit architectures. +- Add lvmlockd lock_args validation to vg_validate. +- Fix ignored --startstopservices option if running lvmconf with systemd. +- Hide sanlock LVs when processing LVs in VG unless named or --all used. +- Introduce libdevmapper wrappers for all malloc-related functions. + * Tue Jul 14 2015 Peter Rajnoha - 2.02.125-2 - Add Requires: system-release>=23 for lvmpolld to be enabled by default instead of original Requires: fedora-release which may break installations diff --git a/sources b/sources index c5a4af1..5095643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d24ba982c8a85e8c837210f087a6a51 LVM2.2.02.125.tgz +38cd1953b62bd256c9e924adee01e995 LVM2.2.02.126.tgz