Skip to content

Commit

Permalink
Makefile: print dist-gzip output
Browse files Browse the repository at this point in the history
This will resolve packit srpm creation errors.
  • Loading branch information
croissanne committed Aug 20, 2024
1 parent 94136c5 commit 84141c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dist-gzip: build spec
tar czf cockpit-composer-$(VERSION).tar.gz --transform 's,^,cockpit-composer/,' \
--exclude cockpit-composer.spec.in \
$$(git ls-files) translations/compiled/* package-lock.json cockpit-composer.spec public/
realpath cockpit-composer-${VERSION}.tar.gz

srpm: dist-gzip
rpmbuild -bs \
Expand Down

0 comments on commit 84141c8

Please sign in to comment.