commit cd595eb674ec908e6b16e090557da5c8a47e5ca8
parent c4e85eafb4ff832295f802c5ed682ebfddde3d65
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 17 May 2023 23:01:10 +0200
do not install immediately
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.copr/Makefile b/.copr/Makefile
@@ -1,6 +1,5 @@
outdir ?= $(pwd)
srpm:
- dnf install 'dnf-command(copr)'
+ dnf install -y dnf-plugins-core fedora-packager
dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d schanzen/gnunet
- dnf install -y --setopt=reposdir=/tmp/yum.repos.d rust-octets
rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"