diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-11-06 18:26:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-11-19 15:07:23 +0100 |
commit | 26d469b405d902b6ba50ae7bf45b940cc6c9d57e (patch) | |
tree | 98f77ad82828b693bae8146af48718a9e684e400 /redhat/applications/kcmldapcontroller/kcmldapcontroller.spec | |
parent | 4ec2dd7262a31709881d0417b2519113a7bed1c6 (diff) | |
download | tde-packaging-26d469b405d902b6ba50ae7bf45b940cc6c9d57e.tar.gz tde-packaging-26d469b405d902b6ba50ae7bf45b940cc6c9d57e.zip |
RPM: various fixes to build on OBS
Diffstat (limited to 'redhat/applications/kcmldapcontroller/kcmldapcontroller.spec')
-rw-r--r-- | redhat/applications/kcmldapcontroller/kcmldapcontroller.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/redhat/applications/kcmldapcontroller/kcmldapcontroller.spec b/redhat/applications/kcmldapcontroller/kcmldapcontroller.spec index 9885301cb..4039f823e 100644 --- a/redhat/applications/kcmldapcontroller/kcmldapcontroller.spec +++ b/redhat/applications/kcmldapcontroller/kcmldapcontroller.spec @@ -116,6 +116,15 @@ BuildRequires: libcom_err-devel BuildRequires: %{_lib}ext2fs-devel %endif +# ACL support +BuildRequires: libacl-devel + +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + Requires: trinity-kcontrol-ldap-controller = %{?epoch:%{epoch}:}%{version}-%{release} @@ -137,7 +146,7 @@ This is a TDE control center module to manage users, groups, and machines in Ker %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{tde_bindir}/primaryrccertupdater -%if 0%{?fedora} || 0%{?mgaversion} || 0%{?rhel} +%if 0%{?fedora} || 0%{?mgaversion} || 0%{?rhel} >= 7 %{tde_libdir}/slapi-acl-manager.la %{tde_libdir}/slapi-acl-manager.so %endif |