upgrade to version 78

Signed-off-by: wuyifeng <wuyifeng10@huawei.com>
This commit is contained in:
wuyifeng 2024-01-17 16:17:23 +08:00
parent 9cdb9d8e7f
commit 6831ab571d
3 changed files with 11 additions and 2 deletions

Binary file not shown.

BIN
ndctl-78.tar.gz Normal file

Binary file not shown.

View File

@ -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