diff --git a/.gitignore b/.gitignore index 1f72a36..afe5903 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bdbb4da0979fbdc079cf98410cdb31cf799e83b3.tar.gz +/v0.4.tar.gz diff --git a/nvme-cli.spec b/nvme-cli.spec index 5180d24..5e0a237 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -1,14 +1,15 @@ -%global commit0 bdbb4da0979fbdc079cf98410cdb31cf799e83b3 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +#%global commit0 bdbb4da0979fbdc079cf98410cdb31cf799e83b3 +#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nvme-cli -Version: 0.2 -Release: 3.20160112git%{shortcommit0}%{?dist} +Version: 0.4 +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/%{commit0}.tar.gz +Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz BuildRequires: systemd-devel @@ -16,7 +17,8 @@ BuildRequires: systemd-devel nvme-cli provides NVM-Express user space tooling for Linux. %prep -%setup -qn %{name}-%{commit0} +#%setup -qn %{name}-%{commit0} +%setup %build @@ -35,6 +37,9 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla %changelog +* 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 diff --git a/sources b/sources index cd861a7..ffc4b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -890e62f64544fde949cdd7eea5fdb906 bdbb4da0979fbdc079cf98410cdb31cf799e83b3.tar.gz +23b6bb9e43da882264695088392a3c2f v0.4.tar.gz