Linux v5.0-rc3
This commit is contained in:
parent
c4fcfd41ed
commit
2066044f35
12
kernel.spec
12
kernel.spec
@ -69,9 +69,9 @@ Summary: The Linux kernel
|
||||
# Work around for major version bump
|
||||
%define upstream_sublevel 0
|
||||
# The rc snapshot level
|
||||
%global rcrev 2
|
||||
%global rcrev 3
|
||||
# The git snapshot level
|
||||
%define gitrev 4
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 5.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -124,7 +124,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 0
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
# Kernel headers are being split out into a separate package
|
||||
%if 0%{?fedora}
|
||||
@ -428,7 +428,7 @@ BuildRequires: binutils-%{_build_arch}-linux-gnu, gcc-%{_build_arch}-linux-gnu
|
||||
%endif
|
||||
|
||||
# Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz
|
||||
Source0: https://git.kernel.org/torvalds/t/linux-5.0-rc2.tar.gz
|
||||
Source0: https://git.kernel.org/torvalds/t/linux-5.0-rc3.tar.gz
|
||||
|
||||
Source11: x509.genkey
|
||||
Source12: remove-binary-diff.pl
|
||||
@ -1874,6 +1874,10 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Jan 21 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git0.1
|
||||
- Linux v5.0-rc3
|
||||
- Disable debugging options.
|
||||
|
||||
* Fri Jan 18 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git4.1
|
||||
- Linux v5.0-rc2-211-gd7393226d15a
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (linux-5.0-rc2.tar.gz) = 93d1d32cadc1d55354cc7706b718f3a6c46abdf635fda8e4a0c34d9fce79a3a2d8ec5d12850f9813cdea7c7236846b95e1db48498ed8c5b425abd36e4801ed81
|
||||
SHA512 (patch-5.0-rc2-git4.xz) = a0884896d426503db9a0a6eef5d6771f6ba4111495733fbf883ea8a041e64940f18a04ac01ced76b9e9c45c248a89cbce0534e9cf14d79271f5065ce555c6386
|
||||
SHA512 (linux-5.0-rc3.tar.gz) = 4af12c1918c35635ce35e0fd51af36d9c9aa24a79eeab0c5889b7abb12b8feedcdcaa1969f45ab421a371046898e1676d266f38e7dacffb7240d501566e03ce2
|
||||
|
Loading…
Reference in New Issue
Block a user