From 7d75eb5ab49d7a7688cfe2c3812a7219e2eadc21 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Mon, 19 Dec 2011 17:03:05 -0500 Subject: [PATCH 1/1] A hack to get ApplyPatch working. --- kernel-3.1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-3.1.spec b/kernel-3.1.spec index 2b41cf4..06a7863 100644 --- a/kernel-3.1.spec +++ b/kernel-3.1.spec @@ -1019,7 +1019,7 @@ ApplyPatch() exit 1 fi %if !%{using_upstream_branch} - if ! grep -E "^Patch[0-9]+: $patch\$" %{_specdir}/${RPM_PACKAGE_NAME%%%%%{?variant}}.spec ; then + if ! grep -E "^Patch[0-9]+: $patch\$" %{_specdir}/kernel-3.1.spec ; then if [ "${patch:0:8}" != "patch-3." ] ; then echo "ERROR: Patch $patch not listed as a source patch in specfile" exit 1 -- 2.43.0