SPECS: kernel-fs-gfs.spec - alternative kernel support - various 2...

adamg adamg at pld-linux.org
Sun Jun 25 18:22:13 CEST 2006


Author: adamg                        Date: Sun Jun 25 16:22:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- alternative kernel support
- various 2.6.17 fixes

---- Files affected:
SPECS:
   kernel-fs-gfs.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/kernel-fs-gfs.spec
diff -u SPECS/kernel-fs-gfs.spec:1.9 SPECS/kernel-fs-gfs.spec:1.10
--- SPECS/kernel-fs-gfs.spec:1.9	Mon May 15 02:14:11 2006
+++ SPECS/kernel-fs-gfs.spec	Sun Jun 25 18:22:08 2006
@@ -9,7 +9,7 @@
 %define _rel	0.3
 Summary:	Shared-disk cluster file system
 Summary(pl):	System plików dla klastrów z współdzieloną przestrzenią dyskową
-Name:		kernel-fs-gfs
+Name:		kernel%{_alt_kernel}-fs-gfs
 Version:	1.02.00
 Release:	%{_rel}@%{_kernel_ver_str}
 Epoch:		0
@@ -17,11 +17,14 @@
 Group:		Base/Kernel
 Source0:	ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
 # Source0-md5:	131c34c8b66d8d7d74384839ed4091d0
+Patch0:		kernel-fs-gfs-posix_test_lock.patch
+Patch1:		kernel-fs-gfs-mutex.patch
+Patch2:		kernel-fs-gfs-get_block.patch
 URL:		http://sources.redhat.com/cluster/gfs/
-BuildRequires:	kernel-cluster-cman-devel
-BuildRequires:	kernel-cluster-dlm-devel
+BuildRequires:	kernel%{_alt_kernel}-cluster-cman-devel
+BuildRequires:	kernel%{_alt_kernel}-cluster-dlm-devel
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires:	kernel-module-build >= 3:2.6.7}
+%{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7}
 %endif
 BuildRequires:	perl-base
 %{?with_dist_kernel:%requires_releq_kernel_up}
@@ -50,7 +53,7 @@
 zmiany wykonywane w systemie plików na jednej maszynie pokazują się
 natychmiast na wszystkich innych maszynach w klastrze.
 
-%package -n kernel-smp-fs-gfs
+%package -n kernel%{_alt_kernel}-smp-fs-gfs
 Summary:	Shared-disk cluster file system
 Summary(pl):	System plików dla klastrów z współdzieloną przestrzenią dyskową
 Release:	%{_rel}@%{_kernel_ver_str}
@@ -59,7 +62,7 @@
 Requires(post,postun):	/sbin/depmod
 %{?with_dist_kernel:Requires(postun):	kernel-smp}
 
-%description -n kernel-smp-fs-gfs
+%description -n kernel%{_alt_kernel}-smp-fs-gfs
 GFS (Global File System) is a cluster file system. It allows a cluster
 of computers to simultaneously use a block device that is shared
 between them (with FC, iSCSI, NBD, etc...). GFS reads and writes to
@@ -69,7 +72,7 @@
 -- changes made to the filesystem on one machine show up immediately
 on all other machines in the cluster.
 
-%description -n kernel-smp-fs-gfs -l pl
+%description -n kernel%{_alt_kernel}-smp-fs-gfs -l pl
 GFS (Global File System - globalny system plików) to system plików dla
 klastrów. Pozwala klastrowi komputerów jednocześnie używać urządzenia
 blokowego współdzielonego pomiędzy nimi (poprzez FC, iSCSI, NBD itp.).
@@ -80,21 +83,24 @@
 zmiany wykonywane w systemie plików na jednej maszynie pokazują się
 natychmiast na wszystkich innych maszynach w klastrze.
 
-%package -n kernel-fs-gfs-devel
+%package -n kernel%{_alt_kernel}-fs-gfs-devel
 Summary:	Shared-disk cluster file system - headers
 Summary(pl):	System plików dla klastrów z współdzieloną przestrzenią dyskową - pliki nagłówkowe
 Release:	%{_rel}
 Group:		Development/Libraries
 
-%description -n kernel-fs-gfs-devel
+%description -n kernel%{_alt_kernel}-fs-gfs-devel
 Shared-disk cluster file system - headers.
 
-%description -n kernel-fs-gfs-devel -l pl
+%description -n kernel%{_alt_kernel}-fs-gfs-devel -l pl
 System plików dla klastrów z współdzieloną przestrzenią dyskową -
 pliki nagłówkowe.
 
 %prep
 %setup -q -n cluster-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 cd gfs-kernel
@@ -229,10 +235,10 @@
 %postun
 %depmod %{_kernel_ver}
 
-%post -n kernel-smp-fs-gfs
+%post -n kernel%{_alt_kernel}-smp-fs-gfs
 %depmod %{_kernel_ver}smp
 
-%postun -n kernel-smp-fs-gfs
+%postun -n kernel%{_alt_kernel}-smp-fs-gfs
 %depmod %{_kernel_ver}smp
 
 %if %{with kernel}
@@ -241,13 +247,13 @@
 /lib/modules/%{_kernel_ver}/kernel/fs/*
 
 %if %{with smp} && %{with dist_kernel}
-%files -n kernel-smp-fs-gfs
+%files -n kernel%{_alt_kernel}-smp-fs-gfs
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}smp/kernel/fs/*
 %endif
 %endif
 
-%files -n kernel-fs-gfs-devel
+%files -n kernel%{_alt_kernel}-fs-gfs-devel
 %defattr(644,root,root,755)
 %{_includedir}/cluster
 
@@ -257,6 +263,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/06/25 16:22:08  adamg
+- alternative kernel support
+- various 2.6.17 fixes
+
 Revision 1.9  2006/05/15 00:14:11  zbyniu
 - up to 1.02.00; updated kernel modules build procedure
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-fs-gfs.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list