From 919853bd36ca09f7a1218f20f6fde21f1405d771 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 21 Oct 2016 19:05:31 -0700 Subject: [PATCH] release v55 --- .gitignore | 1 + ndctl.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 520b077..8e016d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ndctl-53.tar.gz /ndctl-53.1.tar.gz /ndctl-54.tar.gz +/ndctl-55.tar.gz diff --git a/ndctl.spec b/ndctl.spec index c75bd5e..f46c477 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -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 - 55-1 +- release v55 + * Fri Aug 05 2016 Dan Williams - 54-1 - add explicit lib version dependencies diff --git a/sources b/sources index 43ebadd..71e73e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bec56dc136b3b393165e057408ae710 ndctl-54.tar.gz +ebf803566230aa1c2b4cd7047f826b06 ndctl-55.tar.gz