Linux v4.9-rc1

This commit is contained in:
Laura Abbott 2016-10-17 09:46:17 -07:00
commit 8bf2afaffd
5 changed files with 25 additions and 23 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
%define 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
@ -2142,6 +2142,9 @@ fi
#
#
%changelog
* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc1.git0.1
- Linux v4.8-rc1
* Mon Oct 17 2016 Laura Abbott <labbott@redhat.com>
- Disable debugging options.