!34 ndctl upgrade to version 78

From: @wuyifeng12 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2024-01-30 07:25:03 +00:00 committed by Gitee
commit 749e46bd2e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 Name: ndctl
Version: 75 Version: 78
Release: 1 Release: 1
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
License: GPL-2 AND LGPL-2.1 AND MIT AND CC0-1.0 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} Requires: cxl-libs%{?_isa} = %{version}-%{release}
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: rubygem-asciidoctor BuildRequires: rubygem-asciidoctor
BuildRequires: libtraceevent-devel
%define asciidoctor -Dasciidoctor=enabled %define asciidoctor -Dasciidoctor=enabled
%define libtracefs -Dlibtracefs=disabled
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
@ -127,7 +129,7 @@ libcxl is a library for enumerating and communicating with CXL devices.
%autosetup -n ndctl-%{version} -p1 %autosetup -n ndctl-%{version} -p1
%build %build
%meson %{?asciidoctor} -Dversion-tag=%{version} %meson %{?asciidoctor} %{?libtracefs} -Dversion-tag=%{version}
%meson_build %meson_build
%install %install
@ -203,6 +205,7 @@ fi
%{_bindir}/cxl %{_bindir}/cxl
%{_mandir}/man1/cxl* %{_mandir}/man1/cxl*
%{bashcompdir}/cxl %{bashcompdir}/cxl
%{_unitdir}/cxl-monitor.service
%files -n ndctl-libs %files -n ndctl-libs
%doc README.md %doc README.md
@ -240,6 +243,12 @@ fi
%{_mandir}/man3/libcxl.3* %{_mandir}/man3/libcxl.3*
%changelog %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 * Fri Feb 10 2023 suweifeng <suweifeng1@huawei.com> - 75-1
- upgrade to version 75 - upgrade to version 75