diff --git a/.gitignore b/.gitignore index a31cede..58bf49b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bdbb4da0979fbdc079cf98410cdb31cf799e83b3.tar.gz /v0.4.tar.gz /v0.5.tar.gz +/v0.7.tar.gz diff --git a/nvme-cli.spec b/nvme-cli.spec index 28b2060..d3d25b8 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -2,7 +2,7 @@ #%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nvme-cli -Version: 0.5 +Version: 0.7 Release: 1%{?dist} Summary: NVMe management command line interface @@ -37,6 +37,9 @@ make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mfla %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 diff --git a/sources b/sources index 392731c..bd1b9d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76c93675dbd2af32835894caea27f793 v0.5.tar.gz +e9b9bb11081bb8c081949be82ded1463 v0.7.tar.gz