ENEVERENOUGHCOFFEE

This commit is contained in:
Kyle McMartin 2010-10-14 11:57:28 -04:00
parent d002241869
commit ae123abbe6

View File

@ -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 37 %global baserelease 38
%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 7 %define rcrev 7
# The git snapshot level # The git snapshot level
%define gitrev 3 %define gitrev 5
# Set rpm version accordingly # Set rpm version accordingly
%define rpmversion 2.6.%{upstream_sublevel} %define rpmversion 2.6.%{upstream_sublevel}
%endif %endif
@ -1940,7 +1940,7 @@ fi
# || || # || ||
%changelog %changelog
* Thu Oct 14 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.37.rc7.git5 * Thu Oct 14 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.38.rc7.git5
- Linux 2.6.36-rc7-git5 - Linux 2.6.36-rc7-git5
- Disable runtime PM until it can be poked at. - Disable runtime PM until it can be poked at.