commit
7991d8f7a4
BIN
ndctl-63.tar.gz
BIN
ndctl-63.tar.gz
Binary file not shown.
BIN
ndctl-68.tar.gz
Normal file
BIN
ndctl-68.tar.gz
Normal file
Binary file not shown.
14
ndctl.spec
14
ndctl.spec
@ -1,7 +1,6 @@
|
|||||||
#The spec is generate from source code ndctl-63.tar.gz by "make" command
|
|
||||||
Name: ndctl
|
Name: ndctl
|
||||||
Version: 63
|
Version: 68
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -22,6 +21,7 @@ BuildRequires: pkgconfig(uuid)
|
|||||||
BuildRequires: pkgconfig(json-c)
|
BuildRequires: pkgconfig(json-c)
|
||||||
BuildRequires: pkgconfig(bash-completion)
|
BuildRequires: pkgconfig(bash-completion)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: keyutils-libs-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
|
||||||
@ -117,13 +117,16 @@ make check
|
|||||||
%{_bindir}/ndctl
|
%{_bindir}/ndctl
|
||||||
%{_mandir}/man1/ndctl*
|
%{_mandir}/man1/ndctl*
|
||||||
%{bashcompdir}/
|
%{bashcompdir}/
|
||||||
%{_sysconfdir}/ndctl/monitor.conf
|
%config(noreplace) %{_sysconfdir}/ndctl/monitor.conf
|
||||||
%{_unitdir}/ndctl-monitor.service
|
%{_unitdir}/ndctl-monitor.service
|
||||||
|
%{_sysconfdir}/ndctl/keys/keys.readme
|
||||||
|
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
||||||
|
|
||||||
%files -n daxctl
|
%files -n daxctl
|
||||||
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
||||||
%{_bindir}/daxctl
|
%{_bindir}/daxctl
|
||||||
%{_mandir}/man1/daxctl*
|
%{_mandir}/man1/daxctl*
|
||||||
|
%{_datadir}/daxctl/daxctl.conf
|
||||||
|
|
||||||
%files -n ndctl-libs
|
%files -n ndctl-libs
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -149,6 +152,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 16 2019 ted.zhang <ted.zhang@huawei.com> - 63-2
|
||||||
- generate spec file from source code
|
- generate spec file from source code
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user