From c7ff988ef5595f96440833e7098c03a08a4f25c6 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 27 Aug 2014 09:23:04 +0200 Subject: [PATCH] New upstream release - lvm2 v2.02.110. --- .gitignore | 1 + LVM2.2.02.107.tgz.asc | 7 ------- LVM2.2.02.110.tgz.asc | 7 +++++++ lvm2.spec | 29 ++++++++++++++++++++++++++--- sources | 2 +- upstream | 2 +- 6 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 LVM2.2.02.107.tgz.asc create mode 100644 LVM2.2.02.110.tgz.asc diff --git a/.gitignore b/.gitignore index 83dd05e..6bb4da8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /LVM2.2.02.107.tgz /LVM2.2.02.108.tgz /LVM2.2.02.109.tgz +/LVM2.2.02.110.tgz diff --git a/LVM2.2.02.107.tgz.asc b/LVM2.2.02.107.tgz.asc deleted file mode 100644 index bd727a1..0000000 --- a/LVM2.2.02.107.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlOoNjEACgkQIoGRwVZ+LBfe1QCgniX0vvTU0AAHyU7u1I0GlYiZ -+vIAmQHfj/qZq0WeB4r2VQMyS0LVfiF6 -=2hPx ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.110.tgz.asc b/LVM2.2.02.110.tgz.asc new file mode 100644 index 0000000..a38f16b --- /dev/null +++ b/LVM2.2.02.110.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlP8qawACgkQIoGRwVZ+LBdWDwCgoGxHObwqhjmYM2Ihens7FEq6 +3p0AnRzwMt8+cujCphBFnYvhUkD2pGvn +=Q9PW +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index b9015cf..65a8952 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.88 +%define device_mapper_version 1.02.89 %define enable_cache 1 %define enable_cluster 1 @@ -39,8 +39,8 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.109 -Release: 2%{?dist} +Version: 2.02.110 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -638,6 +638,29 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Wed Aug 27 2014 Peter Rajnoha - 2.02.110-1 +- Fix manipulation with thin-pools which are excluded via volume_list. +- Support lv/vgremove -ff to remove thin vols from broken/inactive thin pools. +- Fix typo breaking configure --with-lvm1=shared. +- Modify lvresize code to handle raid/mirrors and physical extents. +- Don't allow pvcreate to proceed if scanning or filtering fails. +- Cleanly error when creating RAID with stripe size < PAGE_SIZE. +- Print name of LV which on activation triggers delayed snapshot merge. +- Add lv_layout and lv_role LV reporting fields. +- Properly display lvs lv_attr volume type and target type bit for cache origin. +- Fix pvcreate_check() to update cache correctly after signature wiping. +- Fix primary device lookup failure for partition when processing mpath filter. +- If LV inactive and non-clustered, do not issue "Cannot deactivate" on -aln. +- Remove spurious "Skipping mirror LV" message on pvmove of clustered mirror. +- Improve libdevmapper-event select() error handling. +- Add extra check for matching transation_id after message submitting. +- Add dm_report_field_string_list_unsorted for str. list report without sorting. +- Support --deferred with dmsetup remove to defer removal of open devices. +- Update dm-ioctl.h to include DM_DEFERRED_REMOVE flag. +- Add support for selection to match string list subset, recognize { } operator. +- Fix string list selection with '[value]' to not match list that's superset. +- Fix string list selection to match whole words only, not prefixes. + * Sun Aug 17 2014 Fedora Release Engineering - 2.02.109-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c9373be..b6040ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fec006327b266fa611b165d8ec0b008 LVM2.2.02.109.tgz +a69534060d67f8a5a3a4cc0690742d2d LVM2.2.02.110.tgz diff --git a/upstream b/upstream index dfb1407..60933bd 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.109.tgz +LVM2.2.02.110.tgz