From 2e8bba28177ef96a02e919de5b0e5779c794c35d Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 28 May 2016 12:17:28 -0700 Subject: [PATCH] Fix up tag format vs source url confusion --- .gitignore | 1 + ndctl.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a70db32..121b801 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v52.tar.gz /ndctl-53.tar.gz +/ndctl-53.1.tar.gz diff --git a/ndctl.spec b/ndctl.spec index 9b2e11b..c0b4402 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,11 +1,11 @@ Name: ndctl -Version: 53 +Version: 53.1 Release: 1%{?dist} Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPLv2 Group: System Environment/Base Url: https://github.com/pmem/ndctl -Source0: https://github.com/pmem/ndctl/releases/download/ndctl-%{version}/ndctl-%{version}.tar.gz +Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: asciidoc @@ -74,7 +74,7 @@ control API for these devices. %setup -q ndctl-%{version} %build -echo "53" > version +echo "53.1" > version ./autogen.sh %configure --disable-static --enable-local --disable-silent-rules make %{?_smp_mflags} @@ -126,6 +126,9 @@ make check %changelog +* Sat May 28 2016 Dan Williams - 53.1-1 +- Fix up tag format vs source url confusion + * Fri May 27 2016 Dan Williams - 53-1 - add daxctl-libs + daxctl-devel packages - add bash completion diff --git a/sources b/sources index 9ce4322..e294daa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e375c3fbf1cb7eefdac3cedd5af9f125 ndctl-53.tar.gz +98d40a0f9c3686f6f16b8085f760de31 ndctl-53.1.tar.gz