Updated the project to allow us to build RPMs that meet Zen's
requirements which state that we must work with the Java and Tomcat packages that their install bundle.
This commit is contained in:
		| @@ -29,7 +29,7 @@ Release:       0 | ||||
| Summary:       Novell Common Authentication Services Adapter Authentication Token Infrastructure "Java" (CASA_auth_token) | ||||
| Source:        %{name}-%{version}.tar.bz2 | ||||
| BuildRoot:     %{_tmppath}/%{name}-%{version}-build | ||||
| Requires:      java >= 1.5.0 | ||||
| Requires:      jre >= 1.5.0 | ||||
| Requires:      servletapi5 tomcat5 sysvinit insserv identity-abstraction sed | ||||
| PreReq:        %fillup_prereq %insserv_prereq | ||||
| PreReq:        /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd | ||||
| @@ -55,7 +55,7 @@ enabled. | ||||
| %package -n CASA_auth_token_jaas_support | ||||
| Summary:      Libraries needed for JAAS applications development. | ||||
| Group:        Applications/System | ||||
| Requires:     java >= 1.5.0 | ||||
| Requires:     jre >= 1.5.0 | ||||
|  | ||||
| %description -n CASA_auth_token_jaas_support | ||||
| CASA_auth_token is an authentication token infrastructure with support for multiple | ||||
| @@ -230,7 +230,7 @@ fi | ||||
|  | ||||
|  | ||||
| %post | ||||
| # Install casa_atsd init script, set it to start by default. | ||||
| # Install casa_atsd init script, set it to not start by default. | ||||
| %{fillup_and_insserv casa_atsd} | ||||
|  | ||||
| # Setup the keystore for the service | ||||
|   | ||||
		Reference in New Issue
	
	Block a user