Skip test for EL8 as it has no openldap-servers

tags/lua-ldap-1.1.0-19
Daniel Berteaud 3 years ago
parent ae1bc30198
commit da121b6c7a
  1. 5
      lua-ldap.spec

@ -47,8 +47,10 @@ BuildRequires: gcc
BuildRequires: lua-devel
BuildRequires: openldap-devel
# for tests
%if 0%{?rhel} < 8
BuildRequires: lua
BuildRequires: openldap-servers
%endif
%description
LuaLDAP is a simple interface from Lua to an LDAP client. It enables a Lua
@ -104,8 +106,11 @@ make %{?_smp_mflags}
popd
%endif
# RHEL 8 has no openldap-servers package, so skip tests
%if 0%{?rhel} < 8
%check
make check
%endif
%install
make install DESTDIR=%{buildroot}

Loading…
Cancel
Save