more upstream bug fixes/simple enhancements
This commit is contained in:
parent
fa028598e6
commit
bfb6d02ab1
@ -1 +1 @@
|
||||
LVM2.2.02.61.tgz
|
||||
LVM2.2.02.62.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLeeN/IoGRwVZ+LBcRAmV8AJ0QfyMXg7c1aDHl1NrGMnWPbC+PIgCgzGtG
|
||||
MdxQbJ/pP53MzEQXKAS1ICs=
|
||||
=9GZ3
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.62.tgz.asc
Normal file
7
LVM2.2.02.62.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBLllQSIoGRwVZ+LBcRAjr0AKDIr78odIH+LEBTLUwojwdC+5hyswCdFZ4K
|
||||
NRauqXPOtb2XT0OwL5+oHZQ=
|
||||
=J0xw
|
||||
-----END PGP SIGNATURE-----
|
19
lvm2.spec
19
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.44
|
||||
%define device_mapper_version 1.02.45
|
||||
%define enable_cluster 1
|
||||
|
||||
%if %{enable_cluster}
|
||||
@ -15,8 +15,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.61
|
||||
Release: 2%{?dist}
|
||||
Version: 2.02.62
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -443,6 +443,19 @@ the device-mapper event library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 09 2010 Alasdair Kergon <agk@redhat.com> - 2.02.62-1
|
||||
- Rewrite clvmd init script.
|
||||
- Add default alternative to mlockall using mlock to reduce pinned memory size.
|
||||
- Add use_mlockall and mlock_filter to activation section of lvm.conf.
|
||||
- Handle misaligned devices that report alignment_offset of -1.
|
||||
- Extend core allocation code in preparation for mirrored log areas.
|
||||
- No longer fall back to looking up active devices by name if uuid not found.
|
||||
- Don't touch /dev in vgmknodes if activation is disabled.
|
||||
- Add --showkeys parameter description to dmsetup man page.
|
||||
- Add --help option as synonym for help command.
|
||||
- Add lvm2app functions lvm_{vg|lv}_{get|add|remove}_tag() functions.
|
||||
- Refactor snapshot-merge deptree and device removal to support info-by-uuid.
|
||||
|
||||
* Fri Mar 05 2010 Peter Rajnoha <prajnoha@redhat.com> - 2.02.61-2
|
||||
- Change spec file to support excluding cluster components from the build.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
0fdac768c78d96525d47b5a3df4c67de LVM2.2.02.61.tgz
|
||||
72e3d66dc42aaf67dca475196a113528 LVM2.2.02.62.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user