summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-09-05 19:47:42 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-09-05 19:47:54 +0200
commit59769c0adf017f402df6533955d81a75b100aecc (patch)
treeab96ef350e58bb56b2f55e902104154e0e8f6fda
parent8675c8cc45fda3eec03a3b1ace24febe9294bdb7 (diff)
downloadtde-packaging-59769c0a.tar.gz
tde-packaging-59769c0a.zip
RPM Packaging: fix heimdal dependency in libtdeldap
-rw-r--r--redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
index 4a651dc35..b797f50d2 100644
--- a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
+++ b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec
@@ -94,7 +94,7 @@ BuildRequires: openldap24-libs-devel
%endif
# HEIMDAL support
-%if %{?rhel} == 7
+%if %{?rhel} >= 6
BuildRequires: heimdal-devel
%endif