rpms/fedora-ds-base/FC-6 fedora-ds-base.spec,1.2,1.3

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


Author: nkinder

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

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/FC-6/fedora-ds-base.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fedora-ds-base.spec	20 Mar 2007 20:12:10 -0000	1.2
+++ fedora-ds-base.spec	18 Jun 2007 21:56:04 -0000	1.3
@@ -6,7 +6,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
@@ -33,6 +33,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
@@ -144,6 +147,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