A hack to get ApplyPatch working.
authorMarco Yuen <marcoy@gmail.com>
Mon, 19 Dec 2011 22:03:05 +0000 (17:03 -0500)
committerMarco Yuen <marcoy@gmail.com>
Mon, 19 Dec 2011 22:03:05 +0000 (17:03 -0500)
kernel-3.1.spec

index 2b41cf4..06a7863 100644 (file)
@@ -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