diff options
author | Laura Abbott <labbott@redhat.com> | 2019-01-28 07:31:12 +0100 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-01-28 07:32:25 +0100 |
commit | c2007dcec4dfe8bdfb884791034a0d9f8fcf5650 (patch) | |
tree | ee8e35ed28f8cc781954f2d005332b63166ea9a2 /kernel.spec | |
parent | a4462ff8ae655cac31fa7d0bc46fe74d6b91f9e5 (diff) | |
download | kernel-c2007dcec4dfe8bdfb884791034a0d9f8fcf5650.tar.gz kernel-c2007dcec4dfe8bdfb884791034a0d9f8fcf5650.tar.xz kernel-c2007dcec4dfe8bdfb884791034a0d9f8fcf5650.zip |
Linux v5.0-rc4
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec index 191fee1fa..3b62e915e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,9 +69,9 @@ Summary: The Linux kernel # Work around for major version bump %define upstream_sublevel 0 # The rc snapshot level -%global rcrev 3 +%global rcrev 4 # The git snapshot level -%define gitrev 1 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -124,7 +124,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 # Kernel headers are being split out into a separate package %if 0%{?fedora} @@ -428,7 +428,7 @@ BuildRequires: binutils-%{_build_arch}-linux-gnu, gcc-%{_build_arch}-linux-gnu %endif # Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz -Source0: https://git.kernel.org/torvalds/t/linux-5.0-rc3.tar.gz +Source0: https://git.kernel.org/torvalds/t/linux-5.0-rc4.tar.gz Source11: x509.genkey Source12: remove-binary-diff.pl @@ -579,9 +579,6 @@ Patch306: arm-sdhci-esdhc-imx-fixes.patch # Initall support for the 3A+ Patch330: bcm2837-dts-add-Raspberry-Pi-3-A.patch -# https://patchwork.kernel.org/patch/10741809/ -Patch331: bcm2835-mmc-sdhci-iproc-handle-mmc_of_parse-errors-during-probe.patch - # https://www.spinics.net/lists/arm-kernel/msg699583.html Patch332: ARM-dts-bcm283x-Several-DTS-improvements.patch @@ -1879,6 +1876,10 @@ fi # # %changelog +* Mon Jan 28 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git0.1 +- Linux v5.0-rc4 +- Disable debugging options. + * Wed Jan 23 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git1.1 - Linux v5.0-rc3-53-g333478a7eb21 |