new upstream - minor fixes
This commit is contained in:
parent
509e0dea9d
commit
bcfb10e290
@ -1 +1 @@
|
|||||||
LVM2.2.02.60.tgz
|
LVM2.2.02.61.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBLWlyWIoGRwVZ+LBcRAtkEAJ93pc6VnzCqM0W/lTgCS/Jafx3AjgCff0tz
|
|
||||||
WcJPdKA7RyhS8KIYmi3gn4E=
|
|
||||||
=0JVZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.61.tgz.asc
Normal file
7
LVM2.2.02.61.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||||
|
|
||||||
|
iD8DBQBLeeN/IoGRwVZ+LBcRAmV8AJ0QfyMXg7c1aDHl1NrGMnWPbC+PIgCgzGtG
|
||||||
|
MdxQbJ/pP53MzEQXKAS1ICs=
|
||||||
|
=9GZ3
|
||||||
|
-----END PGP SIGNATURE-----
|
32
lvm2.spec
32
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.43
|
%define device_mapper_version 1.02.44
|
||||||
%define corosync_version 1.2.0-1
|
%define corosync_version 1.2.0-1
|
||||||
%define openais_version 1.1.1-1
|
%define openais_version 1.1.1-1
|
||||||
%define clusterlib_version 3.0.6-1
|
%define clusterlib_version 3.0.6-1
|
||||||
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.60
|
Version: 2.02.61
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -228,9 +228,6 @@ This package contains shared lvm2 libraries for applications.
|
|||||||
%files libs
|
%files libs
|
||||||
%attr(755,root,root) %{_libdir}/liblvm2app.so.*
|
%attr(755,root,root) %{_libdir}/liblvm2app.so.*
|
||||||
%attr(755,root,root) %{_libdir}/liblvm2cmd.so.*
|
%attr(755,root,root) %{_libdir}/liblvm2cmd.so.*
|
||||||
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2.so.*
|
|
||||||
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2mirror.so.*
|
|
||||||
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2snapshot.so.*
|
|
||||||
%{_libdir}/libdevmapper-event-lvm2.so
|
%{_libdir}/libdevmapper-event-lvm2.so
|
||||||
%{_libdir}/libdevmapper-event-lvm2mirror.so
|
%{_libdir}/libdevmapper-event-lvm2mirror.so
|
||||||
%{_libdir}/libdevmapper-event-lvm2snapshot.so
|
%{_libdir}/libdevmapper-event-lvm2snapshot.so
|
||||||
@ -425,6 +422,29 @@ the device-mapper event library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2010 Alasdair Kergon <agk@redhat.com> - 2.02.61-1
|
||||||
|
- Add %ORIGIN support to lv{create,extend,reduce,resize} --extents.
|
||||||
|
- Accept a list of LVs with 'lvconvert --merge @tag' using process_each_lv.
|
||||||
|
- Remove false "failed to find tree node" error when activating merging origin.
|
||||||
|
- Exit with success when lvconvert --repair --use-policies performs no action.
|
||||||
|
- Avoid unnecessary second resync when adding mimage to core-logged mirror.
|
||||||
|
- Make clvmd -V return status zero.
|
||||||
|
- Fix cmirrord segfault in clog_cpg list processing when converting mirror log.
|
||||||
|
- Deactivate temporary pvmove mirror cluster-wide when activating it fails.
|
||||||
|
- Add missing metadata vg_reverts in pvmove error paths.
|
||||||
|
- Unlock shared lock in clvmd if activation calls fail.
|
||||||
|
- Add lvm_pv_get_size, lvm_pv_get_free and lvm_pv_get_dev_size to lvm2app.
|
||||||
|
- Change lvm2app to return all sizes in bytes as documented (not sectors).
|
||||||
|
- Exclude internal VG names and uuids from lists returned through lvm2app.
|
||||||
|
- Add LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable.
|
||||||
|
- Add DM_UDEV_DISABLE_LIBRARY_FALLBACK udev flag to rely on udev only.
|
||||||
|
- Remove hard-coding that skipped _mimage devices from 11-dm-lvm.rules.
|
||||||
|
- Export dm_udev_create_cookie function to create new cookies on demand.
|
||||||
|
- Add --udevcookie, udevcreatecookie and udevreleasecookie to dmsetup.
|
||||||
|
- Set udev state automatically instead of using DM_UDEV_DISABLE_CHECKING.
|
||||||
|
- Set udev state automatically instead of using LVM_UDEV_DISABLE_CHECKING.
|
||||||
|
- Remove pointless versioned symlinks to dmeventd plugin libraries.
|
||||||
|
|
||||||
* Fri Jan 29 2010 Alasdair Kergon <agk@redhat.com> - 2.02.60-5
|
* Fri Jan 29 2010 Alasdair Kergon <agk@redhat.com> - 2.02.60-5
|
||||||
- Replace spaces with tabs in a couple of places in spec file.
|
- Replace spaces with tabs in a couple of places in spec file.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
33e0e0f4b4582d495ff619696c634b2a LVM2.2.02.60.tgz
|
0fdac768c78d96525d47b5a3df4c67de LVM2.2.02.61.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user