Update to 2.02.73
This commit is contained in:
parent
585cbc1b89
commit
ff195215a0
39
lvm2.spec
39
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.53
|
%define device_mapper_version 1.02.54
|
||||||
%define enable_cluster 1
|
%define enable_cluster 1
|
||||||
|
|
||||||
%if "%{fedora}" == "12"
|
%if "%{fedora}" == "12"
|
||||||
@ -27,14 +27,13 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.72
|
Version: 2.02.73
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
|
||||||
Patch0: lvm2-set-default-preferred_names.patch
|
Patch0: lvm2-set-default-preferred_names.patch
|
||||||
Patch1: lvm2-2_02_73-fix-exported-syms.patch
|
|
||||||
|
|
||||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -65,7 +64,6 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1 -b preferred_names
|
%patch0 -p1 -b preferred_names
|
||||||
%patch1 -p1 -b exported_syms
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _exec_prefix ""
|
%define _exec_prefix ""
|
||||||
@ -464,6 +462,37 @@ the device-mapper event library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2010 Alasdair Kergon <agk@redhat.com> - 2.02.73-1
|
||||||
|
- Change default alignment of data extents to 1MB.
|
||||||
|
- Add --norestorefile option to pvcreate.
|
||||||
|
- Require --restorefile when using pvcreate --uuid.
|
||||||
|
- Fix potential for corruption during cluster mirror device failure.
|
||||||
|
- Ignore snapshots when performing mirror recovery beneath an origin.
|
||||||
|
- Monitor origin -real device below snapshot instead of overlay device.
|
||||||
|
- Don't really change monitoring status when in test mode.
|
||||||
|
- Fix some exit statuses when starting/stopping monitoring fails.
|
||||||
|
- Enable snapshot monitoring by default when dmeventd is enabled.
|
||||||
|
- Fix 'lvconvert --splitmirrors' in cluster operation.
|
||||||
|
- Fix clvmd init script exit code to return 4 when executed as non-root user.
|
||||||
|
- Recognise and give preference to md device partitions (blkext major).
|
||||||
|
- Never scan internal LVM devices.
|
||||||
|
- Don't ignore user-specified PVs in split-mirror operations. (2.02.71)
|
||||||
|
- Fix data corruption bug in cluster mirrors.
|
||||||
|
- Require logical volume(s) to be explicitly named for lvconvert --merge.
|
||||||
|
- Avoid changing aligned pe_start as a side-effect of a log message.
|
||||||
|
- Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other.
|
||||||
|
- Handle failure of all mirrored log devices and all but one mirror leg.
|
||||||
|
- Disallow 'mirrored' log type for cluster mirrors.
|
||||||
|
- Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
|
||||||
|
- Fix allocation of wrong number of mirror logs with 'remove' fault policy.
|
||||||
|
- Add dmeventd/executable to lvm.conf to test alternative dmeventd.
|
||||||
|
- Fix udev rules to support udev database content generated by older rules.
|
||||||
|
- Reinstate detection of inappropriate uevent with DISK_RO set and suppress it.
|
||||||
|
- Fix regex ttree off-by-one error.
|
||||||
|
- Fix segfault in regex matcher with characters of ordinal value > 127.
|
||||||
|
- Wait for node creation before displaying debug info in dmsetup.
|
||||||
|
- Fix return status 0 for "dmsetup info -c -o help".
|
||||||
|
|
||||||
* Mon Aug 2 2010 Alasdair Kergon <agk@redhat.com> - 2.02.72-5
|
* Mon Aug 2 2010 Alasdair Kergon <agk@redhat.com> - 2.02.72-5
|
||||||
- Make udev configurable and merge with f12.
|
- Make udev configurable and merge with f12.
|
||||||
|
|
||||||
|
1
mirrors
1
mirrors
@ -1,2 +1 @@
|
|||||||
ftp://sources.redhat.com/pub/lvm2/
|
ftp://sources.redhat.com/pub/lvm2/
|
||||||
ftp://sources.redhat.com/pub/dm/
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a7d0d1235a589869bd13cde0f0d7375d LVM2.2.02.72.tgz
|
ef975c33e224b3a2c057313d29718d91 LVM2.2.02.73.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user