New upstream release.
This commit is contained in:
parent
e9836aed0f
commit
f63d213a69
@ -1 +1 @@
|
|||||||
LVM2.2.02.43.tgz
|
LVM2.2.02.44.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBJGKdKIoGRwVZ+LBcRAk1iAJ4iN9AAwIgICdiqFdCsfBx21bt3lACfRi8O
|
|
||||||
JtWLQ6nZ8En/F3MO5FZRExM=
|
|
||||||
=Gd2z
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.44.tgz.asc
Normal file
7
LVM2.2.02.44.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBJfcvPIoGRwVZ+LBcRAkX6AKCJdsyCBtRu0aPfiFgKwFqaTQ2qqACfRLez
|
||||||
|
2q2O5e0K48m3OcqVWujczg0=
|
||||||
|
=VArT
|
||||||
|
-----END PGP SIGNATURE-----
|
31
lvm2.spec
31
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
|
# Do not reset Release to 1 unless both lvm2 and device-mapper
|
||||||
# versions are increased together.
|
# versions are increased together.
|
||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.43
|
Version: 2.02.44
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
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 0700 -d $RPM_BUILD_ROOT/var/lock/lvm
|
||||||
install -m 0600 /dev/null $RPM_BUILD_ROOT/etc/lvm/cache/.cache
|
install -m 0600 /dev/null $RPM_BUILD_ROOT/etc/lvm/cache/.cache
|
||||||
mkdir -p -m755 $RPM_BUILD_ROOT/etc/rc.d/init.d
|
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
|
install -m 0755 scripts/lvmconf.sh $RPM_BUILD_ROOT/sbin/lvmconf
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -257,6 +257,31 @@ This package contains the device-mapper shared library, libdevmapper.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2009 Alasdair Kergon <agk@redhat.com>> - 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 <command>'.
|
||||||
|
- 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 <agk@redhat.com>> - 2.02.43-1
|
* Mon Nov 10 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.43-1
|
||||||
- Upstream merge of device-mapper and lvm2 source.
|
- Upstream merge of device-mapper and lvm2 source.
|
||||||
- Correct prototype for --permission on lvchange and lvcreate man pages.
|
- Correct prototype for --permission on lvchange and lvcreate man pages.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
fc34655706a2aa116b92328b24fad619 LVM2.2.02.43.tgz
|
4ed7b99903a6fc5165b7b0b8def42486 LVM2.2.02.44.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user