diff --git a/rdma-core.spec b/rdma-core.spec index e944e85..e8c1d46 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 34.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RDMA core userspace libraries and daemons # Almost everything is licensed under the OFA dual GPLv2, 2 Clause BSD license @@ -82,7 +82,7 @@ BuildRequires: make %define cmake_install DESTDIR=%{buildroot} make install %endif -%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 25 || 0%{?rhel} == 8 # pandoc was introduced in FC25, Centos8 BuildRequires: pandoc %endif @@ -653,6 +653,9 @@ fi %endif %changelog +* Mon Mar 08 2021 Honggang Li - 34.0-2 +- RHEL9 will use prebuild doc + * Wed Mar 03 2021 Honggang Li - 34.0-1 - Rebase to upstream release v34.0