[kernel] Linux 2.6.36.1

Kyle McMartin kyle at fedoraproject.org
Mon Nov 22 20:58:56 UTC 2010


commit ebb38001c4b9f787e8e74e183d470aa3834f370f
Author: Kyle McMartin <kyle at mcmartin.ca>
Date:   Mon Nov 22 15:58:40 2010 -0500

    Linux 2.6.36.1

 .gitignore                                         |    1 +
 kernel.spec                                        |   15 ++++-----
 ...do-not-return-early-if-there-was-no-error.patch |   33 --------------------
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2fd413..688b3b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ patch-*.bz2
 clog
 *.rpm
 kernel-2.6.*/
+/patch-2.6.36.1.bz2
diff --git a/kernel.spec b/kernel.spec
index 3199814..507bc7a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be prepended with "0.", so
 # for example a 3 here will become 0.3
 #
-%global baserelease 8
+%global baserelease 9
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -65,7 +65,7 @@ Summary: The Linux kernel
 # Do we have a -stable update to apply?
 %define stable_update 1
 # Is it a -stable RC?
-%define stable_rc 1
+%define stable_rc 0
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -82,9 +82,9 @@ Summary: The Linux kernel
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 8
+%define rcrev 0
 # The git snapshot level
-%define gitrev 5
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -724,8 +724,6 @@ Patch12303: dmar-disable-when-ricoh-multifunction.patch
 
 Patch12305: xhci_hcd-suspend-resume.patch
 
-Patch12306: secmark-do-not-return-early-if-there-was-no-error.patch
-
 Patch12307: tty-restore-tty_ldisc_wait_idle.patch
 
 %endif
@@ -1346,8 +1344,6 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
 
 ApplyPatch xhci_hcd-suspend-resume.patch
 
-#ApplyPatch secmark-do-not-return-early-if-there-was-no-error.patch
-
 ApplyPatch tty-restore-tty_ldisc_wait_idle.patch
 
 # END OF PATCH APPLICATIONS
@@ -1963,6 +1959,9 @@ fi
 #                 ||     ||
 
 %changelog
+* Mon Nov 22 2010 Kyle McMartin <kyle at redhat.com> 2.6.36.1-9
+- Linux stable 2.6.36.1
+
 * Mon Nov 22 2010 Kyle McMartin <kyle at redhat.com> 2.6.36.1-8.rc1
 - Merge 100eeae2 (TTY: restore tty_ldisc_wait_idle) which should fix the WARN
   in tty_open in rawhide.
diff --git a/sources b/sources
index d35ceb4..de818e4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 61f3739a73afb6914cb007f37fb09b62  linux-2.6.36.tar.bz2
-1278010cbfefa16acba402d8b0829b66  patch-2.6.36.1-rc1.bz2
+dd38a6caf08df2822f93541ee95aed7d  patch-2.6.36.1.bz2


More information about the scm-commits mailing list