diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-04-03 01:11:19 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-04-03 01:11:19 +0100 |
commit | 01830e1a1cb6b60cf28871308e7764405002131c (patch) | |
tree | c45f4db0817a1d67b4478815807a70f0a739ca63 | |
parent | 494688df849923c1b0651c7ffc5fc6d6835364f1 (diff) | |
download | kernel-01830e1a1cb6b60cf28871308e7764405002131c.tar.gz kernel-01830e1a1cb6b60cf28871308e7764405002131c.tar.xz kernel-01830e1a1cb6b60cf28871308e7764405002131c.zip |
bump and build for RPi3+
-rw-r--r-- | kernel.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 2a1ba8a9d..53f6babe9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,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 @@ -1882,7 +1882,7 @@ fi # # %changelog -* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> +* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.16.0-2 - Improvements for the Raspberry Pi 3+ - Fixes and minor improvements to Raspberry Pi 2/3 |