[openldap] nss-tools has to be required by base package

jvcelak jvcelak at fedoraproject.org
Wed May 2 09:25:49 UTC 2012


commit f8f3a2b33ffbee873c04137bdb3de7ac2347ef99
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Wed May 2 11:25:31 2012 +0200

    nss-tools has to be required by base package

 openldap.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 3438478..18d72af 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -52,6 +52,7 @@ BuildRequires: cyrus-sasl-devel, nss-devel, krb5-devel, tcp_wrappers-devel, unix
 BuildRequires: glibc-devel, libtool, libtool-ltdl-devel, groff, perl
 # smbk5pwd overlay:
 BuildRequires: openssl-devel
+Requires: nss-tools
 
 %description
 OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
@@ -79,7 +80,7 @@ customized LDAP clients.
 %package servers
 Summary: LDAP server
 License: OpenLDAP
-Requires: openldap%{?_isa} = %{version}-%{release}, libdb-utils, nss-tools
+Requires: openldap%{?_isa} = %{version}-%{release}, libdb-utils
 Requires(pre): shadow-utils
 Requires(post): systemd-units, systemd-sysv, chkconfig
 Requires(preun): systemd-units


More information about the scm-commits mailing list