diff --git a/lvm2.spec b/lvm2.spec index 2c2e201..5041336 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%global device_mapper_version 1.02.119 +%global device_mapper_version 1.02.120 %global enable_cache 1 %global enable_cluster 1 @@ -53,7 +53,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.146 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -836,6 +836,14 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Fri Mar 11 2016 Peter Rajnoha - 2.02.146-4 +- More man page cleanups in lvconvert. +- Fix makefile vpath in /udev when generating udev rules files. +- Another attempt to improve VG name parsing for lvconvert (2.02.144). +- Use new cache status info and skip flushing for failed cache. +- Support --uncache with missing PVs. +- Improve parsing of cache status and report Fail, Error, needs_check, ro. + * Fri Mar 11 2016 Peter Rajnoha - 2.02.146-3 - Tidy report field names, headings and widths. - Add vgscan --notifydbus to send a dbus notification.