Skip to content

Commit

Permalink
Add support for automatic COPR builds
Browse files Browse the repository at this point in the history
Adds support for automatic COPR builds using the `make srpm` method.

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Mar 6, 2023
1 parent 6be665a commit dd4933f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .copr/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.PHONY: installdeps srpm

installdeps:
dnf -y install git

srpm: installdeps
./.automation/build-srpm.sh
cp rpmbuild/SRPMS/*.src.rpm $(outdir)

0 comments on commit dd4933f

Please sign in to comment.