Browse Source

remove dependency to apache::with_mod_php_pear; remove "lastmod" setting from slapd.conf.template to support later versions of OpenLDAP

Thomas Lotterer 21 years ago
parent
commit
b617a6d1ca
1 changed files with 3 additions and 2 deletions
  1. 3 2
      kolab/kolab.spec

+ 3 - 2
kolab/kolab.spec

@@ -39,7 +39,7 @@ Class:        PLUS
 Group:        Mail
 License:      GPL
 Version:      20040503
-Release:      20040511
+Release:      20040712
 
 #   package options
 %option       with_genuine   no
@@ -59,7 +59,7 @@ PreReq:       proftpd >= 1.2.9-20031031, proftpd::with_ldap = yes
 PreReq:       gdbm >= 1.8.3-20030213, gdbm::with_ndbm = yes
 PreReq:       postfix >= 2.0.16-20031028, postfix::with_ldap = yes, postfix::with_sasl = yes, postfix::with_ssl = yes
 PreReq:       imapd >= 2.2.3-20040202, imapd::with_group = yes
-PreReq:       apache >= 1.3.29-20031124, apache::with_gdbm_ndbm = yes, apache::with_mod_auth_ldap = yes, apache::with_mod_dav = yes, apache::with_mod_php = yes, apache::with_mod_php_gdbm = yes, apache::with_mod_php_gettext = yes, apache::with_mod_php_imap = yes, apache::with_mod_php_openldap = yes, apache::with_mod_php_xml = yes, apache::with_mod_php_pear = yes, apache::with_mod_ssl = yes
+PreReq:       apache >= 1.3.29-20031124, apache::with_gdbm_ndbm = yes, apache::with_mod_auth_ldap = yes, apache::with_mod_dav = yes, apache::with_mod_php = yes, apache::with_mod_php_gdbm = yes, apache::with_mod_php_gettext = yes, apache::with_mod_php_imap = yes, apache::with_mod_php_openldap = yes, apache::with_mod_php_xml = yes, apache::with_mod_ssl = yes
 %if "%{with_genuine}" == "no"
 PreReq:       perl-kolab, perl-db
 %endif
@@ -138,6 +138,7 @@ AutoReqProv:  no
 %endif
     %{l_shtool} subst \
         -e 's;var/openldap/\(sl[aur]*pd.pid\);var/openldap/run/\1;' \
+        -e 's;^lastmod.*on$;;' \
         slapd.conf.template
 
 %build