[lvm2] New upstream release - lvm2 v2.02.110.

Peter Rajnoha prajnoha at fedoraproject.org
Wed Aug 27 07:23:17 UTC 2014


commit c7ff988ef5595f96440833e7098c03a08a4f25c6
Author: Peter Rajnoha <prajnoha at redhat.com>
Date:   Wed Aug 27 09:23:04 2014 +0200

    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(-)
---
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.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 <prajnoha at redhat.com> - 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list