release v55

This commit is contained in:
Dan Williams 2016-10-21 19:05:31 -07:00
parent cac0865e97
commit 919853bd36
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/ndctl-53.tar.gz
/ndctl-53.1.tar.gz
/ndctl-54.tar.gz
/ndctl-55.tar.gz

View File

@ -1,5 +1,5 @@
Name: ndctl
Version: 54
Version: 55
Release: 1%{?dist}
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
License: GPLv2
@ -76,7 +76,7 @@ control API for these devices.
%setup -q ndctl-%{version}
%build
echo "54" > version
echo "55" > version
./autogen.sh
%configure --disable-static --enable-local --disable-silent-rules
make %{?_smp_mflags}
@ -99,7 +99,7 @@ make check
%define bashcompdir %(pkg-config --variable=completionsdir bash-completion)
%files
%license licenses/GPLv2 licenses/BSD-MIT licenses/CC0
%license util/COPYING licenses/BSD-MIT licenses/CC0
%{_bindir}/ndctl
%{_mandir}/man1/*
%{bashcompdir}/
@ -128,6 +128,9 @@ make check
%changelog
* Fri Oct 21 2016 Dan Williams <dan.j.williams@intel.com> - 55-1
- release v55
* Fri Aug 05 2016 Dan Williams <dan.j.williams@intel.com> - 54-1
- add explicit lib version dependencies

View File

@ -1 +1 @@
0bec56dc136b3b393165e057408ae710 ndctl-54.tar.gz
ebf803566230aa1c2b4cd7047f826b06 ndctl-55.tar.gz