From 3ab7078b7ad1393466bd93fac5b9a432f4ec8105 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 28 Mar 2023 14:55:06 +0800 Subject: [PATCH] disable pandoc --- rdma-core.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index 2846627..4f4b23a 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,4 +1,5 @@ -%define anolis_release 1 +%define anolis_release 2 +%bcond_with pandoc Name: rdma-core Version: 44.0 @@ -53,7 +54,9 @@ BuildRequires: ninja-build %define make_jobs ninja-build -C %{_vpath_builddir} -v %{?_smp_mflags} %define cmake_install DESTDIR=%{buildroot} ninja-build -C %{_vpath_builddir} install +%if %{with pandoc} BuildRequires: pandoc +%endif Obsoletes: rdma-core < %{version}-%{release} %description @@ -226,7 +229,6 @@ discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand. %if %{with_pyverbs} %package -n python3-pyverbs Summary: Python3 API over IB verbs -%{?python_provide:%python_provide python3-pyverbs} %description -n python3-pyverbs Pyverbs is a Cython-based Python API over libibverbs, providing an @@ -613,6 +615,9 @@ fi %endif %changelog +* Tue Mar 28 2023 happy_orange - 44.0-2 +- disable pandoc + * Fri Mar 10 2023 Funda Wang - 44.0-1 - New version 44.0 -- Gitee