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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue