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
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user