commit ab395a0a0b332bd94ef4d148d7e2c8180f96f0ed parent f6cc6b3b15da6ad41123517b9e04a633fbb9e3e5 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 17 May 2023 22:51:34 +0200 https://github.com/fedora-copr/copr/issues/184 Diffstat:
| M | .copr/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.copr/Makefile b/.copr/Makefile @@ -1,4 +1,4 @@ outdir ?= $(pwd) srpm: - dnf install 'dnf-command(copr)' && dnf copr enable schanzen/gnunet + dnf install 'dnf-command(copr)' && dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @schanzen/gnunet rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"