upgrade to version 78
Signed-off-by: wuyifeng <wuyifeng10@huawei.com>
This commit is contained in:
parent
9cdb9d8e7f
commit
6831ab571d
BIN
ndctl-75.tar.gz
BIN
ndctl-75.tar.gz
Binary file not shown.
BIN
ndctl-78.tar.gz
Normal file
BIN
ndctl-78.tar.gz
Normal file
Binary file not shown.
13
ndctl.spec
13
ndctl.spec
@ -1,5 +1,5 @@
|
||||
Name: ndctl
|
||||
Version: 75
|
||||
Version: 78
|
||||
Release: 1
|
||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||
License: GPL-2 AND LGPL-2.1 AND MIT AND CC0-1.0
|
||||
@ -14,7 +14,9 @@ Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: cxl-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: rubygem-asciidoctor
|
||||
BuildRequires: libtraceevent-devel
|
||||
%define asciidoctor -Dasciidoctor=enabled
|
||||
%define libtracefs -Dlibtracefs=disabled
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
@ -127,7 +129,7 @@ libcxl is a library for enumerating and communicating with CXL devices.
|
||||
%autosetup -n ndctl-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson %{?asciidoctor} -Dversion-tag=%{version}
|
||||
%meson %{?asciidoctor} %{?libtracefs} -Dversion-tag=%{version}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -203,6 +205,7 @@ fi
|
||||
%{_bindir}/cxl
|
||||
%{_mandir}/man1/cxl*
|
||||
%{bashcompdir}/cxl
|
||||
%{_unitdir}/cxl-monitor.service
|
||||
|
||||
%files -n ndctl-libs
|
||||
%doc README.md
|
||||
@ -240,6 +243,12 @@ fi
|
||||
%{_mandir}/man3/libcxl.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2024 wuyifeng <wuyifeng10@huawei.com> - 78-1
|
||||
- upgrade to version 78:
|
||||
-incorporate up to 6.5 kernel
|
||||
-add new cxl commands
|
||||
-fix some bugs detail see:github.com/pmem/ndctl
|
||||
|
||||
* Fri Feb 10 2023 suweifeng <suweifeng1@huawei.com> - 75-1
|
||||
- upgrade to version 75
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user