diff options
author | Laura Abbott <labbott@redhat.com> | 2019-10-31 15:31:10 -0400 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-10-31 15:31:10 -0400 |
commit | 9b480548fc5982681959c111b19728ce2ae01c16 (patch) | |
tree | 012a0440b271fae92cc64e0f3945acf7d561fb96 | |
parent | 8d6017d4cecf41d78dd1d5f0c049d3edc9db624c (diff) | |
download | kernel-9b480548fc5982681959c111b19728ce2ae01c16.tar.gz kernel-9b480548fc5982681959c111b19728ce2ae01c16.tar.xz kernel-9b480548fc5982681959c111b19728ce2ae01c16.zip |
bump and build to fix broken weak-updates
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 3ec825e82..71e7d91a4 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 @@ -2357,6 +2357,9 @@ fi # # %changelog +* Thu Oct 31 2019 Laura Abbott <labbott@redhat.com> - 5.4.0-0.rc5.git1.2 +- bump and build to fix broken weak-updates + * Thu Oct 31 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc5.git1.1 - Linux v5.4-rc5-49-ge472c64aa4fa |