rpms/kernel/F-11 kernel.spec,1.1676,1.1677

Kyle McMartin kyle at fedoraproject.org
Wed Jul 22 20:25:50 UTC 2009


Author: kyle

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

Modified Files:
	kernel.spec 
Log Message:
* Wed Jul 22 2009 Tom "spot" Callaway <tcallawa at redhat.com>
- We have to override the new %install behavior because, well... the kernel is
special.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1676
retrieving revision 1.1677
diff -u -p -r1.1676 -r1.1677
--- kernel.spec	22 Jul 2009 05:06:09 -0000	1.1676
+++ kernel.spec	22 Jul 2009 20:25:49 -0000	1.1677
@@ -1,9 +1,12 @@
+# We have to override the new %%install behavior because, well... the kernel is special.
+%global __spec_install_pre %{___build_pre}
+
 Summary: The Linux kernel
 
 # For a stable, released kernel, released_kernel should be 1. For rawhide
 # and/or a kernel built from an rc or git snapshot, released_kernel should
 # be 0.
-%define released_kernel 1
+%global released_kernel 1
 
 # Versions of various parts
 
@@ -2096,6 +2099,10 @@ fi
 # and build.
 
 %changelog
+* Wed Jul 22 2009 Tom "spot" Callaway <tcallawa at redhat.com>
+- We have to override the new %%install behavior because, well... the kernel is
+special.
+
 * Wed Jul 22 2009 Ben Skeggs <bskeggs at redhat.com>
 - drm-nouveau.patch: Fix DPMS off for DAC outputs, NV4x PFIFO typo
 




More information about the fedora-extras-commits mailing list