summaryrefslogtreecommitdiffstats
path: root/scripts/rawhide-rc.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-02-19 17:21:49 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-02-19 17:21:49 -0600
commite33877912b915f4d52597a5c346c48547e17c0bb (patch)
treea81fd47eef688421dfb01da27455c17b378e829a /scripts/rawhide-rc.sh
parentbb540d20c6388d18e5977f14f35f96318be223e1 (diff)
downloadkernel-e33877912b915f4d52597a5c346c48547e17c0bb.tar.gz
kernel-e33877912b915f4d52597a5c346c48547e17c0bb.tar.xz
kernel-e33877912b915f4d52597a5c346c48547e17c0bb.zip
Add kernel-tools reminder for rc script
Diffstat (limited to 'scripts/rawhide-rc.sh')
-rwxr-xr-xscripts/rawhide-rc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rawhide-rc.sh b/scripts/rawhide-rc.sh
index 40f32a8fe..ba8b467b2 100755
--- a/scripts/rawhide-rc.sh
+++ b/scripts/rawhide-rc.sh
@@ -45,3 +45,5 @@ perl -p -i -e 's|%define gitrev.*|%define gitrev 0|' kernel.spec
perl -p -i -e 's|%global baserelease.*|%global baserelease 0|' kernel.spec
rpmdev-bumpspec -c "Linux v4.$BASE-rc$RC" kernel.spec
+
+echo "Don't forget to bump kernel-tools"