diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:47:42 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:47:54 +0200 |
commit | 59769c0adf017f402df6533955d81a75b100aecc (patch) | |
tree | ab96ef350e58bb56b2f55e902104154e0e8f6fda /redhat/libraries | |
parent | 8675c8cc45fda3eec03a3b1ace24febe9294bdb7 (diff) | |
download | tde-packaging-59769c0adf017f402df6533955d81a75b100aecc.tar.gz tde-packaging-59769c0adf017f402df6533955d81a75b100aecc.zip |
RPM Packaging: fix heimdal dependency in libtdeldap
Diffstat (limited to 'redhat/libraries')
-rw-r--r-- | redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec | 2 |
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 |