]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- for now fix cannot execute gentbl kernel-2_2_20-15
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Sat, 9 Mar 2002 16:56:04 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it was generate by make dep in kernel source package and this was stay there.
  make clean didn't delete it, so rpm packaging it also to kernel-source.rpm.
  make dep in /usr/src/linux are not regenate gentbl because this still there.
  That why make dep got: permission denied, cannot execute gentbl.
  rpm gave all files %defattr(644,root,root,755). gentbl must be 755.
- STBR

Changed files:
    kernel.spec -> 1.323

kernel.spec

index 9daa9a558ee89be1bf6294e40237f0b3b3ff8c25..4a61f19a84de111b711d7c166ef060ff7a38bcd2 100644 (file)
@@ -111,7 +111,6 @@ Patch1500:  linux-sparc_ide_fix.patch.2.2.19
 Patch1501:     %{name}-sparc-zs.h.patch
 Patch1502:     %{name}-sparc_netsyms.patch
 Patch1503:     %{name}-sym53c8xx.patch
-Patch1550:     %{name}-gentbl.patch
 
 ExclusiveOS:   Linux
 URL:           http://www.kernel.org/
@@ -754,9 +753,6 @@ patch -s -p1 -d $RPM_BUILD_ROOT%{_prefix}/src/linux-%{version} < %{PATCH1502}
 %endif
 patch -s -p1 -d $RPM_BUILD_ROOT%{_prefix}/src/linux-%{version} < %{PATCH1503}
 
-# fix gentbl cannot execute
-patch -s -p1 -d $RPM_BUILD_ROOT%{_prefix}/src/linux-%{version} < %{PATCH1550}
-
 cd $RPM_BUILD_ROOT/usr/src/linux-%{version}
 
 %{__make} mrproper
@@ -793,6 +789,7 @@ done
 
 %{__make} clean
 rm -f scripts/mkdep
+rm -rf drivers/char/hfmodem/gentbl
 
 # add a rc-boot info
 #install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/rc-boot/images
This page took 1.461565 seconds and 4 git commands to generate.