]> git.pld-linux.org Git - packages/lin_tape.git/blobdiff - lin_tape.spec
- fix building with kernel 4.4.169
[packages/lin_tape.git] / lin_tape.spec
index 0ca9f76760caa9638499013da13f217fc7d6da55..c145d29c1c046cc7e3d35feb2e7113cefe6793a2 100644 (file)
@@ -5,20 +5,28 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%define                rel     0.1
+%define                rel     2
 %define                pname   lin_tape
 Summary:       IBM Tape SCSI Device Driver for Linux
 Name:          %{pname}%{_alt_kernel}
-Version:       3.0.8
+Version:       3.0.33
 Release:       %{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:       GPL v2/LGPL
 Group:         Base/Kernel
 Source0:       %{pname}-%{version}.tgz
-# Source0-md5: 11a219f7b32496d9c334bbcd534da349
+# Source0-md5: c22358f485f12baa7254aa25abe20a43
 Source1:       %{pname}.fixlist
 Patch0:                use-module-dir.patch
-Patch1:                linux-3.19.patch
-Patch2:                insecure-perms.patch
+Patch1:                clean-ifdefs.patch
+Patch2:                linux-4.9.patch
+Patch4:                linux-4.11.patch
+Patch5:                linux-4.12.patch
+Patch6:                linux-4.13.patch
+Patch7:                kernel-4.14.patch
+Patch8:                kernel-4.15.patch
+Patch9:                kernel-4.17.patch
+Patch10:       kernel-4.19.patch
+Patch11:       linux-4.4.169.patch
 # System Storage, Tape systems, Tape drivers and software, Tape device drivers (Linux)
 URL:           http://www.ibm.com/support/fixcentral/
 BuildRequires: rpmbuild(macros) >= 1.701
@@ -52,7 +60,7 @@ compatible platforms.\
 \
 %files -n kernel%{_alt_kernel}-scsi-lin_tape\
 %defattr(644,root,root,755)\
-%doc lin_tape.fixlist lin_tape_Ultrium.ReadMe lin_tape_359X.ReadMe\
+%doc lin_tape.fixlist lin_tape.ReadMe\
 /lib/modules/%{_kernel_ver}/kernel/drivers/scsi/lin_tape.ko*\
 %{nil}
 
@@ -65,27 +73,20 @@ compatible platforms.\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%undos Makefile
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%ifarch %{ix86} ia64
-proc="Intel"
-%endif
-%ifarch %{x8664} x32
-proc="AMD"
-%endif
-%ifarch ppc ppc64 powerpc powerpc64
-proc="pSeries"
-%endif
-%ifarch s390 s390x
-proc="zSeries"
-%endif
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
 
-%{__cp} -af lin_tape_359X_${proc}.ReadMe lin_tape_359X.ReadMe
-%{__cp} -af lin_tape_Ultrium_${proc}.ReadMe lin_tape_Ultrium.ReadMe
-
-%{__mv} Makefile Makefile.IBM
-%{__cp} -af Makefile.GPL Makefile
+install -p %{SOURCE1} .
 
 %build
 %{expand:%build_kernel_packages}
This page took 0.2141 seconds and 4 git commands to generate.