rpms/kernel/devel kernel-2.6.spec,1.3264,1.3265

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Jul 3 20:45:31 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22005

Modified Files:
	kernel-2.6.spec 
Log Message:
* Tue Jul 03 2007 Dave Jones <davej at redhat.com>
- Remove a redundant if in the specfile.



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3264
retrieving revision 1.3265
diff -u -r1.3264 -r1.3265
--- kernel-2.6.spec	3 Jul 2007 20:28:02 -0000	1.3264
+++ kernel-2.6.spec	3 Jul 2007 20:44:56 -0000	1.3265
@@ -958,6 +958,11 @@
 
 %endif
 
+# This patch adds a "make nonint_oldconfig" which is non-interactive and
+# also gives a list of missing options at the end. Useful for automated
+# builds (as used in the buildsystem).
+ApplyPatch linux-2.6-build-nonintconfig.patch
+
 %if !%{nopatches}
 
 # Ingo's new scheduler.
@@ -1006,17 +1011,6 @@
 # Move pmac_zilog to its newly-registered device number
 ApplyPatch linux-2.6-pmac-zilog.patch
 
-#
-# Bugfixes to the core system and patches related to how RPMs are build
-#
-%endif
-
-# This patch adds a "make nonint_oldconfig" which is non-interactive and
-# also gives a list of missing options at the end. Useful for automated
-# builds (as used in the buildsystem).
-ApplyPatch linux-2.6-build-nonintconfig.patch
-
-%if !%{nopatches}
 # Exec shield
 ApplyPatch linux-2.6-execshield.patch
 
@@ -2065,6 +2059,9 @@
 
 %changelog
 * Tue Jul 03 2007 Dave Jones <davej at redhat.com>
+- Remove a redundant if in the specfile.
+
+* Tue Jul 03 2007 Dave Jones <davej at redhat.com>
 - Update to latest utrace. (just diff changes, no code changes)
 
 * Tue Jul 03 2007 Dave Jones <davej at redhat.com>




More information about the fedora-extras-commits mailing list