Linux v4.9-rc2

This commit is contained in:
Laura Abbott 2016-10-24 09:09:29 -07:00
commit 817154aa97
2 changed files with 6 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 1
%global rcrev 2
# The git snapshot level
%define gitrev 4
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@ -2144,6 +2144,9 @@ fi
#
#
%changelog
* Mon Oct 24 2016 Laura Abbott <labbott@redhat.com> - 4.9.0-0.rc2.git0.1
- Linux v4.9-rc2
* Mon Oct 24 2016 Laura Abbott <labbott@redhat.com>
- Disable debugging options.