Linux 2.6.36-rc6-git2
This commit is contained in:
parent
e67d8276aa
commit
e894c709c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ clog
|
|||||||
*.rpm
|
*.rpm
|
||||||
kernel-2.6.*/
|
kernel-2.6.*/
|
||||||
/patch-2.6.36-rc6.bz2
|
/patch-2.6.36-rc6.bz2
|
||||||
|
/patch-2.6.36-rc6-git2.bz2
|
||||||
|
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 30
|
%global baserelease 31
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -84,7 +84,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 6
|
%define rcrev 6
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 2
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 2.6.%{upstream_sublevel}
|
%define rpmversion 2.6.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -1944,6 +1944,9 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 02 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.31.rc6.git2
|
||||||
|
- Linux 2.6.36-rc6-git2
|
||||||
|
|
||||||
* Thu Sep 30 2010 Dave Jones <davej@redhat.com>
|
* Thu Sep 30 2010 Dave Jones <davej@redhat.com>
|
||||||
- silence another rcu_reference warning
|
- silence another rcu_reference warning
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
||||||
df4f4d64d812b6eea0079acb62e8ca83 patch-2.6.36-rc6.bz2
|
df4f4d64d812b6eea0079acb62e8ca83 patch-2.6.36-rc6.bz2
|
||||||
|
528777aa72e516033deb1dc4c005650f patch-2.6.36-rc6-git2.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user