Linux v4.16-rc1

This commit is contained in:
Justin M. Forbes 2018-02-12 07:31:25 -06:00
commit 94e04cd684
13 changed files with 22 additions and 6 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 0
%global rcrev 1
# The git snapshot level
%define gitrev 9
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@ -1871,6 +1871,9 @@ fi
#
#
%changelog
* Mon Feb 12 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.16.0-0.rc1.git0.1
- Linux v4.16-rc1
* Mon Feb 12 2018 Justin M. Forbes <jforbes@fedoraproject.org>
- Disable debugging options.