Linux 2.6.37-rc2
This commit is contained in:
parent
1d6dcd2719
commit
58e831b2c0
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
|
||||
|
Loading…
Reference in New Issue
Block a user