diff --git a/.copr/Makefile b/.copr/Makefile index 81a02213..63669e1d 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,7 @@ srpm: dnf install -y git + # similar to https://github.com/actions/checkout/issues/760, but for COPR + git config --global --add safe.directory '*' ci/make-git-snapshot.sh curl -LO https://src.fedoraproject.org/rpms/ostree/raw/rawhide/f/ostree.spec sed -ie "s,^Version:.*,Version: $$(git describe --always --tags | sed -e 's,-,\.,g' -e 's,^v,,')," ostree.spec