]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
make_release: set owner and group in released tarball to root
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 31 Jan 2014 12:36:34 +0000 (13:36 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 31 Jan 2014 12:37:55 +0000 (13:37 +0100)
make_release

index 62bfaa18b5aa55f509f32e3ce9b8e6111aafd5ea..087f644edd81894d2847835cd0e82ff78c8f987c 100755 (executable)
@@ -48,7 +48,7 @@ mv chrony.txt_ chrony.txt
 rm -f config.h config.log faqgen.pl make_release chrony.spec.sample .gitignore
 
 cd ..
-tar cvf - $subdir | gzip -9 > ${subdir}.tar.gz
+tar cv --owner root --group root $subdir | gzip -9 > ${subdir}.tar.gz
 gpg -b -a -o ${subdir}-tar-gz-asc.txt ${subdir}.tar.gz