rpms/kernel/F-11 kernel.spec,1.1575,1.1576

Chuck Ebbert cebbert at fedoraproject.org
Tue Apr 28 15:01:55 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31334

Modified Files:
	kernel.spec 
Log Message:
Make the kernel-vanilla package buildable again.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1575
retrieving revision 1.1576
diff -u -p -r1.1575 -r1.1576
--- kernel.spec	27 Apr 2009 21:58:34 -0000	1.1575
+++ kernel.spec	28 Apr 2009 15:01:24 -0000	1.1576
@@ -972,7 +972,7 @@ ApplyPatch()
   if [ ! -f $RPM_SOURCE_DIR/$patch ]; then
     exit 1
   fi
-  if ! egrep "^Patch[0-9]+: $patch\$" %{_specdir}/%{name}.spec ; then
+  if ! egrep "^Patch[0-9]+: $patch\$" %{_specdir}/${RPM_PACKAGE_NAME%%%%%{?variant}}.spec ; then
     if [ "${patch:0:10}" != "patch-2.6." ] ; then
       echo "ERROR: Patch  $patch  not listed as a source patch in specfile"
       exit 1
@@ -1993,6 +1993,9 @@ fi
 # and build.
 
 %changelog
+* Tue Apr 28 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.1-114
+- Make the kernel-vanilla package buildable again.
+
 * Mon Apr 27 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29.1-113
 - Fix possible FPU context corruption on x86-64.
 




More information about the fedora-extras-commits mailing list