Linux v5.7.9
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
fe6656ad47
commit
781ac22bbe
3 changed files with 7 additions and 4 deletions
|
|
@ -92,7 +92,7 @@ Summary: The Linux kernel
|
|||
%if 0%{?released_kernel}
|
||||
|
||||
# Do we have a -stable update to apply?
|
||||
%define stable_update 8
|
||||
%define stable_update 9
|
||||
# Set rpm version accordingly
|
||||
%if 0%{?stable_update}
|
||||
%define stablerev %{stable_update}
|
||||
|
|
@ -2992,6 +2992,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jul 17 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.9-100
|
||||
- Linux v5.7.9
|
||||
|
||||
* Wed Jul 15 2020 Justin M. Forbes <jforbes@fedoraproject.org>
|
||||
- Make some killer wireless ac 1550 cards work again
|
||||
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@ BUILDID=`grep "^%define buildid" kernel.spec| cut -d ' ' -f 3`
|
|||
if [ $RELEASED -eq 0 ]; then
|
||||
cd kernel-$MAJORVER.$BASE.fc??
|
||||
NEWBASE=$(($BASE+1))
|
||||
KVER=$MAJORVER.$NEWBASE.0-0.rc$RC.git$GITREV.$BASERELEASE$BUILDID
|
||||
KVER=$MAJORVER.$NEWBASE.0-0.rc$RC.git$GITREV
|
||||
cd linux-$MAJORVER.$NEWBASE.0-0.rc$RC.git$GITREV.$BASERELEASE$BUILDID.fc*/
|
||||
else
|
||||
cd kernel-$MAJORVER.$BASE.fc??/linux-$MAJORVER.$BASE.$STABLE-$BASERELEASE$BUILDID.fc*/
|
||||
KVER=$MAJORVER.$BASE.$STABLE-$BASERELEASE
|
||||
KVER=$MAJORVER.$BASE.$STABLE
|
||||
fi
|
||||
|
||||
# ARCH_LIST below has the default list of supported architectures
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (linux-5.7.tar.xz) = 45bde01593f6147c8c169b9e46b4b56eee998142552ae0ff82f1dd21b1fd54f3b32f6283f6bd77ea717d374672167849e468c157f235d2f12f7d7816e4623bf6
|
||||
SHA512 (patch-5.7.8.xz) = 4820a45fba9fa299181a96598a96bbdbf6f5faaf1862173d9cca3cc5ea84c21d8e7d4baf0601697565fad3b7d3c76085f4ac86a726961b62c356d70968edc48f
|
||||
SHA512 (patch-5.7.9.xz) = 30eaa543ee1d371b5d05c7d8268e2e4fb55b5fee8f509070c677776744af47a743a36f655e5244e79d87a45a0ca7aae3eacdc9969e26d6b1d443a42db4bd5588
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue