summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-11-05 16:58:55 -0500
committerLaura Abbott <labbott@redhat.com>2019-11-13 10:01:44 -0500
commitc96dd52bfc079b0e0f7a5262e844b867636f787e (patch)
treeb34dbd947fc25bb9d70f7810eb7f390083f5d6b5 /kernel.spec
parent4019404bbca31c28da0e8f74f06473df1798a437 (diff)
downloadkernel-c96dd52bfc079b0e0f7a5262e844b867636f787e.tar.gz
kernel-c96dd52bfc079b0e0f7a5262e844b867636f787e.tar.xz
kernel-c96dd52bfc079b0e0f7a5262e844b867636f787e.zip
Drop remove-binary-diff.pl
This was a workaround for some bad diffs that came in. Upstream has mostly stopped doing that so we can drop this workaround.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 1ff43fb0a..8822508d7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -574,7 +574,6 @@ BuildRequires: binutils-%{_build_arch}-linux-gnu, gcc-%{_build_arch}-linux-gnu
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz
Source11: x509.genkey
-Source12: remove-binary-diff.pl
Source15: merge.pl
Source16: mod-extra.list
Source17: mod-extra.sh
@@ -1189,14 +1188,14 @@ cp %{SOURCE12} .
# Update vanilla to the latest upstream.
# (non-released_kernel case only)
%if 0%{?rcrev}
- xzcat %{SOURCE5000} | ./remove-binary-diff.pl | patch -p1 -F1 -s
+ xzcat %{SOURCE5000} | patch -p1 -F1 -s
%if 0%{?gitrev}
- xzcat %{SOURCE5001} | ./remove-binary-diff.pl | patch -p1 -F1 -s
+ xzcat %{SOURCE5001} | patch -p1 -F1 -s
%endif
%else
# pre-{base_sublevel+1}-rc1 case
%if 0%{?gitrev}
- xzcat %{SOURCE5000} | ./remove-binary-diff.pl | patch -p1 -F1 -s
+ xzcat %{SOURCE5000} | patch -p1 -F1 -s
%endif
%endif
git init