Linux v5.4-rc5-49-ge472c64aa4fa

This commit is contained in:
Jeremy Cline 2019-10-31 10:52:27 -04:00
commit 841574462c
3 changed files with 7 additions and 3 deletions

View file

@ -73,7 +73,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 2
%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -100,7 +100,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 5
# The git snapshot level
%define gitrev 0
%define gitrev 1
# Set rpm version accordingly
%define rpmversion 5.%{upstream_sublevel}.0
%endif
@ -2367,6 +2367,9 @@ fi
#
#
%changelog
* Thu Oct 31 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc5.git1.1
- Linux v5.4-rc5-49-ge472c64aa4fa
* Thu Oct 31 2019 Jeremy Cline <jcline@redhat.com>
- Reenable debugging options.