Fix up tag format vs source url confusion

This commit is contained in:
Dan Williams 2016-05-28 12:17:28 -07:00
parent 434a03fecb
commit 2e8bba2817
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/v52.tar.gz
/ndctl-53.tar.gz
/ndctl-53.1.tar.gz

View File

@ -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 <dan.j.williams@intel.com> - 53.1-1
- Fix up tag format vs source url confusion
* Fri May 27 2016 Dan Williams <dan.j.williams@intel.com> - 53-1
- add daxctl-libs + daxctl-devel packages
- add bash completion

View File

@ -1 +1 @@
e375c3fbf1cb7eefdac3cedd5af9f125 ndctl-53.tar.gz
98d40a0f9c3686f6f16b8085f760de31 ndctl-53.1.tar.gz