Update to 1.0
This commit is contained in:
parent
0ff16885cf
commit
de28c08e82
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/v0.7.tar.gz
|
/v0.7.tar.gz
|
||||||
/v0.8.tar.gz
|
/v0.8.tar.gz
|
||||||
/v0.9.tar.gz
|
/v0.9.tar.gz
|
||||||
|
/v1.0.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: nvme-cli
|
Name: nvme-cli
|
||||||
Version: 0.9
|
Version: 1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: NVMe management command line interface
|
Summary: NVMe management command line interface
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -38,6 +38,9 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 31 2016 luto@kernel.org - 0.9-1
|
||||||
- Update to 0.9
|
- Update to 0.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user