summaryrefslogtreecommitdiffstats
path: root/scripts/stable-update.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-12-21 13:57:21 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2020-12-21 13:59:07 +0100
commitfce0fc76362c186638e5435cbfd6ec84762af063 (patch)
treed8b19695fe7ffeb1a2918f5372553addfb2df3f8 /scripts/stable-update.sh
parentccd0739ed784579e263d1192891cbfba3f2960ab (diff)
downloadkernel-5.10.2-225.vanilla.knurd.1.fc33.tar.gz
kernel-5.10.2-225.vanilla.knurd.1.fc33.tar.xz
kernel-5.10.2-225.vanilla.knurd.1.fc33.zip
Diffstat (limited to 'scripts/stable-update.sh')
-rwxr-xr-xscripts/stable-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index 426901453..79562a3e1 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -85,7 +85,7 @@ awk -v STABLE=$SUBLEVEL '/%define stable_update/ \
mv kernel.spec.tmp kernel.spec
# Reset the base release for use with rpmdev-bumpspec
-BASERELEASE=`cat kernel.spec | grep "%global baserelease" | cut -d ' ' -f 3 | head -c 1`50
+BASERELEASE=`cat kernel.spec | grep "%global baserelease" | cut -d ' ' -f 3 | head -c 1`25
#BASERELEASE=$(($BASERELEASE-1))
BASERELEASE=$BASERELEASE perl -p -i -e 's|%global baserelease.*|%global baserelease $ENV{'BASERELEASE'}|' kernel.spec