packages: linuxrdac/linuxrdac.spec, linuxrdac/linuxrdac-linux-3.4.patch (NE...
baggins
baggins at pld-linux.org
Sun Jul 1 15:17:36 CEST 2012
Author: baggins Date: Sun Jul 1 13:17:35 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- asm/system.h is gone in linux 3.4
---- Files affected:
packages/linuxrdac:
linuxrdac.spec (1.12 -> 1.13) , linuxrdac-linux-3.4.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/linuxrdac/linuxrdac.spec
diff -u packages/linuxrdac/linuxrdac.spec:1.12 packages/linuxrdac/linuxrdac.spec:1.13
--- packages/linuxrdac/linuxrdac.spec:1.12 Sat Jun 23 21:49:39 2012
+++ packages/linuxrdac/linuxrdac.spec Sun Jul 1 15:17:30 2012
@@ -16,6 +16,7 @@
Source0: linuxrdac-%{version}-mktarball.dkms.tgz
# Source0-md5: da1dadb0d8ac09661bb407386a212a82
Patch0: linuxrdac-linux-2.6.39.patch
+Patch1: linuxrdac-linux-3.4.patch
#URL: -
BuildRequires: rpmbuild(macros) >= 1.379
%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20.2}
@@ -41,6 +42,7 @@
%setup -q -c
cd dkms_source_tree
%patch0 -p1
+%patch1 -p2
%build
cd dkms_source_tree
@@ -72,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2012/07/01 13:17:30 baggins
+- asm/system.h is gone in linux 3.4
+
Revision 1.12 2012/06/23 19:49:39 arekm
- rebuild for kernel-3.4.4-1
- release 10 (by relup.sh)
================================================================
Index: packages/linuxrdac/linuxrdac-linux-3.4.patch
diff -u /dev/null packages/linuxrdac/linuxrdac-linux-3.4.patch:1.1
--- /dev/null Sun Jul 1 15:17:36 2012
+++ packages/linuxrdac/linuxrdac-linux-3.4.patch Sun Jul 1 15:17:30 2012
@@ -0,0 +1,12 @@
+--- linuxrdac-09.03.0C06.0452.2/dkms_source_tree/mpp_linux_sys_headers/MPP_Sysdep.h.orig 2012-07-01 15:13:42.047035902 +0200
++++ linuxrdac-09.03.0C06.0452.2/dkms_source_tree/mpp_linux_sys_headers/MPP_Sysdep.h 2012-07-01 15:16:29.057030011 +0200
+@@ -68,7 +68,9 @@
+ #include <linux/blkdev.h>
+ #include <linux/delay.h>
+ #include <asm/uaccess.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
+ #include <asm/system.h>
++#endif
+ #include <asm/io.h>
+ #include <asm/param.h>
+ #include <scsi/scsi.h>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/linuxrdac/linuxrdac.spec?r1=1.12&r2=1.13
More information about the pld-cvs-commit
mailing list