release v64
This commit is contained in:
parent
2e2a6661da
commit
2b634d16ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/ndctl-61.2.tar.gz
|
||||
/ndctl-62.tar.gz
|
||||
/ndctl-63.tar.gz
|
||||
/ndctl-64.tar.gz
|
||||
|
14
ndctl.spec
14
ndctl.spec
@ -1,6 +1,6 @@
|
||||
Name: ndctl
|
||||
Version: 63
|
||||
Release: 2%{?dist}
|
||||
Version: 64
|
||||
Release: 1%{?dist}
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPLv2
|
||||
Url: https://github.com/pmem/ndctl
|
||||
@ -20,6 +20,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"
|
||||
@ -106,13 +107,17 @@ make check
|
||||
%{_bindir}/ndctl
|
||||
%{_mandir}/man1/ndctl*
|
||||
%{bashcompdir}/
|
||||
%{_sysconfdir}/ndctl/monitor.conf
|
||||
%{_unitdir}/ndctl-monitor.service
|
||||
%{_sysconfdir}/ndctl/keys/keys.readme
|
||||
%{_sysconfdir}/modprobe.d/nvdimm-security.conf
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/ndctl/monitor.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
|
||||
@ -138,6 +143,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 04 2019 Vishal Verma <vishal.l.verma@intel.com> - 64-1
|
||||
- release v64
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 63-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ndctl-63.tar.gz) = cfd6eca367fcbd920481bca3f217bb1b2e52c3ac4ff1213f95d00cf039c68cc6accd46c2118829845a07c163cdd927302d14215ff1b3c1996e48c4646ede7cc9
|
||||
SHA512 (ndctl-64.tar.gz) = 5e46db5e048cf55681d50bffb87b93c9127d2ccc22a7614453e6437ba5e156d3a96527588d8a5c411681404f783ae6486b079314526c02b2211d529cb6a29fe1
|
||||
|
Loading…
Reference in New Issue
Block a user