rpms/lvm2/devel LVM2.2.02.27.tgz.asc, NONE, 1.1 .cvsignore, 1.50, 1.51 lvm2.spec, 1.113, 1.114 sources, 1.53, 1.54 upstream, 1.43, 1.44 LVM2.2.02.23.tgz.asc, 1.1, NONE LVM2.2.02.24.tgz.asc, 1.1, NONE

Alasdair Kergon (agk) fedora-extras-commits at redhat.com
Wed Jul 18 18:18:55 UTC 2007


Author: agk

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3998

Modified Files:
	.cvsignore lvm2.spec sources upstream 
Added Files:
	LVM2.2.02.27.tgz.asc 
Removed Files:
	LVM2.2.02.23.tgz.asc LVM2.2.02.24.tgz.asc 
Log Message:
latest release



--- NEW FILE LVM2.2.02.27.tgz.asc ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQBGnSwjIoGRwVZ+LBcRArEbAJ9jJyjL/K8qy6XM2ED+mwGph0ApawCgvCXo
Q+wgkfFWWZLak3+oJyamNQg=
=pDVg
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- .cvsignore	19 Mar 2007 21:21:22 -0000	1.50
+++ .cvsignore	18 Jul 2007 18:18:23 -0000	1.51
@@ -1 +1 @@
-LVM2.2.02.24.tgz
+LVM2.2.02.27.tgz


Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- lvm2.spec	3 May 2007 20:14:47 -0000	1.113
+++ lvm2.spec	18 Jul 2007 18:18:23 -0000	1.114
@@ -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 @@
 %{_sbindir}/lvs
 %{_sbindir}/lvscan
 %{_sbindir}/pvchange
+%{_sbindir}/pvck
 %{_sbindir}/pvcreate
 %{_sbindir}/pvdisplay
 %{_sbindir}/pvmove
@@ -126,6 +127,7 @@
 %{_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 @@
 %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 @@
 
 
 %changelog
+* Wed Jul 28 2007 Alasdair Kergon <agk at 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 at redhat.com> - 2.02.24-1
 - Add BuildRequires readline-static until makefiles get fixed.
 - Fix processing of exit status in init scripts


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources	19 Mar 2007 21:21:22 -0000	1.53
+++ sources	18 Jul 2007 18:18:23 -0000	1.54
@@ -1 +1 @@
-3ede31e924391f951190d44aabad6f85  LVM2.2.02.24.tgz
+f3655af297a2b1ce6a3390ab1c264e68  LVM2.2.02.27.tgz


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/upstream,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- upstream	19 Mar 2007 21:21:22 -0000	1.43
+++ upstream	18 Jul 2007 18:18:23 -0000	1.44
@@ -1 +1 @@
-LVM2.2.02.24.tgz
+LVM2.2.02.27.tgz


--- LVM2.2.02.23.tgz.asc DELETED ---


--- LVM2.2.02.24.tgz.asc DELETED ---




More information about the scm-commits mailing list