commit 0d549722c858d384e0f85ebe308de12ebef01379 parent ab395a0a0b332bd94ef4d148d7e2c8180f96f0ed Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 17 May 2023 22:54:53 +0200 try again Diffstat:
| M | .copr/Makefile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.copr/Makefile b/.copr/Makefile @@ -1,4 +1,6 @@ outdir ?= $(pwd) srpm: - dnf install 'dnf-command(copr)' && dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @schanzen/gnunet + dnf install 'dnf-command(copr)' + 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)"