diff --git a/.gitignore b/.gitignore index b6a30fb..003837c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /LVM2.2.02.98.tgz /LVM2.2.02.99.tgz /LVM2.2.02.102.tgz +/LVM2.2.02.103.tgz diff --git a/LVM2.2.02.102.tgz.asc b/LVM2.2.02.102.tgz.asc deleted file mode 100644 index b8fdb0d..0000000 --- a/LVM2.2.02.102.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iEYEABECAAYFAlJAVacACgkQIoGRwVZ+LBcDYQCdEsYn2/0Ba40kuNQ2eeW28sZw -RSQAoNidkoe1ngHmx3p9hzLGScY1okMF -=MKz2 ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.103.tgz.asc b/LVM2.2.02.103.tgz.asc new file mode 100644 index 0000000..e683773 --- /dev/null +++ b/LVM2.2.02.103.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAlJOxOEACgkQIoGRwVZ+LBdzIgCgyYCGSy7BHxalqU5knEnK0gkZ +Ku4AoN1ojAchwqP/1Mu1Hacq5RXGlf4R +=4ZOd +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index 87b9628..55dae2d 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.81 +%define device_mapper_version 1.02.82 %define enable_thin 1 %define enable_lvmetad 1 @@ -36,7 +36,7 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.102 +Version: 2.02.103 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -44,7 +44,6 @@ URL: http://sources.redhat.com/lvm2 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-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel BuildRequires: ncurses-devel @@ -81,7 +80,6 @@ or more physical volumes and creating one or more logical volumes %setup -q -n LVM2.%{version} %patch0 -p1 -b .preferred_names %patch1 -p1 -b .enable_lvmetad -%patch2 -p1 -b .lvm_devtypes %build %define _default_pid_dir /run @@ -577,6 +575,23 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Fri Oct 04 2013 Peter Rajnoha - 2.02.103-1 +- Ensure vgid matches before removing vgname entry from lvmetad cache. +- Add --ignoreskippedcluster for exit status success when clustered VGs skipped. +- Fix 3 minute udev timeout so that it is applied for all LVM volumes. +- Fix thin/raid & activation config defaults with configure --disable-devmapper. +- Fix RAID calculation for sufficient allocatable space. +- lvconvert from linear to mirror or RAID1 now honors mirror_segtype_default. +- Add thin-performance configuration profile. +- Add lvm.conf allocation/thin_pool_chunk_size_policy option. +- Fix contiguous & cling allocation policies for parity RAID. (2.02.100) +- Have lvmconf --enable/disable-cluster reset/set use_lvmetad. +- Add seg_size_pe field to reports. +- Support start+length notation with command line PE ranges. +- Exit cleanly with message when pvmove cannot restart because LV is inactive. +- Define symbolic names for subsystem udev flags in libdevmapper for easier use. +- Make subsystem udev rules responsible for importing DM_SUBSYSTEM_UDEV_FLAG*. + * Tue Sep 24 2013 Peter Rajnoha - 2.02.102-1 - Fix missing build dependency for scripts subdir in Makefile. - Fix node up/down handling in clvmd corosync module. diff --git a/sources b/sources index 382f957..c3e5512 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfce545d87abf42ae4c9e0aae704619e LVM2.2.02.102.tgz +e427e3494aaf86da2d363f344deb3837 LVM2.2.02.103.tgz diff --git a/upstream b/upstream index d8568a7..6e3a375 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.102.tgz +LVM2.2.02.103.tgz