[lvm2] New upstream with fixes.

Alasdair Kergon agk at fedoraproject.org
Fri Nov 28 23:17:19 UTC 2014


commit ab14e8b21c39fffbfebc1a74a2d7b61922335050
Author: Alasdair G Kergon <agk at redhat.com>
Date:   Fri Nov 28 23:16:57 2014 +0000

    New upstream with fixes.

 .gitignore                   |    1 +
 LVM2.2.02.113.tgz.asc        |    7 --
 LVM2.2.02.114.tgz.asc        |    7 ++
 lvm2-2_02_114-upstream.patch |  230 ------------------------------------------
 lvm2.spec                    |   14 ++-
 sources                      |    2 +-
 upstream                     |    2 +-
 7 files changed, 20 insertions(+), 243 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc5cb1f..9e0ea8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /LVM2.2.02.111.tgz
 /LVM2.2.02.112.tgz
 /LVM2.2.02.113.tgz
+/LVM2.2.02.114.tgz
diff --git a/LVM2.2.02.114.tgz.asc b/LVM2.2.02.114.tgz.asc
new file mode 100644
index 0000000..a3b6f86
--- /dev/null
+++ b/LVM2.2.02.114.tgz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEABECAAYFAlR5ALcACgkQIoGRwVZ+LBfcYACfcsCo+Im/tR2gbHDpSA5Qg9Vo
+iqIAoOjwTzT8Mcwgz7cpUdl7iLhoaola
+=BmR+
+-----END PGP SIGNATURE-----
diff --git a/lvm2.spec b/lvm2.spec
index b8da817..0899183 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -39,8 +39,8 @@
 
 Summary: Userland logical volume management tools 
 Name: lvm2
-Version: 2.02.113
-Release: 2%{?dist}
+Version: 2.02.114
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://sources.redhat.com/lvm2
@@ -48,7 +48,6 @@ Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz
 Patch0: lvm2-set-default-preferred_names.patch
 Patch1: lvm2-enable-lvmetad-by-default.patch
 Patch2: lvm2-remove-mpath-device-handling-from-udev-rules.patch
-Patch3: lvm2-2_02_114-upstream.patch
 
 BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
 BuildRequires: libblkid-devel >= %{util_linux_version}
@@ -89,7 +88,6 @@ or more physical volumes and creating one or more logical volumes
 %patch0 -p1 -b .preferred_names
 %patch1 -p1 -b .enable_lvmetad
 %patch2 -p1 -b .udev_no_mpath
-%patch3 -p1 -b .upstream
 
 %build
 %define _default_pid_dir /run
@@ -640,6 +638,14 @@ the device-mapper event library.
 %{_libdir}/pkgconfig/devmapper-event.pc
 
 %changelog
+* Fri Nov 28 2014 Alasdair Kergon <agk at redhat.com> - 2.02.114-3
+- Avoid file descriptor leak in clients that open repeated lvmetad connections.
+- Add --cachepolicy and --cachesettings to lvcreate.
+- Fix regression when parsing /dev/mapper dir (2.02.112).
+- Fix missing rounding to 64KB when estimating optimal thin pool chunk size.
+- Fix typo in clvmd initscript causing CLVMD_STOP_TIMEOUT var to be ignored.
+- Fix size in pvresize "Resizing to ..." verbose msg to show proper result size.
+
 * Thu Nov 27 2014 Peter Rajnoha <prajnoha at redhat.com> - 2.02.113-2
 - Fix regression when parsing /dev/mapper dir (2.02.112).
 - Fix missing rounding to 64KB when estimating optimal thin pool chunk size.
diff --git a/sources b/sources
index 6b6ce78..9ac07b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f71aa8e64030f3d2a3fdabcc36e45094  LVM2.2.02.113.tgz
+de826e0736070aed70148ea5ec0ecff9  LVM2.2.02.114.tgz
diff --git a/upstream b/upstream
index b8ca276..aad4d0f 100644
--- a/upstream
+++ b/upstream
@@ -1 +1 @@
-LVM2.2.02.113.tgz
+LVM2.2.02.114.tgz


More information about the scm-commits mailing list