latest release
This commit is contained in:
parent
b554e2f8bc
commit
9f17900afd
@ -1 +1 @@
|
||||
LVM2.2.02.24.tgz
|
||||
LVM2.2.02.27.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBF8IHXIoGRwVZ+LBcRApQgAJ0WraCjksh15cm4p/xkjjdS+hdSnACeOeRH
|
||||
5iYwVwSBn7Fh03vX5yzC0lY=
|
||||
=mf6D
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBF/v1OIoGRwVZ+LBcRAucoAJ42fQ1NIw8ubKiqUM+EVMvGBA0CogCfaDBW
|
||||
CstZFCT44ND66OMKyLiJjUs=
|
||||
=cV3Y
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.27.tgz.asc
Normal file
7
LVM2.2.02.27.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBGnSwjIoGRwVZ+LBcRArEbAJ9jJyjL/K8qy6XM2ED+mwGph0ApawCgvCXo
|
||||
Q+wgkfFWWZLak3+oJyamNQg=
|
||||
=pDVg
|
||||
-----END PGP SIGNATURE-----
|
47
lvm2.spec
47
lvm2.spec
@ -1,8 +1,8 @@
|
||||
%define device_mapper_version 1.02.17-7
|
||||
%define device_mapper_version 1.02.21-1
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.24
|
||||
Version: 2.02.27
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
@ -84,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/lvs
|
||||
%{_sbindir}/lvscan
|
||||
%{_sbindir}/pvchange
|
||||
%{_sbindir}/pvck
|
||||
%{_sbindir}/pvcreate
|
||||
%{_sbindir}/pvdisplay
|
||||
%{_sbindir}/pvmove
|
||||
@ -126,6 +127,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/lvs.8.gz
|
||||
%{_mandir}/man8/lvscan.8.gz
|
||||
%{_mandir}/man8/pvchange.8.gz
|
||||
%{_mandir}/man8/pvck.8.gz
|
||||
%{_mandir}/man8/pvcreate.8.gz
|
||||
%{_mandir}/man8/pvdisplay.8.gz
|
||||
%{_mandir}/man8/pvmove.8.gz
|
||||
@ -154,10 +156,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /etc/lvm
|
||||
%ghost /etc/lvm/cache/.cache
|
||||
%config(noreplace) /etc/lvm/lvm.conf
|
||||
/etc/lvm/backup
|
||||
/etc/lvm/cache
|
||||
/etc/lvm/archive
|
||||
/var/lock/lvm
|
||||
%dir /etc/lvm/backup
|
||||
%dir /etc/lvm/cache
|
||||
%dir /etc/lvm/archive
|
||||
%dir /var/lock/lvm
|
||||
|
||||
##############################################################################
|
||||
# Cluster subpackage
|
||||
@ -194,6 +196,39 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 28 2007 Alasdair Kergon <agk@redhat.com> - 2.02.27-1
|
||||
- Add -f to vgcfgrestore to list metadata backup files.
|
||||
- Add pvdisplay --maps implementation.
|
||||
- Add devices/preferred_names config regex list for displayed device names.
|
||||
- Add vg_mda_count and pv_mda_count columns to reports.
|
||||
- Change cling alloc policy attribute character from 'C' to l'.
|
||||
- Print warnings to stderr instead of stdout.
|
||||
- Fix snapshot cow area deactivation if origin is not active.
|
||||
- Reinitialise internal lvmdiskscan variables when called repeatedly.
|
||||
- Allow keyboard interrupt during user prompts when appropriate.
|
||||
- Fix deactivation code to follow dependencies and remove symlinks.
|
||||
- Fix a segfault in device_is_usable() if a device has no table.
|
||||
- Fix creation and conversion of mirrors with tags.
|
||||
- Add command stub for pvck.
|
||||
- Handle vgsplit of an entire VG as a vgrename.
|
||||
- Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
|
||||
- Split metadata areas in vgsplit properly.
|
||||
- Fix and clarify vgsplit error messages.
|
||||
- Update lists of attribute characters in man pages.
|
||||
- Remove unsupported LVM1 options from vgcfgrestore man page.
|
||||
- Update vgcfgrestore man page to show mandatory VG name.
|
||||
- Update vgrename man page to include UUID and be consistent with lvrename.
|
||||
- Add some more debug messages to clvmd startup.
|
||||
- Fix thread race in clvmd.
|
||||
- Make clvmd cope with quorum devices.
|
||||
- Add extra internal error checking to clvmd.
|
||||
- Fix missing lvm_shell symbol in lvm2cmd library.
|
||||
- Move regex functions into libdevmapper.
|
||||
- Add kernel and device-mapper targets versions to lvmdump.
|
||||
- Add /sys/block listings to lvmdump.
|
||||
- Make lvmdump list /dev recursively.
|
||||
- Mark /etc/lvm subdirectories as directories in spec file.
|
||||
|
||||
* Mon Mar 19 2007 Alasdair Kergon <agk@redhat.com> - 2.02.24-1
|
||||
- Add BuildRequires readline-static until makefiles get fixed.
|
||||
- Fix processing of exit status in init scripts
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
3ede31e924391f951190d44aabad6f85 LVM2.2.02.24.tgz
|
||||
f3655af297a2b1ce6a3390ab1c264e68 LVM2.2.02.27.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user