Linux v5.3-rc4

This commit is contained in:
Laura Abbott 2019-08-13 08:06:45 -04:00
commit ae3e2e3835
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 3
%global rcrev 4
# The git snapshot level
%define gitrev 1
%define gitrev 0
# Set rpm version accordingly
%define rpmversion 5.%{upstream_sublevel}.0
%endif
@ -1818,6 +1818,9 @@ fi
#
#
%changelog
* Tue Aug 13 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc4.git0.1
- Linux v5.3-rc4
* Tue Aug 13 2019 Laura Abbott <labbott@redhat.com>
- Disable debugging options.