rpms/fedora-ds-base/F-7 fedora-ds-base.spec,1.3,1.4

Nathan Kinder (nkinder) fedora-extras-commits at redhat.com
Mon Jun 18 21:56:29 UTC 2007


Author: nkinder

Update of /cvs/extras/rpms/fedora-ds-base/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25736/F-7

Modified Files:
	fedora-ds-base.spec 
Log Message:
Resolves: 244499
Summary: Added requires for mozldap-tools.



Index: fedora-ds-base.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-base/F-7/fedora-ds-base.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fedora-ds-base.spec	18 Jun 2007 18:02:24 -0000	1.3
+++ fedora-ds-base.spec	18 Jun 2007 21:55:54 -0000	1.4
@@ -7,7 +7,7 @@
 Summary:          Fedora Directory Server (base)
 Name:             fedora-ds-base
 Version:          1.1.0
-Release:          0.1.%{?cvsdate}%{?dist}
+Release:          0.2.%{?cvsdate}%{?dist}
 License:          GPL plus extensions
 URL:              http://directory.fedora.redhat.com/
 Group:            System Environment/Daemons
@@ -34,6 +34,9 @@
 # the following is for the pam passthru auth plug-in
 BuildRequires:    pam-devel
 
+# the following is needed for some of our scripts
+Requires:         mozldap-tools >= 6.0.2
+
 # for the init script
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -145,6 +148,9 @@
 %{_libdir}/%{shortname}/*.so
 
 %changelog
+* Mon Jun 18 2007 Nathan Kinder <nkinder at redhat.com> - 1.1.0-0.2.20070320
+- added requires for mozldap-tools
+
 * Tue Mar 20 2007 Rich Megginson <rmeggins at redhat.com> - 1.1.0-0.1.20070320
 - update to latest sources
 - added migrateTo11 to allow migrating instances from 1.0.x to 1.1




More information about the fedora-extras-commits mailing list