diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69ddc06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/v0.7.tar.gz diff --git a/.nvme-cli.metadata b/.nvme-cli.metadata new file mode 100644 index 0000000..cd48767 --- /dev/null +++ b/.nvme-cli.metadata @@ -0,0 +1 @@ +c93e379f3cc4e4704a124fae16bca3594b1cf26e SOURCES/v0.7.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nvme-cli.spec b/SPECS/nvme-cli.spec new file mode 100644 index 0000000..d3d25b8 --- /dev/null +++ b/SPECS/nvme-cli.spec @@ -0,0 +1,56 @@ +#%global commit0 bdbb4da0979fbdc079cf98410cdb31cf799e83b3 +#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) + +Name: nvme-cli +Version: 0.7 +Release: 1%{?dist} +Summary: NVMe management command line interface + +License: GPLv2+ +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 + +%description +nvme-cli provides NVM-Express user space tooling for Linux. + +%prep +#%setup -qn %{name}-%{commit0} +%setup + + +%build +make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags} + + +%install +%make_install PREFIX=/usr + + +%files +%license LICENSE +%doc README.md +%{_sbindir}/nvme +%{_mandir}/man1/nvme*.gz + + +%changelog +* Tue May 31 2016 luto@kernel.org - 0.7-1 +- Update to 0.7 + +* Fri Mar 18 2016 luto@kernel.org - 0.5-1 +- Update to 0.5 + +* Sun Mar 06 2016 luto@kernel.org - 0.4-1 +- Update to 0.4 + +* Thu Feb 04 2016 Fedora Release Engineering - 0.2-3.20160112gitbdbb4da +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 luto@kernel.org - 0.2-2.20160112gitbdbb4da +- Update to new upstream commit, fixing #49. "nvme list" now works. + +* Wed Jan 13 2016 luto@kernel.org - 0.2-1.20160112gitde3e0f1 +- Initial import.