diff options
author | Laura Abbott <labbott@redhat.com> | 2018-02-13 08:13:49 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2018-02-13 08:13:49 -0800 |
commit | 947af9de79f453237cea589c364e0ecf77c09f86 (patch) | |
tree | 9c9dd2c206ec33e155e78559dcecc65ef6dc5529 /kernel.spec | |
parent | 6f01a4382313b3a3d08821fc8175ae4f9579923c (diff) | |
download | kernel-947af9de79f453237cea589c364e0ecf77c09f86.tar.gz kernel-947af9de79f453237cea589c364e0ecf77c09f86.tar.xz kernel-947af9de79f453237cea589c364e0ecf77c09f86.zip |
Linux v4.15.3
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index d4d9223b9..35df895af 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 301 +%global baserelease 300 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -54,7 +54,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 2 +%define stable_update 3 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -1925,6 +1925,9 @@ fi # # %changelog +* Tue Feb 13 2018 Laura Abbott <labbott@redhat.com> - 4.15.3-300 +- Linux v4.15.3 + * Sun Feb 11 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.15.2-301 - Add Exynos5 patch (second part of series) to fix USB-3 devices on some Odroid devices - Fix up and re-enable adv7511 |