diff options
author | Laura Abbott <labbott@redhat.com> | 2019-09-23 08:21:06 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-09-23 08:21:06 -0400 |
commit | 0498fb5dc56cabea8f041a6d8d9562c7f6bdc1d1 (patch) | |
tree | a39d3cae140e531e40d486ace2afd8cacb8aa425 /kernel.spec | |
parent | 06340ec1772854c5493f89de8e888fe5ab25059e (diff) | |
download | kernel-0498fb5dc56cabea8f041a6d8d9562c7f6bdc1d1.tar.gz kernel-0498fb5dc56cabea8f041a6d8d9562c7f6bdc1d1.tar.xz kernel-0498fb5dc56cabea8f041a6d8d9562c7f6bdc1d1.zip |
Linux v5.3.1
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 dba598462..0b6f2a9b8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -44,7 +44,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 100 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -56,7 +56,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 0 +%define stable_update 1 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -1782,6 +1782,9 @@ fi # # %changelog +* Mon Sep 23 2019 Laura Abbott <labbott@redhat.com> - 5.3.1-100 +- Linux v5.3.1 + * Thu Sep 19 2019 Laura Abbott <labbott@redhat.com> - Fix for dwc3 (rhbz 1753099) |