Linux 2.6.37-rc2
This commit is contained in:
parent
1d6dcd2719
commit
58e831b2c0
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ clog
|
|||
kernel-2.6.*/
|
||||
/patch-2.6.37-rc1.bz2
|
||||
/patch-2.6.37-rc1-git10.bz2
|
||||
/patch-2.6.37-rc2.bz2
|
||||
|
|
|
|||
|
|
@ -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 1
|
||||
%define rcrev 2
|
||||
# The git snapshot level
|
||||
%define gitrev 10
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 2.6.%{upstream_sublevel}
|
||||
%endif
|
||||
|
|
@ -1899,6 +1899,9 @@ fi
|
|||
# || ||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2010 Kyle McMartin <kyle@redhat.com> 2.6.37-0.1.rc2.git0
|
||||
- Linux 2.6.37-rc2
|
||||
|
||||
* Sat Nov 13 2010 Kyle McMartin <kyle@redhat.com> 2.6.37-0.1.rc1.git10
|
||||
- Linux 2.6.37-rc1-git10
|
||||
- SECURITY_DMESG_RESTRICT added, the principle of least surprise dictates
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1,3 +1,4 @@
|
|||
61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2
|
||||
7364d9629734c34d09ec9ebd351d40b9 patch-2.6.37-rc1.bz2
|
||||
99827f19411ac74a4789cb6395e4568d patch-2.6.37-rc1-git10.bz2
|
||||
279da99f02bd89e85b1ae5f68f852c0e patch-2.6.37-rc2.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue