diff --git a/LVM2.2.02.28.tar.bz2 b/LVM2.2.02.28.tar.bz2 deleted file mode 100644 index 282ea69..0000000 --- a/LVM2.2.02.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b423e9b06d4ecd8b1a46a1028a805509fdca7bb26ca625bcdae04da0f5db3920 -size 421909 diff --git a/LVM2.2.02.29.tar.bz2 b/LVM2.2.02.29.tar.bz2 new file mode 100644 index 0000000..fd7a64a --- /dev/null +++ b/LVM2.2.02.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c07847000c5eec599632334402695c6593222995ccf26df94e9ed7cb109485 +size 426196 diff --git a/lvm2.changes b/lvm2.changes index 9efaa1e..7b65800 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Dec 10 12:29:12 CET 2007 - fehr@suse.de + +- update to new version 2.02.29 + Accept sizes with --readahead argument. + Store size arguments as sectors internally. + Attempt to remove incomplete LVs with lvcreate zeroing/activation problems. + Add read_ahead activation code. + Extend readahead arg to accept "auto" and "none". + Prevent lvconvert -s from using same LV as origin and snapshot. + Fix human-readable output of odd numbers of sectors. + Show 'not usable' space when PV is too large for device in pvdisplay. + Ignore and fix up any excessive device size found in metadata. + Detect md superblocks version 1.0, 1.1 and 1.2. + Handle new sysfs subsystem/block/devices directory structure. + Add %PVS extents option to lvresize, lvextend, and lvcreate. + Modify lvremove to prompt for removal if LV active on other cluster nodes. + Add '-f' to vgremove to force removal of VG even if LVs exist. + ------------------------------------------------------------------- Thu Nov 22 14:49:39 CET 2007 - fehr@suse.de diff --git a/lvm2.spec b/lvm2.spec index 2530e4c..610af66 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,5 +1,5 @@ # -# spec file for package lvm2 (Version 2.02.28) +# spec file for package lvm2 (Version 2.02.29) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,14 +13,14 @@ Name: lvm2 BuildRequires: device-mapper-devel module-init-tools License: GPL v2 or later; LGPL v2.1 or later Group: System/Base -Requires: device-mapper >= 1.02.22 +Requires: device-mapper >= 1.02.23 Provides: lvm Obsoletes: lvm %if %suse_version > 800 PreReq: %fillup_prereq %insserv_prereq %endif AutoReqProv: on -Version: 2.02.28 +Version: 2.02.29 Release: 1 Summary: LVM2 Tools Source: LVM2.%{version}.tar.bz2 @@ -182,6 +182,22 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/vgsplit.8.gz %changelog +* Mon Dec 10 2007 - fehr@suse.de +- update to new version 2.02.29 + Accept sizes with --readahead argument. + Store size arguments as sectors internally. + Attempt to remove incomplete LVs with lvcreate zeroing/activation problems. + Add read_ahead activation code. + Extend readahead arg to accept "auto" and "none". + Prevent lvconvert -s from using same LV as origin and snapshot. + Fix human-readable output of odd numbers of sectors. + Show 'not usable' space when PV is too large for device in pvdisplay. + Ignore and fix up any excessive device size found in metadata. + Detect md superblocks version 1.0, 1.1 and 1.2. + Handle new sysfs subsystem/block/devices directory structure. + Add %%PVS extents option to lvresize, lvextend, and lvcreate. + Modify lvremove to prompt for removal if LV active on other cluster nodes. + Add '-f' to vgremove to force removal of VG even if LVs exist. * Thu Nov 22 2007 - fehr@suse.de - adapt man page for pvdisplay to program (#342862) - fix spec file to detect path to modprobe binary (#331968)