diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-21 07:12:25 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-21 07:12:25 -0500 |
commit | 3c2b3990040395f875b0efc852bde9cfe5377351 (patch) | |
tree | 03c4390249138ff4753823d5a38c10581acf9f7a /kernel.spec | |
parent | ae3a573424cfd5e94fe00e6af25e31f3805150ba (diff) | |
download | kernel-3c2b3990040395f875b0efc852bde9cfe5377351.tar.gz kernel-3c2b3990040395f875b0efc852bde9cfe5377351.tar.xz kernel-3c2b3990040395f875b0efc852bde9cfe5377351.zip |
Linux v4.17-rc6
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec index 57f0a3fd5..f238c254a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,9 +67,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%global rcrev 5 +%global rcrev 6 # The git snapshot level -%define gitrev 3 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -122,7 +122,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 %if %{with_verbose} %define make_opts V=1 @@ -592,9 +592,6 @@ Patch310: arm-dts-Add-am335x-pocketbeagle.patch # https://www.spinics.net/lists/linux-tegra/msg32920.html Patch311: arm-tegra-USB-driver-dependency-fix.patch -# In linux-next, due in stable -Patch312: arm64-dts-marvell-armada-cp110-fix-hang.patch - # https://patchwork.kernel.org/patch/10354521/ # https://patchwork.kernel.org/patch/10354187/ # https://patchwork.kernel.org/patch/10306793/ @@ -1856,6 +1853,10 @@ fi # # %changelog +* Mon May 21 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc6.git0.1 +- Linux v4.17-rc6 +- Disable debugging options. + * Sun May 20 2018 Hans de Goede <hdegoede@redhat.com> - Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options to fix i2c and GPIOs not working on AMD based laptops (rhbz#1510649) |