new upstream
This commit is contained in:
parent
7de474b68c
commit
43cee554ab
@ -1 +1 @@
|
||||
LVM2.2.02.27.tgz
|
||||
LVM2.2.02.28.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBGnSwjIoGRwVZ+LBcRArEbAJ9jJyjL/K8qy6XM2ED+mwGph0ApawCgvCXo
|
||||
Q+wgkfFWWZLak3+oJyamNQg=
|
||||
=pDVg
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.28.tgz.asc
Normal file
7
LVM2.2.02.28.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBGz0ecIoGRwVZ+LBcRAtrwAJ99maZB1LcDneURsZVIS0wbLWTlbwCfY2fE
|
||||
6dAvBaQf2v1W2I6wlfFAZi0=
|
||||
=KZCp
|
||||
-----END PGP SIGNATURE-----
|
@ -1,21 +0,0 @@
|
||||
--- LVM2.2.02.27.old/lib/filters/filter.c 2007-01-26 00:03:48.000000000 +0100
|
||||
+++ LVM2.2.02.27/lib/filters/filter.c 2007-08-01 11:13:27.000000000 +0200
|
||||
@@ -75,6 +75,8 @@ static const device_info_t device_info[]
|
||||
{"aoe", 16}, /* ATA over Ethernet */
|
||||
{"device-mapper", 1}, /* Other mapped devices */
|
||||
{"xvd", 16}, /* Xen virtual block device */
|
||||
+ {"vdisk", 8}, /* SUN's LDOM virtual block device */
|
||||
+ {"ps3disk", 16}, /* PlayStation 3 internal disk */
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
--- LVM2.2.02.27.old/WHATS_NEW 2007-07-17 22:45:17.000000000 +0200
|
||||
+++ LVM2.2.02.27/WHATS_NEW 2007-08-01 11:14:36.000000000 +0200
|
||||
@@ -1,3 +1,7 @@
|
||||
+Version 2.02.28 -
|
||||
+================================
|
||||
+ Add SUN's LDOM virtual block device (vdisk) and ps3disk to filters.
|
||||
+
|
||||
Version 2.02.27 - 17th July 2007
|
||||
================================
|
||||
Fix snapshot cow area deactivation if origin is not active. (2.02.13)
|
23
lvm2.spec
23
lvm2.spec
@ -1,15 +1,14 @@
|
||||
%define device_mapper_version 1.02.21-1
|
||||
%define device_mapper_version 1.02.22-1
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.27
|
||||
Release: 4%{?dist}
|
||||
Version: 2.02.28
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
Source0: LVM2.%{version}.tgz
|
||||
Patch0: cluster-locking-built-in.patch
|
||||
Patch1: lvm2-2_02_28-add-ps3disk.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: device-mapper-devel >= %{device_mapper_version}
|
||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||
@ -34,7 +33,6 @@ or more physical volumes and creating one or more logical volumes
|
||||
%prep
|
||||
%setup -q -n LVM2.%{version}
|
||||
%patch -p1 -b .locking
|
||||
%patch1 -p1 -b .ps3disk
|
||||
|
||||
%build
|
||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
||||
@ -199,6 +197,21 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2007 Alasdair Kergon <agk@redhat.com> - 2.02.28-1
|
||||
- vgscan and pvscan now trigger clvmd -R, which should now work.
|
||||
- Fix clvmd logging so you can get lvm-level debugging out of it.
|
||||
- Allow clvmd debug to be turned on in a running daemon using clvmd -d [-C].
|
||||
- Add more cluster info to lvmdump.
|
||||
- Fix lvdisplay man page to say LV size is reported in sectors, not KB.
|
||||
- Fix loading of persistent cache if cache_dir is used.
|
||||
- Only permit --force, --verbose and --debug arguments to be repeated.
|
||||
- Add support for renaming mirrored LVs.
|
||||
- Add --mirrorlog argument to specify log type for mirrors.
|
||||
- Don't leak a file descriptor if flock or fcntl fails.
|
||||
- Detect stream write failure reliably.
|
||||
- Reduce severity of lstat error messages to very_verbose.
|
||||
- Update to use autoconf 2.61, while still supporting 2.57.
|
||||
|
||||
* Thu Aug 09 2007 Alasdair Kergon <agk@redhat.com> - 2.02.27-3
|
||||
- Clarify GPL licence as being version 2.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
f3655af297a2b1ce6a3390ab1c264e68 LVM2.2.02.27.tgz
|
||||
940a882a71cae84f6befc8069a260ad1 LVM2.2.02.28.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user