summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-07-17 08:50:44 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-07-17 08:50:44 -0500
commit781ac22bbe35ca4947f00a486134c4085f972633 (patch)
tree8003f402f8b9181200d7823137b4884d2cb9378f /scripts
parentfe6656ad47040a9a7fdf7def7f9156593322e453 (diff)
downloadkernel-781ac22bbe35ca4947f00a486134c4085f972633.tar.gz
kernel-781ac22bbe35ca4947f00a486134c4085f972633.tar.xz
kernel-781ac22bbe35ca4947f00a486134c4085f972633.zip
Linux v5.7.9
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create_headers_tarball.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/create_headers_tarball.sh b/scripts/create_headers_tarball.sh
index f9c3cb9c5..f6aa13fe4 100755
--- a/scripts/create_headers_tarball.sh
+++ b/scripts/create_headers_tarball.sh
@@ -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