Linux v5.1.1
This commit is contained in:
parent
46d554b218
commit
eeac7bf5b7
3 changed files with 6 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ Summary: The Linux kernel
|
|||
%if 0%{?released_kernel}
|
||||
|
||||
# Do we have a -stable update to apply?
|
||||
%define stable_update 0
|
||||
%define stable_update 1
|
||||
# Set rpm version accordingly
|
||||
%if 0%{?stable_update}
|
||||
%define stablerev %{stable_update}
|
||||
|
|
@ -1821,6 +1821,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Sat May 11 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.1.1-300
|
||||
- Linux v5.1.1
|
||||
|
||||
* Tue May 07 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-300
|
||||
- Linux v5.1.0
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ if [ -z $VERSION ]; then
|
|||
fi
|
||||
|
||||
if [ ! -f patch-$1.xz ]; then
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz
|
||||
if [ ! $? -eq 0 ]; then
|
||||
echo "Download fail"
|
||||
exit 1
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (linux-5.1.tar.xz) = ae96f347badc95f1f3acf506c52b6cc23c0bd09ce8f4ce6705d4b4058b62593059bba1bc603c8d8b00a2f19131e7e56c31ac62b45883a346fa61d655e178f236
|
||||
SHA512 (patch-5.1.1.xz) = daeba36e3496194de591411d06b09a4d3187f13f08dbfe8cb08e90cc7031900626a79c89a4e4e5e026bfaf10fdb98257be2d0b3e23557fd0da7ec6ce5b1958b1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue