diff options
author | Laura Abbott <labbott@redhat.com> | 2019-09-03 07:50:53 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-09-03 07:50:53 -0400 |
commit | f637d98ba5bfcca150375eb2058b04a26bb6ad8e (patch) | |
tree | dbdd3d03dbe769efe558f106dd75b234f610e38a /kernel.spec | |
parent | 02d14b969c07e3f1ff2dea57e99e0e65318ed18d (diff) | |
download | kernel-f637d98ba5bfcca150375eb2058b04a26bb6ad8e.tar.gz kernel-f637d98ba5bfcca150375eb2058b04a26bb6ad8e.tar.xz kernel-f637d98ba5bfcca150375eb2058b04a26bb6ad8e.zip |
Linux v5.3-rc7
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec index 015c0ab06..96642e2d7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,9 +69,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 6 +%global rcrev 7 # The git snapshot level -%define gitrev 2 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 5.%{upstream_sublevel}.0 %endif @@ -558,8 +558,6 @@ Patch306: arm-sdhci-esdhc-imx-fixes.patch Patch320: arm64-tegra-jetson-tx1-fixes.patch # https://www.spinics.net/lists/linux-tegra/msg43110.html Patch321: arm64-tegra-Jetson-TX2-Allow-bootloader-to-configure.patch -# https://patchwork.kernel.org/patch/11084925/ -Patch322: arm64-Revert-mmc-sdhci-tegra-drop---get_ro-implementation.patch # 400 - IBM (ppc/s390x) patches @@ -1775,6 +1773,9 @@ fi # # %changelog +* Tue Sep 03 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc7.git0.1 +- Linux v5.3-rc7 + * Tue Sep 03 2019 Laura Abbott <labbott@redhat.com> - Disable debugging options. |