From 4864ced5614f5954f5bcab95e897da9b6824d931 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Aug 2022 14:26:24 +0200 Subject: Adding upstream version 1.1. Signed-off-by: Daniel Baumann --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e0e157..9e79fc2 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,8 @@ test: ${BUILD-DIR} ninja -C ${BUILD-DIR} $@ .PHONY: rpm -rpm: dist - rpmbuild -ba ${BUILD-DIR}/libnvme.spec +rpm: ${BUILD-DIR} + git archive --format=tar HEAD > libnvme.tar + tar rf libnvme.tar ${BUILD-DIR}/libnvme.spec + gzip -f -9 libnvme.tar + rpmbuild -ta libnvme.tar.gz -v -- cgit v1.2.3