rpms/lvm2/devel lvm2-2_02_28-add-ps3disk.patch, NONE, 1.1 lvm2.spec, 1.114, 1.115

Milan Broz (mbroz) fedora-extras-commits at redhat.com
Wed Aug 1 09:40:41 UTC 2007


Author: mbroz

Update of /cvs/pkgs/rpms/lvm2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22622

Modified Files:
	lvm2.spec 
Added Files:
	lvm2-2_02_28-add-ps3disk.patch 
Log Message:
Add SUN's LDOM virtual block device (vdisk) and ps3disk to filters.
Resolves: #249672



lvm2-2_02_28-add-ps3disk.patch:

--- NEW FILE lvm2-2_02_28-add-ps3disk.patch ---
--- 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)


Index: lvm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lvm2/devel/lvm2.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- lvm2.spec	18 Jul 2007 18:18:23 -0000	1.114
+++ lvm2.spec	1 Aug 2007 09:40:09 -0000	1.115
@@ -3,12 +3,13 @@
 Summary: Userland logical volume management tools 
 Name: lvm2
 Version: 2.02.27
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 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
@@ -33,6 +34,7 @@
 %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=
@@ -196,6 +198,9 @@
 
 
 %changelog
+* Wed Aug 01 2007 Milan Broz <mbroz at redhat.com> - 2.02.27-2
+- Add SUN's LDOM virtual block device (vdisk) and ps3disk to filters.
+
 * Wed Jul 28 2007 Alasdair Kergon <agk at redhat.com> - 2.02.27-1
 - Add -f to vgcfgrestore to list metadata backup files.
 - Add pvdisplay --maps implementation.




More information about the fedora-extras-commits mailing list