Updated changes files and spec files to reflect changes from autobuild
and recent updagtes.
This commit is contained in:
parent
456d286506
commit
5bf67f3041
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 16:37:46 MDT 2008 - jluciani@novell.com
|
||||
|
||||
- Fixed leaking file handle problem reported in BUG 383422.
|
||||
|
||||
- Added support to the Pw Authentication mechanism for usernames
|
||||
which consist of an LDAP DN in support of BUG 358957.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 02:13:56 CEST 2008 - ro@suse.de
|
||||
|
||||
- use generic tag for java in buildrequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 10:47:01 MDT 2008 - jluciani@novell.com
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
#
|
||||
# spec file for the CASA_auth_token server-java packages.
|
||||
# spec file for packages CASA_auth_token_svc and CASA_auth_token_jaas_support.
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
@ -18,21 +18,21 @@
|
||||
Name: @PACKAGE@
|
||||
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: CASA-devel curl jakarta-commons-logging log4j pwdutils update-alternatives
|
||||
BuildRequires: CASA-devel curl jakarta-commons-logging java-sdk >= 1.5 log4j pwdutils update-alternatives
|
||||
%if %suse_version < 1030
|
||||
BuildRequires: tomcat5 java-sdk-1.5.0
|
||||
BuildRequires: tomcat5
|
||||
%else
|
||||
%if %suse_version > 1030
|
||||
BuildRequires: tomcat6 java-sdk-1.6.0 java-1.6.0
|
||||
BuildRequires: tomcat6
|
||||
%else
|
||||
BuildRequires: tomcat55 java-sdk-1.5.0
|
||||
BuildRequires: tomcat55
|
||||
%endif
|
||||
%endif
|
||||
%define prefix /usr
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Group: Applications/System
|
||||
Autoreqprov: on
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
%define bldno @VERSION@
|
||||
Version: @VERSION@
|
||||
Release: 0
|
||||
@ -53,7 +53,7 @@ Requires: tomcat55
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
PreReq: /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd
|
||||
PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/getent
|
||||
BuildArchitectures: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
CASA_auth_token is an authentication token infrastructure with support for
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 02:15:54 CEST 2008 - ro@suse.de
|
||||
|
||||
- use generic tag for java in buildrequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 14:48:54 MDT 2008 - jluciani@novell.com
|
||||
|
||||
|
@ -2,11 +2,10 @@
|
||||
|
||||
@HEADER@
|
||||
Requires: yast2 CASA_auth_token_svc openssl CASA CASA-cli
|
||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite CASA_auth_token_svc openssl yast2-theme-NLD java-sdk-1.5.0 update-alternatives log4j jakarta-commons-logging pwdutils CASA-devel
|
||||
BuildRequires: CASA-devel CASA_auth_token_svc jakarta-commons-logging java-sdk >= 1.5 log4j openssl perl-XML-Writer pwdutils update-alternatives update-desktop-files yast2 yast2-devtools yast2-testsuite yast2-theme-NLD
|
||||
BuildArch: noarch
|
||||
|
||||
BuildArchitectures: noarch
|
||||
|
||||
Summary: Configuration of casa-ats
|
||||
Summary: Configuration of CASA Authentication Token Service
|
||||
|
||||
%description
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user