Commit 8b3611d9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: disable chmod for generated srpm packages

parent 2cead7b0
......@@ -386,9 +386,10 @@ if [ ! "$RET" = "0" ] ; then
fi
# Note: follow umask
############################################
echog "Changing permissions..."
chmod 644 -- $LISTBUILT || fatal "can't chmod"
#echog "Changing permissions..."
#chmod 644 -- $LISTBUILT || fatal "can't chmod"
# TODO: check for ALT specific
# skip some checking for src.rpm if it is local upload
......
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