From 812060b0518909dc02e809192991c1863160a5ad Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 30 Oct 2025 12:05:55 +0100 Subject: [PATCH] wip --- .copr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.copr/Makefile b/.copr/Makefile index cc04785..e5adadb 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -3,5 +3,5 @@ srpm: ls -l $(spec) pwd ls -l $(outdir) - spectool -g -R $(spec) - rpmbuild --define "_topdir $(outdir)" -bs $(spec) + rpm -qa + /bin/bash -xEeuo pipefail -c 'rootdir="$$(basename $(spec))"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $(outdir)" -bs $(spec)'