rpms/fedora-ds-admin/devel f11-httpd.patch, NONE, 1.1 fedora-ds-admin.spec, 1.9, 1.10

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Apr 9 16:30:35 UTC 2009


Author: rmeggins

Update of /cvs/extras/rpms/fedora-ds-admin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv755

Modified Files:
	fedora-ds-admin.spec 
Added Files:
	f11-httpd.patch 
Log Message:
Resolves: bug 493424
Description: dirsrv-admin initscript looks for nonexistent library
Added patch to remove those modules from the httpd.conf


f11-httpd.patch:

--- NEW FILE f11-httpd.patch ---
--- admserv/cfgstuff/httpd-2.2.conf.in	1 Aug 2007 18:14:53 -0000	1.6
+++ admserv/cfgstuff/httpd-2.2.conf.in	9 Apr 2009 16:07:53 -0000
@@ -137,12 +137,10 @@
 LoadModule actions_module @moddir@/mod_actions.so
 LoadModule alias_module @moddir@/mod_alias.so
 LoadModule rewrite_module @moddir@/mod_rewrite.so
 LoadModule cache_module @moddir@/mod_cache.so
 LoadModule disk_cache_module @moddir@/mod_disk_cache.so
-LoadModule file_cache_module @moddir@/mod_file_cache.so
-LoadModule mem_cache_module @moddir@/mod_mem_cache.so
 LoadModule cgi_module @moddir@/mod_cgi.so
 LoadModule restartd_module     @admmoddir@/mod_restartd.so
 LoadModule nss_module         @nssmoddir@/libmodnss.so
 LoadModule admserv_module     @admmoddir@/mod_admserv.so
 


Index: fedora-ds-admin.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-admin/devel/fedora-ds-admin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fedora-ds-admin.spec	9 Apr 2009 01:09:10 -0000	1.9
+++ fedora-ds-admin.spec	9 Apr 2009 16:30:05 -0000	1.10
@@ -4,7 +4,7 @@
 Summary:          Fedora Administration Server (admin)
 Name:             fedora-ds-admin
 Version:          1.1.7
-Release:          3%{?dist}
+Release:          4%{?dist}
 License:          GPLv2
 URL:              http://directory.fedoraproject.org/
 Group:            System Environment/Daemons
@@ -36,6 +36,7 @@
 Source0:          http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2
 # fedora-ds-cvs.sh should be used to generate the source tarball from CVS
 Source1:          %{name}-cvs.sh
+Patch1:           f11-httpd.patch
 
 %description
 Fedora Administration Server is an HTTP agent that provides management features
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch1
 
 %build
 %configure --disable-rpath
@@ -147,6 +149,11 @@
 %{_mandir}/man8/*
 
 %changelog
+* Thu Apr  9 2009 Rich Megginson <rmeggins at redhat.com> - 1.1.7-4
+- Resolves: bug 493424
+- Description: dirsrv-admin initscript looks for nonexistent library
+- Added patch to remove those modules from the httpd.conf
+
 * Wed Apr  8 2009 Rich Megginson <rmeggins at redhat.com> - 1.1.7-3
 - Resolves: bug 494980
 - Description: setup-ds-admin.pl -u and silent setup complain about ServerIpAddress




More information about the fedora-extras-commits mailing list