Linux 2.6.36-rc1-git1
This commit is contained in:
parent
fba85b9bca
commit
c3126dc3b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,4 +3,3 @@ patch-*.bz2
|
|||||||
clog
|
clog
|
||||||
*.rpm
|
*.rpm
|
||||||
kernel-2.6.*/
|
kernel-2.6.*/
|
||||||
patch-2.6.36-rc1.bz2
|
|
||||||
|
10
kernel.spec
10
kernel.spec
@ -48,7 +48,10 @@ Summary: The Linux kernel
|
|||||||
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
|
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
|
||||||
# scripts/rebase.sh should be made to do that for you, actually.
|
# scripts/rebase.sh should be made to do that for you, actually.
|
||||||
#
|
#
|
||||||
%global baserelease 2
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
|
# for example a 3 here will become 0.3
|
||||||
|
#
|
||||||
|
%global baserelease 3
|
||||||
%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
|
||||||
@ -81,7 +84,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 1
|
%define rcrev 1
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 0
|
%define gitrev 1
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 2.6.%{upstream_sublevel}
|
%define rpmversion 2.6.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -1862,6 +1865,9 @@ fi
|
|||||||
# || ||
|
# || ||
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2010 Chuck Ebbert <cebbert@redhat.com>
|
||||||
|
- Linux 2.6.36-rc1-git1
|
||||||
|
|
||||||
* Wed Aug 18 2010 Kyle McMartin <kmcmartin@redhat.com> - 2.6.36-0.2.rc1.git0
|
* Wed Aug 18 2010 Kyle McMartin <kmcmartin@redhat.com> - 2.6.36-0.2.rc1.git0
|
||||||
- Link perf against libnewt for TUI support.
|
- Link perf against libnewt for TUI support.
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
|
||||||
4f51963b5e076fb87ab32bda229a524f patch-2.6.36-rc1.bz2
|
4f51963b5e076fb87ab32bda229a524f patch-2.6.36-rc1.bz2
|
||||||
|
605f904e69fa5f67670505d8644ab47a patch-2.6.36-rc1-git1.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user