[Fedora-directory-commits] ldapserver ldapserver.spec.tmpl, 1.25, 1.26

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Mar 1 14:58:35 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16272

Modified Files:
	ldapserver.spec.tmpl 
Log Message:
added patch file for upgrading from 1.0.1 - fixes the use of admpw for basic auth


Index: ldapserver.spec.tmpl
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldapserver.spec.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ldapserver.spec.tmpl	23 Feb 2006 19:30:23 -0000	1.25
+++ ldapserver.spec.tmpl	1 Mar 2006 14:58:27 -0000	1.26
@@ -139,6 +139,10 @@
     if [ -f $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch ] ; then
         patch -s -f -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/adminserver-httpd-moduleorder.patch > /dev/null 2>&1
     fi
+# patch file to fix use of admpw for basic auth
+    if [ -f $RPM_INSTALL_PREFIX/setup/admserv-conf-tmpl.patch ] ; then
+        patch -s -f -d $RPM_INSTALL_PREFIX -p0 < $RPM_INSTALL_PREFIX/setup/admserv-conf-tmpl.patch > /dev/null 2>&1
+    fi
 # fix up file permissions
     testfile=$RPM_INSTALL_PREFIX/admin-serv/config/nss.conf
     if [ ! -f $testfile ] ; then
@@ -172,6 +176,9 @@
 fi
 
 %changelog
+* Wed Mar  1 2006 Rich Megginson <rmeggins at redhat.com> - 1.0.2-1
+- Added admserv-conf-tmpl.patch to fix the use of admpw for basic auth
+
 * Wed Feb 22 2006 Rich Megginson <rmeggins at redhat.com> - 1.0.2-1
 - Add patch to fix admin server httpd module load order; you
 - must now run setup after an upgrade; copy in the new 00core.ldif




More information about the Fedora-directory-commits mailing list