Commit 4fbab460 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmcs: add "initial build message" if there is not @altlinux records

parent d5cfa10b
......@@ -99,6 +99,12 @@ do
fi
fi
# if there is no altlinux in changelog yet
if ! grep -v "Packager" $i | grep "@altlinux" ; then
echo "Add changelog with initial build"
add_changelog $i -e "- initial build for ALT Linux Sisyphus"
fi
echog "cleanup_spec for $i..."
cleanup_spec $i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment