summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/stable-update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index 278eb2ee0..23b172207 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -74,3 +74,7 @@ BASERELEASE=$BASERELEASE perl -p -i -e 's|%global baserelease.*|%global baserele
# do not generate changelog: avoids merge conflicts that are not worth the trouble
# rpmdev-bumpspec -c "Linux v$1" kernel.spec
+
+git diff kernel.spec sources
+sleep 1 || exit 1
+git commit -m "Linux v$1" kernel.spec sources