CASA_auth_token_nonjava: fix CASA_auth_token_devel build requirement for CASA_auth_token_svc
This commit is contained in:
parent
214ec3603e
commit
f6d6e8e6d3
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
AC_INIT(include/casa_s_authtoken.h)
|
AC_INIT(include/casa_s_authtoken.h)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AM_INIT_AUTOMAKE(CASA_auth_token_native, 1.7.780)
|
AM_INIT_AUTOMAKE(CASA_auth_token_native, 1.7.795)
|
||||||
RELEASE=`date +%Y%m%d_%H%M`
|
RELEASE=`date +%Y%m%d_%H%M`
|
||||||
AC_SUBST(RELEASE)
|
AC_SUBST(RELEASE)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 15 10:09:32 MDT 2006 - schoi@novell.com
|
||||||
|
- Fixed CASA_auth_token_devel build requirement for CASA_auth_token_svc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 10:28:32 MDT 2006 - schoi@novell.com
|
Mon Aug 7 10:28:32 MDT 2006 - schoi@novell.com
|
||||||
- This file has been created for CASA_auth_token_native project for the first
|
- This file has been created for CASA_auth_token_native project for the first
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for the CASA_auth_token native packages.
|
# spec file for the CASA_auth_token native ( Version @VERSION@ )
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -14,8 +14,6 @@ Name: CASA_auth_token_native
|
|||||||
%define cfg Release
|
%define cfg Release
|
||||||
%define debug_opt ""
|
%define debug_opt ""
|
||||||
|
|
||||||
|
|
||||||
Name: @PACKAGE@
|
|
||||||
URL: http://www.novell.com/products
|
URL: http://www.novell.com/products
|
||||||
BuildRequires: CASA-devel apache2-devel expat gcc-c++ glib2-devel krb5-devel libgcc libgssapi libstdc++ libstdc++-devel mono-devel pam-devel pkgconfig update-alternatives
|
BuildRequires: CASA-devel apache2-devel expat gcc-c++ glib2-devel krb5-devel libgcc libgssapi libstdc++ libstdc++-devel mono-devel pam-devel pkgconfig update-alternatives
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
@ -50,6 +48,9 @@ applications, instead it is recomended that appplication invoke its
|
|||||||
services through the support modules provided to integrate with PAM or
|
services through the support modules provided to integrate with PAM or
|
||||||
the Apache Web Server.
|
the Apache Web Server.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Juan Carlos Luciani - jluciani@novell.com
|
||||||
|
|
||||||
%package -n CASA_auth_token_pam_support
|
%package -n CASA_auth_token_pam_support
|
||||||
Summary: Novell CASA Authentication Token PAM Support Components
|
Summary: Novell CASA Authentication Token PAM Support Components
|
||||||
@ -71,6 +72,9 @@ The CASA_auth_token_pam_support package contains the CASA (Common
|
|||||||
Authentication Services Adapter) authentication token infrastructure
|
Authentication Services Adapter) authentication token infrastructure
|
||||||
PAM module for token verification.
|
PAM module for token verification.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Juan Carlos Luciani - jluciani@novell.com
|
||||||
|
|
||||||
%package -n CASA_auth_token_apache2_2_support
|
%package -n CASA_auth_token_apache2_2_support
|
||||||
Summary: Novell CASA Authentication Token Apache2_2 Support Components
|
Summary: Novell CASA Authentication Token Apache2_2 Support Components
|
||||||
@ -96,10 +100,14 @@ authentication scheme and that the password utilized consist of a CASA
|
|||||||
authentication token. Information about the authenticated identity is
|
authentication token. Information about the authenticated identity is
|
||||||
environment variable.
|
environment variable.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Juan Carlos Luciani - jluciani@novell.com
|
||||||
|
|
||||||
%package -n CASA_auth_token_devel
|
%package -n CASA_auth_token_devel
|
||||||
Summary: Novell CASA Authentication Token Development Files
|
Summary: Novell CASA Authentication Token Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: CASA-devel CASA_auth_token_native CASA_auth_token_jaas_support CASA_auth_token_pam_support CASA_auth_token_apache2_2_support CASA_auth_token_service
|
Requires: CASA-devel CASA_auth_token_native CASA_auth_token_jaas_support CASA_auth_token_pam_support CASA_auth_token_apache2_2_support CASA_auth_token_svc
|
||||||
|
|
||||||
%description -n CASA_auth_token_devel
|
%description -n CASA_auth_token_devel
|
||||||
CASA_auth_token is an authentication token infrastructure with support
|
CASA_auth_token is an authentication token infrastructure with support
|
||||||
|
Loading…
Reference in New Issue
Block a user