Hello, Remove release tag from BIND dependency.
This change should allow to build v3 branch on RHEL/CentOS 6. Pushed to v3 branch 2ec56086e811a2247e7a75b5eb5d4784751cb2a5. -- Petr^2 Spacek
From 2ec56086e811a2247e7a75b5eb5d4784751cb2a5 Mon Sep 17 00:00:00 2001 From: Petr Spacek <[email protected]> Date: Thu, 27 Feb 2014 10:35:11 +0100 Subject: [PATCH] Remove release tag from BIND depedency. Signed-off-by: Petr Spacek <[email protected]> --- contrib/bind-dyndb-ldap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/bind-dyndb-ldap.spec b/contrib/bind-dyndb-ldap.spec index 3c364aa0b1a1dfe0b6de81ceaf3ef971cad9bdf8..6343b6cb2e85e6dd65a318b1be295351a291249c 100644 --- a/contrib/bind-dyndb-ldap.spec +++ b/contrib/bind-dyndb-ldap.spec @@ -11,11 +11,11 @@ URL: https://fedorahosted.org/bind-dyndb-ldap Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: bind-devel >= 32:9.8.2-1 +BuildRequires: bind-devel >= 32:9.8.2 BuildRequires: krb5-devel BuildRequires: openldap-devel -Requires: bind >= 32:9.8.2-1 +Requires: bind >= 32:9.8.2 %description This package provides an LDAP back-end plug-in for BIND. It features -- 1.8.5.3
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
