1
0
Fork 0

Adding upstream version 1.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:54 +01:00
parent aca1b93997
commit a619319278
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
666 changed files with 1139 additions and 718 deletions

View file

@ -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