diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-10-10 15:35:10 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-10-10 15:35:10 -0700 |
commit | da8efd59dbeb7d3912641d1543af457d14cdf5e3 (patch) | |
tree | 5d882e76be606fc44e991ead2c32bb1c59664eac /kernel.spec | |
parent | 9ed1be95a86f61628e229adf7c7733730a25f11d (diff) | |
download | kernel-da8efd59dbeb7d3912641d1543af457d14cdf5e3.tar.gz kernel-da8efd59dbeb7d3912641d1543af457d14cdf5e3.tar.xz kernel-da8efd59dbeb7d3912641d1543af457d14cdf5e3.zip |
Fix typo in dts Makefile
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index a07148cce..d5506d5c1 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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2151,6 +2151,9 @@ fi # # %changelog +* Mon Oct 10 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git5.2 +- Fix typo in dts Makefile + * Mon Oct 10 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc0.git5.1 - Linux v4.8-11417-g24532f7 |