Bump to 1.1
This commit is contained in:
parent
de28c08e82
commit
903be203b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/v0.8.tar.gz
|
/v0.8.tar.gz
|
||||||
/v0.9.tar.gz
|
/v0.9.tar.gz
|
||||||
/v1.0.tar.gz
|
/v1.0.tar.gz
|
||||||
|
/v1.1.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: 1.0
|
Version: 1.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
|
* Wed Feb 01 2017 luto@kernel.org - 1.1-1
|
||||||
|
- Update to 1.1
|
||||||
|
|
||||||
* Sun Nov 20 2016 luto@kernel.org - 1.0-1
|
* Sun Nov 20 2016 luto@kernel.org - 1.0-1
|
||||||
- Update to 1.0
|
- Update to 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user