Update to 1.0

This commit is contained in:
Andy Lutomirski 2016-11-19 18:09:22 -08:00
parent 0ff16885cf
commit de28c08e82
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/v0.7.tar.gz
/v0.8.tar.gz
/v0.9.tar.gz
/v1.0.tar.gz

View File

@ -2,8 +2,8 @@
#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: nvme-cli
Version: 0.9
Release: 1%{?dist}
Version: 1.0
Release: 2%{?dist}
Summary: NVMe management command line interface
License: GPLv2+
@ -38,6 +38,9 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla
%changelog
* Sun Nov 20 2016 luto@kernel.org - 1.0-1
- Update to 1.0
* Mon Oct 31 2016 luto@kernel.org - 0.9-1
- Update to 0.9

View File

@ -1 +1 @@
1cd64583094ef65c252564763397e8e8 v0.9.tar.gz
5a68c67f69f94d4859020a9a33d12eeb v1.0.tar.gz