Linux v5.4-rc2

This commit is contained in:
Jeremy Cline 2019-10-07 15:09:34 +00:00
commit f35031adaa
2 changed files with 6 additions and 4 deletions

View file

@ -69,9 +69,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 1
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 5.%{upstream_sublevel}.0
%endif
@ -1763,6 +1763,9 @@ fi
#
#
%changelog
* Mon Oct 07 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc2.git0.1
- Linux v5.4-rc2
* Mon Oct 07 2019 Jeremy Cline <jcline@redhat.com>
- Disable debugging options.