From 33e445767642cd5678e9c505c6fd8bab32fbc1d7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 5 Apr 2024 13:02:44 -0700 Subject: Fix make tar to compress the file --- Makefile | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a087b87..77687a2 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ install: install -m 644 lib/MGA/Advisories.pm $(DESTDIR)$(perldir)/MGA tar: - git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ -o $(TARNAME)-$(VERSION).tar.xz + git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ | xz > $(TARNAME)-$(VERSION).tar.xz diff --git a/NEWS b/NEWS index bbe0c9e..be13b2e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Version X - have 'mksite' write JSON output files as well - 'mksite' now runs twice as fast - cross-check that at least one SRPM is listed in the advisory on publish +- make tar now compresses the file Version 0.27 -- cgit v1.2.1