diff options
author | Laura Abbott <labbott@redhat.com> | 2017-12-18 09:27:37 -0800 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2017-12-18 09:27:37 -0800 |
commit | 7e5cbdbc68ca0b083888f96f949b63c8f17cabfb (patch) | |
tree | 477b8b8d365ca04f67a9b2417fd0a5716fae5367 /kernel.spec | |
parent | ce7aa18d6c13c54baf1f0d24d8d2b2096f622dff (diff) | |
download | kernel-7e5cbdbc68ca0b083888f96f949b63c8f17cabfb.tar.gz kernel-7e5cbdbc68ca0b083888f96f949b63c8f17cabfb.tar.xz kernel-7e5cbdbc68ca0b083888f96f949b63c8f17cabfb.zip |
Linux v4.15-rc4
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 414ff9c02..3a0ec4b16 100644 --- a/kernel.spec +++ b/kernel.spec @@ -67,9 +67,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%global rcrev 3 +%global rcrev 4 # The git snapshot level -%define gitrev 4 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -2190,6 +2190,9 @@ fi # # %changelog +* Mon Dec 18 2017 Laura Abbott <labbott@redhat.com> - 4.15.0-0.rc4.git0.1 +- Linux v4.15-rc4 + * Mon Dec 18 2017 Laura Abbott <labbott@redhat.com> - Disable debugging options. |