diff options
author | Laura Abbott <labbott@redhat.com> | 2019-11-25 15:01:47 -0500 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-11-25 15:01:47 -0500 |
commit | 786bb94902ac99e68472d9d15462177418976504 (patch) | |
tree | af2e2f1ae5cb44e003295cb7373bb5148dd29a2f | |
parent | 0b30cc5df58af3a1385f218163d33634b51ed67f (diff) | |
download | kernel-786bb94902ac99e68472d9d15462177418976504.tar.gz kernel-786bb94902ac99e68472d9d15462177418976504.tar.xz kernel-786bb94902ac99e68472d9d15462177418976504.zip |
bump and build to pick up fixes
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index a3e123536..8ff38b9b1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -77,7 +77,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 @@ -2558,6 +2558,9 @@ fi # # %changelog +* Mon Nov 25 2019 Laura Abbott <labbott@redhat.com> - 5.4.0-2 +- bump and build to pick up fixes + * Mon Nov 25 2019 Justin M. Forbes <jforbes@fedoraproject.org> - Fix CVE-2019-14895 (rhbz 1774870 1776139) - Fix CVE-2019-14896 (rhbz 1774875 1776143) |