casa-auth-token-java: use sun java instead of ibm java to fix 64bit build break now
This commit is contained in:
		| @@ -17,7 +17,7 @@ | ||||
|  | ||||
| Name:          @PACKAGE@  | ||||
| URL:           http://www.novell.com/products | ||||
| BuildRequires: libstdc++ gcc-c++ glib2-devel libstdc++-devel pkgconfig java-1_5_0-ibm java-1_5_0-ibm-devel update-alternatives mono-devel servletapi5 identity-abstraction | ||||
| BuildRequires: libstdc++ gcc-c++ glib2-devel libstdc++-devel pkgconfig java-1_5_0-sun java-1_5_0-sun-devel update-alternatives mono-devel servletapi5 identity-abstraction | ||||
| %define prefix /usr | ||||
| License:       LGPL | ||||
| Group:         Applications/System | ||||
| @@ -28,7 +28,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-ibm servletapi5 tomcat5 | ||||
| Requires:      java-1_5_0-sun servletapi5 tomcat5 | ||||
| PreReq:        %fillup_prereq %insserv_prereq | ||||
| BuildArchitectures: noarch | ||||
|  | ||||
| @@ -51,7 +51,7 @@ enabled. | ||||
| %package -n CASA_auth_token_jaas_support | ||||
| Summary:      Libraries needed for JAAS applications development. | ||||
| Group:        Applications/System | ||||
| Requires:     java-1_5_0-ibm | ||||
| Requires:     java-1_5_0-sun | ||||
|  | ||||
| %description -n CASA_auth_token_jaas_support | ||||
| CASA_auth_token is an authentication token infrastructure with support for multiple | ||||
|   | ||||
		Reference in New Issue
	
	Block a user