Linux v4.15-rc4

This commit is contained in:
Laura Abbott 2017-12-18 09:27:37 -08:00
commit 7e5cbdbc68
22 changed files with 28 additions and 4 deletions

View file

@ -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.