Release v58.1
This commit is contained in:
parent
1b2cfc3bbc
commit
c9457794b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/ndctl-56.tar.gz
|
||||
/ndctl-57.tar.gz
|
||||
/ndctl-57.1.tar.gz
|
||||
/ndctl-58.1.tar.gz
|
||||
|
13
ndctl.spec
13
ndctl.spec
@ -1,6 +1,6 @@
|
||||
Name: ndctl
|
||||
Version: 57.1
|
||||
Release: 3%{?dist}
|
||||
Version: 58.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
@ -20,6 +20,7 @@ BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(libpmem)
|
||||
|
||||
%description
|
||||
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
||||
@ -88,9 +89,9 @@ control API for these devices.
|
||||
%setup -q ndctl-%{version}
|
||||
|
||||
%build
|
||||
echo "57.1" > version
|
||||
echo "58.1" > version
|
||||
./autogen.sh
|
||||
%configure --disable-static --enable-local --disable-silent-rules
|
||||
%configure --disable-static --enable-local --disable-silent-rules --with-libpmem
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -145,6 +146,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 08 2017 Dan Williams <dan.j.williams@intel.com> - 58.1-1
|
||||
- add libpmem dependency
|
||||
- release v58.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 57.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ndctl-57.1.tar.gz) = 74e3c47574e7ef8ddb51d61e2c76cbb1564238b3d7b6da41294d7d46e7deef4758857fc671b7723aab16fc8bcea9b1acbfe35a19264c5d3567824b2fd713320a
|
||||
SHA512 (ndctl-58.1.tar.gz) = e8170fb23b5d828a4f47d7b4b4cddb90166dbf407b8d1c269b9ee87f3f2707f54f9c38675148d0fd5f6b5870b5ce0789d8fc9741fcd70a6e2bf9f3daf3771318
|
||||
|
Loading…
Reference in New Issue
Block a user