Skip to content

Commit

Permalink
Add make srpm target
Browse files Browse the repository at this point in the history
I found it convenient to build an SRPM and hand that to mock to build.

This adds a 'make srpm' target, similar to 'make rpm'
  • Loading branch information
mdomsch authored and flowerysong committed Dec 11, 2024
1 parent 304f30f commit 6b9e412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,7 @@ dist-hook:
rpm: dist-gzip
rpmbuild -ta $(distdir).tar.gz

srpm: dist-gzip
rpmbuild -ts $(distdir).tar.gz

.PHONY: push

0 comments on commit 6b9e412

Please sign in to comment.