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..71a8380058a53f6acd7e2d7edb0b76cab223c802 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: 0 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPLv2 Group: System Environment/Base @@ -15,6 +14,7 @@ BuildRequires: rubygem-asciidoctor BuildRequires: xmlto BuildRequires: automake BuildRequires: libtool +BuildRequires: keyutils-libs-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(libkmod) BuildRequires: pkgconfig(libudev) @@ -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,10 @@ make check %changelog +* Tue Jun 02 2020 SimpleUpdate Robot +- Update to version 68 +- Manually tweak for new version upgrade + * Wed Oct 16 2019 ted.zhang - 63-2 - generate spec file from source code