From d88a4b253907cef9a39f9443e3d3e9b738750f7d Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 30 Oct 2025 12:25:03 +0100 Subject: [PATCH] wip --- .copr/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.copr/Makefile b/.copr/Makefile index 2b8c5e4..8be908c 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,3 +1,8 @@ srpm: @mkdir -p $(outdir) + dnf install -y git-lfs + git lfs install + git lfs pull + git lfs ls-files + git lfs status /bin/bash -xEeuo pipefail -c 'rootdir="$$(dirname $(spec))/../"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $$rootdir" -bs $(spec)'