This makes building Koji packages directly from a Koji git repository in Koji possible. Highly self-referential!
Signed-off-by: Jeffrey C. Ollie jeff@ocjtech.us --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 7432f31..fcd4dca 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,8 @@ test-tarball: tarball: clean @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD |bzip2 > $(NAME)-$(VERSION).tar.bz2
+sources: tarball + srpm: tarball $(RPM_WITH_DIRS) $(DIST_DEFINES) -bs $(SPECFILE)
buildsys@lists.fedoraproject.org