diff --git a/.gitignore b/.gitignore index 69ddc06..7aec2f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.7.tar.gz +SOURCES/v1.3.tar.gz diff --git a/.nvme-cli.metadata b/.nvme-cli.metadata index cd48767..acce6fe 100644 --- a/.nvme-cli.metadata +++ b/.nvme-cli.metadata @@ -1 +1 @@ -c93e379f3cc4e4704a124fae16bca3594b1cf26e SOURCES/v0.7.tar.gz +a3b13da5dafc41ff6fc76be8a551e4ba670a6e32 SOURCES/v1.3.tar.gz diff --git a/SPECS/nvme-cli.spec b/SPECS/nvme-cli.spec index d3d25b8..58e3834 100644 --- a/SPECS/nvme-cli.spec +++ b/SPECS/nvme-cli.spec @@ -2,7 +2,7 @@ #%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nvme-cli -Version: 0.7 +Version: 1.3 Release: 1%{?dist} Summary: NVMe management command line interface @@ -11,7 +11,7 @@ URL: https://github.com/linux-nvme/nvme-cli #Source0: https://github.com/linux-nvme/%{name}/archive/%{commit0}.tar.gz Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz -BuildRequires: systemd-devel +BuildRequires: libuuid-devel %description nvme-cli provides NVM-Express user space tooling for Linux. @@ -22,7 +22,7 @@ nvme-cli provides NVM-Express user space tooling for Linux. %build -make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags} +make PREFIX=/usr CFLAGS="%{optflags} -std=c99" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags} %install @@ -34,9 +34,32 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla %doc README.md %{_sbindir}/nvme %{_mandir}/man1/nvme*.gz +%{_datadir}/bash_completion.d/nvme %changelog +* Mon May 22 2017 luto@kernel.org - 1.3-1 +- Update to 1.3 + +* Wed Apr 19 2017 luto@kernel.org - 1.2-2 +- Update to 1.2 +- 1.2-1 never existed + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 01 2017 luto@kernel.org - 1.1-1 +- Update to 1.1 + +* 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 + +* Thu Jun 30 2016 luto@kernel.org - 0.8-1 +- Update to 0.8 + * Tue May 31 2016 luto@kernel.org - 0.7-1 - Update to 0.7