From f63d213a695506ada974a1127557cc35ece04223 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 27 Jan 2009 21:15:40 +0000 Subject: [PATCH] New upstream release. --- .cvsignore | 2 +- LVM2.2.02.43.tgz.asc | 7 ------- LVM2.2.02.44.tgz.asc | 7 +++++++ lvm2.spec | 31 ++++++++++++++++++++++++++++--- sources | 2 +- upstream | 2 +- 6 files changed, 38 insertions(+), 13 deletions(-) delete mode 100644 LVM2.2.02.43.tgz.asc create mode 100644 LVM2.2.02.44.tgz.asc diff --git a/.cvsignore b/.cvsignore index 1e1c475..c3f4590 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -LVM2.2.02.43.tgz +LVM2.2.02.44.tgz diff --git a/LVM2.2.02.43.tgz.asc b/LVM2.2.02.43.tgz.asc deleted file mode 100644 index 024b403..0000000 --- a/LVM2.2.02.43.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.1 (GNU/Linux) - -iD8DBQBJGKdKIoGRwVZ+LBcRAk1iAJ4iN9AAwIgICdiqFdCsfBx21bt3lACfRi8O -JtWLQ6nZ8En/F3MO5FZRExM= -=Gd2z ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.44.tgz.asc b/LVM2.2.02.44.tgz.asc new file mode 100644 index 0000000..7d6b635 --- /dev/null +++ b/LVM2.2.02.44.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.1 (GNU/Linux) + +iD8DBQBJfcvPIoGRwVZ+LBcRAkX6AKCJdsyCBtRu0aPfiFgKwFqaTQ2qqACfRLez +2q2O5e0K48m3OcqVWujczg0= +=VArT +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index db6f2f2..e1f38dc 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,11 +1,11 @@ -%define device_mapper_version 1.02.29 +%define device_mapper_version 1.02.30 # Do not reset Release to 1 unless both lvm2 and device-mapper # versions are increased together. Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.43 +Version: 2.02.44 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -56,7 +56,7 @@ install -m 0700 -d $RPM_BUILD_ROOT/etc/lvm/cache install -m 0700 -d $RPM_BUILD_ROOT/var/lock/lvm install -m 0600 /dev/null $RPM_BUILD_ROOT/etc/lvm/cache/.cache mkdir -p -m755 $RPM_BUILD_ROOT/etc/rc.d/init.d -install scripts/clvmd_init_rhel4 $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd +install scripts/clvmd_init_red_hat $RPM_BUILD_ROOT/etc/rc.d/init.d/clvmd install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/sbin/lvmconf %clean @@ -257,6 +257,31 @@ This package contains the device-mapper shared library, libdevmapper. %changelog +* Tue Jan 27 2009 Alasdair Kergon > - 2.02.44-1 +- Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages. +- Fix lvresize size conversion for fsadm when block size is not 1K. +- Fix pvs segfault when run with orphan PV and some VG fields. +- Display a 'dev_size' of zero for missing devices in reports. +- Add pv_mda_size to pvs and vg_mda_size to vgs. +- Fix lvmdump /sys listing to include virtual devices directory. +- Add "--refresh" functionality to vgchange and vgmknodes. +- Avoid exceeding LV size when wiping device. +- Calculate mirror log size instead of using 1 extent. +- Ensure requested device number is available before activating with it. +- Fix incorrect exit status from 'help '. +- Fix vgrename using UUID if there are VGs with identical names. +- Fix segfault when invalid field given in reporting commands. +- Use better random seed value in temp file creation. +- Add read_urandom to read /dev/urandom. Use in uuid calculation. +- Fix race in vgcreate that would result in second caller overwriting first. +- Fix uninitialised lv_count in vgdisplay -c. +- Don't skip updating pvid hash when lvmcache_info struct got swapped. +- Fix startup race in clvmd. +- Cope with snapshot dependencies when removing a whole VG with lvremove. +- Make man pages and tool help text consistent using | for alternative options. +- Add "all" field to reports expanding to all fields of report type. +- Enforce device name length and character limitations in libdm. + * Mon Nov 10 2008 Alasdair Kergon > - 2.02.43-1 - Upstream merge of device-mapper and lvm2 source. - Correct prototype for --permission on lvchange and lvcreate man pages. diff --git a/sources b/sources index f947244..b322c85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc34655706a2aa116b92328b24fad619 LVM2.2.02.43.tgz +4ed7b99903a6fc5165b7b0b8def42486 LVM2.2.02.44.tgz diff --git a/upstream b/upstream index 1e1c475..c3f4590 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.43.tgz +LVM2.2.02.44.tgz