RPM packaging: fix libtdeldap dependency on RHEL 5

pull/3/head
François Andriot 8 years ago
parent f026379233
commit 8bf409ac6a

@ -94,7 +94,7 @@ BuildRequires: openldap24-libs-devel
%endif
# HEIMDAL support
%if 0%{?rhel} >= 6 || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion}
%if 0%{?rhel} >= 5 || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion}
BuildRequires: heimdal-devel
%endif
%if 0%{?suse_version}
@ -108,7 +108,7 @@ BuildRequires: libudev-devel
%endif
# LIBCOM_ERR support
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel}
%if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 6
BuildRequires: libcom_err-devel
%endif
%if 0%{?mdkversion} || 0%{?mgaversion}

Loading…
Cancel
Save