From 8a2ddfbcf1495ff6453e79828dcf1efa051b15e2 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Jan 18 2016 10:37:25 +0000 Subject: New upstream release v2.02.140. --- diff --git a/.gitignore b/.gitignore index ce90baa..e3bd16d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /LVM2.2.02.137.tgz /LVM2.2.02.138.tgz /LVM2.2.02.139.tgz +/LVM2.2.02.140.tgz diff --git a/LVM2.2.02.138.tgz.asc b/LVM2.2.02.138.tgz.asc deleted file mode 100644 index 6174e79..0000000 --- a/LVM2.2.02.138.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlZutj4ACgkQIoGRwVZ+LBdAXwCgrYuJSk+iZJvfR2Wfj5LlG+CP -NoYAnAyJ+e25OH/8drBqQA5CEHnotPDl -=ePKI ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.139.tgz.asc b/LVM2.2.02.139.tgz.asc deleted file mode 100644 index 506a729..0000000 --- a/LVM2.2.02.139.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlaQBWAACgkQIoGRwVZ+LBesCgCdGf+/a7FoVgAMP5h1iypIMmSE -ojMAniJR7wWsR3titfz3imj39TjGGO4+ -=oGBI ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.140.tgz b/LVM2.2.02.140.tgz new file mode 100644 index 0000000..06fb0ad Binary files /dev/null and b/LVM2.2.02.140.tgz differ diff --git a/lvm2.spec b/lvm2.spec index b44a4f3..b8a3555 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -46,8 +46,9 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.139 -Release: 2%{?dist} + +Version: 2.02.140 +Release: 3%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -82,7 +83,9 @@ BuildRequires: device-mapper-persistent-data >= %{persistent_data_version} BuildRequires: sanlock-devel >= %{sanlock_version} %endif Requires: %{name}-libs = %{version}-%{release} +%if 0%{?fedora} Requires: system-release >= %{system_release_version} +%endif Requires: bash >= %{bash_version} Requires(post): systemd-units >= %{systemd_version}, systemd-sysv Requires(preun): systemd-units >= %{systemd_version} @@ -793,6 +796,17 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jan 18 2016 Peter Rajnoha - 2.02.140-3 +- Fix lvm2app to return either 0 or 1 for lvm_vg_is_{clustered,exported}. +- Add kernel_discards report field to display thin pool discard used in kernel. +- Correct checking of target presence when driver access is disabled. +- Eval poolmetadatasize arg earlier in lvresize. +- Fix vgcfgrestore to respect allocatable attribute of PVs. +- Add report/mark_hidden_devices to lvm.conf. +- Use brackets consistently in report fields to mark hidden devices. +- Restore background polling processing during auto-activation (2.02.119). +- Fix invalid memory read when reporting cache LV policy_name (2.02.126). + * Mon Jan 11 2016 Peter Rajnoha - 2.02.139-2 - Update lvmlockd with the new VG seqno before devices are suspended. - Rework vgrename to use the common processing code in toollib. diff --git a/sources b/sources index 5d891a8..9ff8bf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3aef77a108eab18323fa8f48bf5220a LVM2.2.02.139.tgz +f2191c4798c8927a6d31a96010b9f568 LVM2.2.02.140.tgz