diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2012-07-02 11:56:17 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2012-07-02 11:56:17 -0500 |
commit | cf4016063f4c70a0641198f02269a64be5d9ce4a (patch) | |
tree | cc0e688e29d4c891dc47c2d812de7ed2329a6b03 /kernel.spec | |
parent | 567a1517193947c045230d6575029f01cbfb5b4b (diff) | |
download | kernel-cf4016063f4c70a0641198f02269a64be5d9ce4a.tar.gz kernel-cf4016063f4c70a0641198f02269a64be5d9ce4a.tar.xz kernel-cf4016063f4c70a0641198f02269a64be5d9ce4a.zip |
Linux 3.5-rc5
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec index d78ea5c22..f70e06be2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -93,9 +93,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 4 +%define rcrev 5 # The git snapshot level -%define gitrev 4 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -163,7 +163,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -176,7 +176,7 @@ Summary: The Linux kernel %define doc_build_fail true %endif -%define rawhide_skip_docs 1 +%define rawhide_skip_docs 0 %if 0%{?rawhide_skip_docs} %define with_doc 0 %define doc_build_fail true @@ -720,7 +720,6 @@ Patch20000: uprobes-3.5-tip.patch # ARM # OMAP -Patch21000: arm-omap-fixmtd.patch # ARM tegra Patch21004: arm-tegra-nvec-kconfig.patch @@ -1301,7 +1300,6 @@ ApplyPatch taint-vbox.patch # # ARM # -ApplyPatch arm-omap-fixmtd.patch ApplyPatch arm-tegra-nvec-kconfig.patch ApplyPatch arm-tegra-usb-no-reset-linux33.patch ApplyPatch arm-tegra-sdhci-module-fix.patch @@ -2288,6 +2286,10 @@ fi # ||----w | # || || %changelog +* Mon Jul 02 2012 Justin M. Forbes <jforbes@redhat.com> - 3.5.0-0.rc5.git0.2 +- Linux 3.5-rc5 +- Disable debugging options. + * Fri Jun 29 2012 Justin M. Forbes <jforbes@redhat.com> - 3.5.0-0.rc4.git4.1 - Linux v3.5-rc4-211-g9acc7bd |