Fix up tag format vs source url confusion
This commit is contained in:
parent
434a03fecb
commit
2e8bba2817
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v52.tar.gz
|
||||
/ndctl-53.tar.gz
|
||||
/ndctl-53.1.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user