commit 9a8aabfd0f065d7e043d12c002025b7ebfc5b4e4 parent 895746e5900a7f606f60f6958351630a69520cd1 Author: Yosl <yosl@seattlemesh.net> Date: Wed, 8 Jul 2020 13:53:01 -0400 Copr now installs output RPMs, in order to complete it's build process. Diffstat:
| M | .copr/Makefile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.copr/Makefile b/.copr/Makefile @@ -9,6 +9,6 @@ srpm: zbar-devel gnutls-dane glibc pkgconf libgsf chrpath rpmbuild gnunet-fedora.spec --bs --define "_srcrpmdir $(outdir)" rpmbuild gnunet-fedora.spec --bb --define "_rpmdir $(outdir)" -# dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ -# $(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ -# $(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm + dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \ + $(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \ + $(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm