From: Sapan Bhatia Date: Wed, 9 Jul 2008 22:38:10 +0000 (+0000) Subject: Tagging module linux-2.6 - linux-2.6-22-11 X-Git-Tag: linux-2.6-22-11~1 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=ea2b965c2bdd50615640e16edd39f5b154077380 Tagging module linux-2.6 - linux-2.6-22-11 * Split up VNET+ module into its component patches * Added tun/tap support --- diff --git a/kernel-2.6.spec b/kernel-2.6.spec index b55981117..2cec4c6d3 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -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 10 +%define taglevel 11 # # Polite request for people who spin their own kernel rpms: @@ -844,6 +844,10 @@ rm -f /lib/modules/%{KVERREL}uml/modules.* %endif %changelog +* Wed Jul 09 2008 Sapan Bhatia - linux-2.6-22-11 +- * Split up VNET+ module into its component patches +- * Added tun/tap support + * Tue Jul 08 2008 Daniel Hokka Zakrisson - linux-2.6-22-10 - Filling a statically allocated buffer cannot fail, right?