Release v60
This commit is contained in:
parent
8c7e34fef5
commit
433edc64c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/ndctl-59.1.tar.gz
|
||||
/ndctl-59.2.tar.gz
|
||||
/ndctl-59.3.tar.gz
|
||||
/ndctl-60.tar.gz
|
||||
|
12
ndctl.spec
12
ndctl.spec
@ -1,5 +1,5 @@
|
||||
Name: ndctl
|
||||
Version: 59.3
|
||||
Version: 60
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPLv2
|
||||
@ -20,9 +20,6 @@ BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
%ifarch x86_64
|
||||
BuildRequires: pkgconfig(libpmem)
|
||||
%endif
|
||||
|
||||
%description
|
||||
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
||||
@ -93,11 +90,7 @@ control API for these devices.
|
||||
%build
|
||||
echo %{version} > version
|
||||
./autogen.sh
|
||||
%ifarch x86_64
|
||||
%configure --disable-static --disable-silent-rules --with-libpmem
|
||||
%else
|
||||
%configure --disable-static --disable-silent-rules
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -152,6 +145,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 19 2018 Dan Williams <dan.j.williams@intel.com> - 60-1
|
||||
- release v60
|
||||
|
||||
* Tue Mar 27 2018 Dan Williams <dan.j.williams@intel.com> - 59.3-1
|
||||
- release v59.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ndctl-59.3.tar.gz) = 41e4e30771f941fc4a474f3d8a8d408048faaeef4eb98f3d407055fe1723dc748a8b254fdeeed1c9b78232d078c9b0cd2b1273dd206b615620a9c0563c621747
|
||||
SHA512 (ndctl-60.tar.gz) = 0d2f43ee2559fbf947ce76c4cda39f142e2fb1ca8756044debf03f4adf57121b87326d4cca911d2473d853bc9320d83b50870162cdb2e55697141e2d44629290
|
||||
|
Loading…
Reference in New Issue
Block a user