diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2007-04-20 14:07:55 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2007-04-20 14:07:55 (GMT) |
commit | bdf59446e190273cdeefdd26098253672aa6ad7c (patch) | |
tree | 399c742cc6a101a712b20601743df33d5cc14c69 /kolab-webadmin.spec.in | |
parent | cb5c1b8ab1607dae5eea5e1391ba6e86cf24a91f (diff) | |
download | kolab-webadmin-bdf59446e190273cdeefdd26098253672aa6ad7c.tar.gz |
Removed gdbm requirement from kolab-webadmin and adjusted other requirements.2.1-rc2
Diffstat (limited to 'kolab-webadmin.spec.in')
-rw-r--r-- | kolab-webadmin.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolab-webadmin.spec.in b/kolab-webadmin.spec.in index 6b59b30..1c5b16d 100644 --- a/kolab-webadmin.spec.in +++ b/kolab-webadmin.spec.in @@ -41,9 +41,9 @@ Source0: kolab-webadmin-%{version}.tar.bz2 # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 2.0.0 -PreReq: OpenPKG, openpkg >= 2.2.0, kolabd >= 1.9.4-20050606 -PreReq: apache >= 1.3.31-2.2.0, 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 +BuildPreReq: OpenPKG, openpkg >= 2.5.0 +PreReq: OpenPKG, openpkg >= 2.5.0, kolabd >= 2.1.0-20070420 +PreReq: apache >= 1.3.33-2.5.0, apache::with_mod_auth_ldap = yes, apache::with_mod_dav = yes, apache::with_mod_php = yes, apache::with_mod_php_bdb = 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 PreReq: php-smarty >= 2.6.3 AutoReq: no AutoReqProv: no |