diff --git a/ndctl-75.tar.gz b/ndctl-75.tar.gz deleted file mode 100644 index e56a53bf726a7b6d69ad15077ec0ebfec1dd5d96..0000000000000000000000000000000000000000 Binary files a/ndctl-75.tar.gz and /dev/null differ diff --git a/ndctl-78.tar.gz b/ndctl-78.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..732bd9d096ce347cacaa4edc02253f5f6a59a067 Binary files /dev/null and b/ndctl-78.tar.gz differ diff --git a/ndctl.spec b/ndctl.spec index d2156972ddf07015b38d066a36f6f2036ae2309a..9736663562aeaa790b42f928345ebb6754f1450e 100644 --- a/ndctl.spec +++ b/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,9 @@ fi %{_mandir}/man3/libcxl.3* %changelog +* Wed Jan 17 2024 wuyifeng - 78-1 +- upgrade to version 78 + * Fri Feb 10 2023 suweifeng - 75-1 - upgrade to version 75