Release v58.4
This commit is contained in:
parent
8a460c4933
commit
2a882b4706
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/ndctl-57.1.tar.gz
|
/ndctl-57.1.tar.gz
|
||||||
/ndctl-58.1.tar.gz
|
/ndctl-58.1.tar.gz
|
||||||
/ndctl-58.2.tar.gz
|
/ndctl-58.2.tar.gz
|
||||||
|
/ndctl-58.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ndctl
|
Name: ndctl
|
||||||
Version: 58.2
|
Version: 58.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -91,7 +91,7 @@ control API for these devices.
|
|||||||
%setup -q ndctl-%{version}
|
%setup -q ndctl-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "58.2" > version
|
echo %{version} > version
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%configure --disable-static --enable-local --disable-silent-rules --with-libpmem
|
%configure --disable-static --enable-local --disable-silent-rules --with-libpmem
|
||||||
@ -152,6 +152,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 16 2017 Dan Williams <dan.j.williams@intel.com> - 58.4-1
|
||||||
|
- release v58.4
|
||||||
|
|
||||||
* Thu Sep 21 2017 Dan Williams <dan.j.williams@intel.com> - 58.2-1
|
* Thu Sep 21 2017 Dan Williams <dan.j.williams@intel.com> - 58.2-1
|
||||||
- release v58.2
|
- release v58.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ndctl-58.2.tar.gz) = 21b0844f2738a4139746af1d1866a72039519a17c1f486645909ec650087ca1acd70790d086c28455668adedab98a166935f009f2f93b26d5cfd5371cd06cd90
|
SHA512 (ndctl-58.4.tar.gz) = 56970c3566f5092780919c7ed3ea9c5129ad4e89c3e2c7fcfd4b4bc1e9a9e9b8f275824038856b1b22e519a76099f7f748db45406677eb1bc58bd88393e6ec60
|
||||||
|
Loading…
Reference in New Issue
Block a user