Linux 2.6.37-rc5
This commit is contained in:
parent
f6c1ae10e3
commit
abce2aa994
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@ patch-*.bz2
|
|||||||
clog
|
clog
|
||||||
*.rpm
|
*.rpm
|
||||||
kernel-2.6.*/
|
kernel-2.6.*/
|
||||||
/patch-2.6.37-rc4.bz2
|
/patch-2.6.37-rc5.bz2
|
||||||
/patch-2.6.37-rc4-git3.bz2
|
|
||||||
|
@ -82,9 +82,9 @@ Summary: The Linux kernel
|
|||||||
# The next upstream release sublevel (base_sublevel+1)
|
# The next upstream release sublevel (base_sublevel+1)
|
||||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 4
|
%define rcrev 5
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 3
|
%define gitrev 0
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 2.6.%{upstream_sublevel}
|
%define rpmversion 2.6.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -1915,6 +1915,9 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 07 2010 Kyle McMartin <kyle@redhat.com> 2.6.37-0.rc5.git0.1
|
||||||
|
- Linux 2.6.37-rc5
|
||||||
|
|
||||||
* Sat Dec 04 2010 Kyle McMartin <kyle@redhat.com>
|
* Sat Dec 04 2010 Kyle McMartin <kyle@redhat.com>
|
||||||
- Enable C++ symbol demangling with perf by linking against libiberty.a,
|
- Enable C++ symbol demangling with perf by linking against libiberty.a,
|
||||||
which is LGPL2.
|
which is LGPL2.
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2
|
61f3739a73afb6914cb007f37fb09b62 linux-2.6.36.tar.bz2
|
||||||
854ca0c7eca8930a71a6382a7dabbf65 patch-2.6.37-rc4.bz2
|
a84cf559615b5168ec1d5591841601ed patch-2.6.37-rc5.bz2
|
||||||
e8f83da2932eb4ca1dda9b66c66f0980 patch-2.6.37-rc4-git3.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user