https://bugzilla.redhat.com/show_bug.cgi?id=1851405
--- Comment #8 from Robert-André Mauchin 🐧 zebob.m@gmail.com ---
- The make_install test, if this is supposed to run test, make it run in %check
%install
%if 0%{?fedora} %make_install -C %{_vpath_builddir} %else %make_install %endif
%{__rm} -rf %{buildroot}%{_libdir}/libbee2_static.a
%check %make_install -C %{_vpath_builddir} test %else %make_install test %endif
- Also consider EPEL8 for the condition on CMake:
%if 0%{?fedora} || 0%{?rhel} > 7
The rest looks good.