New upstream bugfix release.
This commit is contained in:
parent
1d35d17a0d
commit
eafc0753ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/LVM2.2.02.110.tgz
|
/LVM2.2.02.110.tgz
|
||||||
/LVM2.2.02.111.tgz
|
/LVM2.2.02.111.tgz
|
||||||
/LVM2.2.02.112.tgz
|
/LVM2.2.02.112.tgz
|
||||||
|
/LVM2.2.02.113.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlRiGnEACgkQIoGRwVZ+LBfMXgCgtxm90T/GSuddGXQAjH4nAZzG
|
|
||||||
tzEAoKbX2qXTrFv++Xx36jji506VdqTU
|
|
||||||
=Oo8f
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.113.tgz.asc
Normal file
7
LVM2.2.02.113.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlRzb6IACgkQIoGRwVZ+LBcjZwCgorsu/QG0CC7oRMVPkTUEOCoy
|
||||||
|
RjEAn19dvBoY0TRdfCqmJNZucdbDw3VT
|
||||||
|
=f+uY
|
||||||
|
-----END PGP SIGNATURE-----
|
17
lvm2.spec
17
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.91
|
%define device_mapper_version 1.02.92
|
||||||
|
|
||||||
%define enable_cache 1
|
%define enable_cache 1
|
||||||
%define enable_cluster 1
|
%define enable_cluster 1
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.112
|
Version: 2.02.113
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -638,6 +638,19 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 25 2014 Alasdair Kergon <agk@redhat.com> - 2.02.113-1
|
||||||
|
- Add --cachepolicy and --cachesettings options to lvchange.
|
||||||
|
- Validate that converted volume and specified pool volume differ in lvconvert.
|
||||||
|
- Fix regression in vgscan --mknodes usage (2.02.112).
|
||||||
|
- Default to configure --enable-udev-systemd-background-jobs for systemd>=205.
|
||||||
|
- Fix ignore_vg() to properly react on various vg_read errors (2.02.112).
|
||||||
|
- Failed recovery returns FAILED_RECOVERY status flag for vg_read().
|
||||||
|
- Exit with non-zero status code when pvck encounters a problem.
|
||||||
|
- Fix clean_tree after activation/resume for cache target (2.02.112).
|
||||||
|
- Fix memory corruption with sorting empty string lists (1.02.86).
|
||||||
|
- Fix man dmsetup.8 syntax warning of groff.
|
||||||
|
- Accept unquoted strings and / in place of {} when parsing configs.
|
||||||
|
|
||||||
* Tue Nov 11 2014 Peter Rajnoha <prajnoha@redhat.com> - 2.02.112-1
|
* Tue Nov 11 2014 Peter Rajnoha <prajnoha@redhat.com> - 2.02.112-1
|
||||||
- Add cache_{read,write}_{hits,misses} reporting fields.
|
- Add cache_{read,write}_{hits,misses} reporting fields.
|
||||||
- Add cache_{total,used,dirty}_blocks reporting fields.
|
- Add cache_{total,used,dirty}_blocks reporting fields.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1f4033b750f68b68e9bd66d3661a2c3f LVM2.2.02.112.tgz
|
f71aa8e64030f3d2a3fdabcc36e45094 LVM2.2.02.113.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user