summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-10-03 22:28:33 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-10-03 22:28:33 +0200
commitd01629bfa097cf7e35f87bb00fa549fc3cdce23f (patch)
tree12ec59e47cdefbc009056b4fff3d2dd275e1b315
parentb538aadccdfb9523f343b58d4d5c26f13c4bedef (diff)
downloadtde-packaging-d01629bf.tar.gz
tde-packaging-d01629bf.zip
RPM packaging: fix libtdeldap build dependency to libcom_err-devel
-rw-r--r--redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
index a0506c382..9228eee9a 100644
--- a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
+++ b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
@@ -107,6 +107,14 @@ BuildRequires: libheimdal-devel
BuildRequires: libudev-devel
%endif
+# LIBCOM_ERR support
+%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
+BuildRequires: libcom_err-devel
+%endif
+%if 0%{?mdkversion} || 0%{?mgaversion}
+BuildRequires: %{_lib}ext2fs-devel
+%endif
+
%description
LDAP interface library for TDE management modules.