Linux v5.2-rc4-20-gaa7235483a83
This commit is contained in:
parent
c07ccf4fca
commit
54546efb12
3 changed files with 8 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ Summary: The Linux kernel
|
|||
# The rc snapshot level
|
||||
%global rcrev 4
|
||||
# The git snapshot level
|
||||
%define gitrev 0
|
||||
%define gitrev 1
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 5.%{upstream_sublevel}.0
|
||||
%endif
|
||||
|
|
@ -122,7 +122,7 @@ Summary: The Linux kernel
|
|||
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
|
||||
# and 0 for rawhide (all kernels are debug kernels).
|
||||
# See also 'make debug' and 'make release'.
|
||||
%define debugbuildsenabled 1
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
# Kernel headers are being split out into a separate package
|
||||
%if 0%{?fedora}
|
||||
|
|
@ -1821,6 +1821,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jun 12 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc4.git1.1
|
||||
- Linux v5.2-rc4-20-gaa7235483a83
|
||||
- Reenable debugging options.
|
||||
|
||||
* Mon Jun 10 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc4.git0.1
|
||||
- Linux v5.2-rc4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue