diff --git a/ndctl-63.tar.gz b/ndctl-63.tar.gz deleted file mode 100644 index 347cd34c1ce0f2227458537e4ce8c18a3018d40a..0000000000000000000000000000000000000000 Binary files a/ndctl-63.tar.gz and /dev/null differ diff --git a/ndctl-68.tar.gz b/ndctl-68.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b26992dd39e813d65f0e023da262b62d7e893b89 Binary files /dev/null and b/ndctl-68.tar.gz differ diff --git a/ndctl.spec b/ndctl.spec index 0ccdb3c16afc8a387367bf99e6b305f1697c65bc..a2ac34c99f1e1f10a01f4bc91547588dacbfeb8a 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,7 +1,6 @@ -#The spec is generate from source code ndctl-63.tar.gz by "make" command Name: ndctl -Version: 63 -Release: 2 +Version: 68 +Release: 1 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPLv2 Group: System Environment/Base @@ -22,6 +21,7 @@ BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(systemd) +BuildRequires: keyutils-libs-devel %description Utility library for managing the "libnvdimm" subsystem. The "libnvdimm" @@ -117,13 +117,16 @@ make check %{_bindir}/ndctl %{_mandir}/man1/ndctl* %{bashcompdir}/ -%{_sysconfdir}/ndctl/monitor.conf +%config(noreplace) %{_sysconfdir}/ndctl/monitor.conf %{_unitdir}/ndctl-monitor.service +%{_sysconfdir}/ndctl/keys/keys.readme +%{_sysconfdir}/modprobe.d/nvdimm-security.conf %files -n daxctl %license util/COPYING licenses/BSD-MIT licenses/CC0 %{_bindir}/daxctl %{_mandir}/man1/daxctl* +%{_datadir}/daxctl/daxctl.conf %files -n ndctl-libs %doc README.md @@ -149,6 +152,9 @@ make check %changelog +* Thu Jun 04 2020 lingsheng - 68-1 +- update version 68 + * Wed Oct 16 2019 ted.zhang - 63-2 - generate spec file from source code