!3 update version 68

Merge pull request !3 from ultra_planet/update-68
This commit is contained in:
openeuler-ci-bot 2020-06-04 17:31:25 +08:00 committed by Gitee
commit 7991d8f7a4
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
ndctl-68.tar.gz Normal file

Binary file not shown.

View File

@ -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 <lingsheng@huawei.com> - 68-1
- update version 68
* Wed Oct 16 2019 ted.zhang <ted.zhang@huawei.com> - 63-2
- generate spec file from source code