Switch from xz -> gz

The 5.0-rc are currently using gz tarballs. Account for this.
This commit is contained in:
Laura Abbott 2019-01-08 15:14:13 -08:00
parent 8e8de459e7
commit b3cedc3d7b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ VER=$(grep patch sources | head -n1 | awk '{ print $2 }' | sed s/patch-// | sed
if [ -z "$VER" ] ;
then
VER=$(grep linux sources | head -1 | awk '{ print $2 }' | sed s/linux-// | sed s/.tar.xz// | sed s/[\(\)]//g)
VER=$(grep linux sources | head -1 | awk '{ print $2 }' | sed s/linux-// | sed s/.tar.gz// | sed s/[\(\)]//g)
fi
OLDGIT=$(grep gitrev kernel.spec | head -n1 | sed s/%define\ gitrev\ //)