make-debs.sh: invoke tar with --no-same-owner
When running as a normal user, tar does not attempt to preserve
owners set on the tar content files. When running as root, it does.
Containerized builds are running as root. Stop make-debs.sh from
trying to set other owners for files, and leaving files in the
host system with mapped UIDs other than the user running the container
(which causes jenkins to be unable to clear the workspace).
Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit
46c540444dd0dc4b4572e71ef452436a3b580d51)
(cherry picked from commit
4ed5d15c752f6aaad1a6ef2aabdc6e4f2eb5992a)