More changes to remove dependency on Java 1.5.
Updated the spec file to include license information for all of the packages.
This commit is contained in:
parent
acbd1363e9
commit
287aead68e
@ -47,7 +47,7 @@ else
|
|||||||
LIB=lib
|
LIB=lib
|
||||||
fi
|
fi
|
||||||
|
|
||||||
JAVA_HOME=/usr/$LIB/jvm/jre-1.5.0
|
JAVA_HOME=/usr/$LIB/jvm/jre
|
||||||
KEYTOOL_PATH=$JAVA_HOME/bin/keytool
|
KEYTOOL_PATH=$JAVA_HOME/bin/keytool
|
||||||
KEYSTORE_PATH=/etc/CASA/authtoken/keys/trusted-ats-jks-store
|
KEYSTORE_PATH=/etc/CASA/authtoken/keys/trusted-ats-jks-store
|
||||||
LOCAL_ATS_SIGNING_CERT_PATH=/etc/CASA/authtoken/keys/localSigningCert
|
LOCAL_ATS_SIGNING_CERT_PATH=/etc/CASA/authtoken/keys/localSigningCert
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: @PACKAGE@
|
Name: @PACKAGE@
|
||||||
URL: http://www.novell.com/products
|
Url: http://www.novell.com/products
|
||||||
BuildRequires: gcc-c++ glib2-devel identity-abstraction insserv libstdc++ libstdc++-devel mono-devel pkgconfig servletapi5 sysvinit xerces-j2 xml-commons-apis
|
BuildRequires: gcc-c++ glib2-devel identity-abstraction insserv libstdc++ libstdc++-devel mono-devel pkgconfig servletapi5 sysvinit xerces-j2 xml-commons-apis
|
||||||
BuildRequires: CASA-devel curl jakarta-commons-logging java-sdk-1.5.0 log4j pwdutils update-alternatives
|
BuildRequires: CASA-devel curl jakarta-commons-logging java-sdk-1.5.0 log4j pwdutils update-alternatives
|
||||||
%if %suse_version < 1030
|
%if %suse_version < 1030
|
||||||
@ -72,6 +72,7 @@ tokens that can later be used by applications to authenticate the entity or
|
|||||||
services that are CASA authentication enabled.
|
services that are CASA authentication enabled.
|
||||||
|
|
||||||
%package -n CASA_auth_token_jaas_support
|
%package -n CASA_auth_token_jaas_support
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Novell CASA Authentication Token JAAS Support Components
|
Summary: Novell CASA Authentication Token JAAS Support Components
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: jre >= 1.5.0
|
Requires: jre >= 1.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user