From: Marco Yuen Date: Mon, 19 Dec 2011 22:03:05 +0000 (-0500) Subject: A hack to get ApplyPatch working. X-Git-Tag: lxcbuild~3 X-Git-Url: http://git.onelab.eu/?p=linux-3.git;a=commitdiff_plain;h=7d75eb5ab49d7a7688cfe2c3812a7219e2eadc21 A hack to get ApplyPatch working. --- 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