Browse Source

remove Requires for java - breaks non-RHEL platforms - we should either change the spec file to include the dependency only on RHEL, or just wait until gcj/classpath can run our stuff

Rich Megginson 20 years ago
parent
commit
db4abef40d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldapserver.spec.tmpl

+ 1 - 1
ldapserver.spec.tmpl

@@ -58,7 +58,7 @@ Autoreq: 0
 # Don't automatically generate provides list
 AutoProv: 0
 # Without Requires: something, rpmbuild will abort!
-Requires: perl,httpd,java-1.4.2-ibm,cyrus-sasl >= 2.1.15
+Requires: perl,httpd,cyrus-sasl >= 2.1.15
 Prefix: /opt/%{name}
 
 %description