diff options
author | Laura Abbott <labbott@redhat.com> | 2019-10-30 10:21:12 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-10-30 10:21:12 -0400 |
commit | 5919dc6ef7340eda54f01c44299cacf84f37ae77 (patch) | |
tree | a57967f5616b8f6f6b7a6e3301a82d0617fdb875 | |
parent | 39eefe69c9cde6d575be06028cbbb484e3d47e0c (diff) | |
download | kernel-5919dc6ef7340eda54f01c44299cacf84f37ae77.tar.gz kernel-5919dc6ef7340eda54f01c44299cacf84f37ae77.tar.xz kernel-5919dc6ef7340eda54f01c44299cacf84f37ae77.zip |
bump and build to make sure I haven't broken anything
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 4830f6c26..cc336470c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -73,7 +73,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 @@ -2364,6 +2364,9 @@ fi # # %changelog +* Wed Oct 30 2019 Laura Abbott <labbott@redhat.com> - 5.4.0-0.rc5.git0.2 +- bump and build to make sure I haven't broken anything + * Mon Oct 28 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc5.git0.1 - Linux v5.4-rc5 |