From a51ae1ed736c8a3f97de5bc153472c9fd3c265d6 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 3 Feb 2022 13:23:43 -0500 Subject: [PATCH] ci/make-git-snapshot.sh: xz the archive This matches `make dist` and what the spec file expects. --- ci/make-git-snapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/make-git-snapshot.sh b/ci/make-git-snapshot.sh index 1b17b93f..acfdd6c2 100755 --- a/ci/make-git-snapshot.sh +++ b/ci/make-git-snapshot.sh @@ -26,3 +26,4 @@ ls -al ${TARFILE_TMP} rm submodule.tar done mv ${TARFILE_TMP} ${TARFILE} +xz "${TARFILE}"