diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-06-21 08:00:33 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-06-21 08:00:33 -0700 |
commit | 0c5f975449d69acc58bd601b6520b3aff2b064a2 (patch) | |
tree | 212c8c9bf6070b14b01b3dc33229b33a1e329780 /kernel.spec | |
parent | f0b1197ecc0f78597071864529c27c896af5c87f (diff) | |
download | kernel-0c5f975449d69acc58bd601b6520b3aff2b064a2.tar.gz kernel-0c5f975449d69acc58bd601b6520b3aff2b064a2.tar.xz kernel-0c5f975449d69acc58bd601b6520b3aff2b064a2.zip |
Linux v4.7-rc4-14-g67016f6
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index cd73b3a65..a938e6f10 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 4 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -125,7 +125,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 1 +%define debugbuildsenabled 0 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -2133,6 +2133,10 @@ fi # # %changelog +* Tue Jun 21 2016 Laura Abbott <labbott@redhat.com> - 4.7.0-0.rc4.git1.1 +- Linux v4.7-rc4-14-g67016f6 +- Reenable debugging options. + * Mon Jun 20 2016 Laura Abbott <labbott@redhat.com> - 4.7.0-0.rc4.git0.1 - Linux v4.7-rc4 - Disable debugging options. |