Missed this header file, which broke the compile.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 02:22:32 +0000 (02:22 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 02:22:32 +0000 (02:22 +0000)
I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.

Tagging module linux-2.6 - linux-2.6-22-16

kernel-2.6.spec

index 5e3b24c..7b92464 100644 (file)
@@ -24,7 +24,7 @@ Summary: The Linux kernel (the core of the Linux operating system)
 # for module-tag.py - sublevel is used for the version (middle) part of tag names
 %define name linux-2.6
 %define module_version_varname sublevel
-%define taglevel 15
+%define taglevel 16
 
 #
 # Polite request for people who spin their own kernel rpms:
@@ -847,6 +847,10 @@ rm -f /lib/modules/%{KVERREL}uml/modules.*
 %endif
 
 %changelog
+* Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
+- Missed this header file, which broke the compile.
+- I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.
+
 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-15
 - Fixes to tcpdump-related problems reported recently.