File yast2-casa-ats.spec of Package yast2-casa-ats
#
# spec file for package yast2-casa-ats (Version 1.7.1575)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Url: http://www.novell.com/products
Name: yast2-casa-ats
Version: 1.7.1575
Release: 1
License: LGPL v2.1 or later
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-casa-ats-1.7.1575.tar.bz2
Prefix: /usr
Requires: yast2 CASA_auth_token_svc openssl CASA CASA-cli
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
BuildArch: noarch
Summary: YaST2 - Novell CASA Authentication Token Service
%description
CASA_auth_token is an authentication token infrastructure with support
for multiple authentication mechanisms with an emphasis on providing a
scalable single sign-on solution.
A key feature of CASA_auth_token is that its authentication tokens
contain identity information about the entity being authenticated. This
information is made availableto the consuming services. The amount of
information contained in the tokens is configured on a per-service
basis. Because of this feature, we say that CASA_auth_token projects an
"Authenticated Identity".
yast2-casa-ats provides a Yast module for the configuration of the CASA
Authentication Token Service (CASA ATS).
Authors:
--------
Ryan Partridge <rpartridge@novell.com>
%prep
%setup -n yast2-casa-ats-1.7.1575
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%dir /usr/share/YaST2/include/casa-ats
/usr/share/YaST2/include/casa-ats/*
/usr/share/YaST2/scrconf/*.scr
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/CasaAts.*
%{prefix}/share/applications/YaST2/casa-ats.desktop
%doc %{prefix}/share/doc/packages/yast2-casa-ats
%changelog
* Mon Aug 18 2008 jluciani@novell.com
- Removed build dependency on yast2-theme-NLD.
* Thu Jul 31 2008 ro@suse.de
- use generic tag for java in buildrequires
* Thu May 29 2008 jluciani@novell.com
- Updated the spec file to no longer install our YaST icons for
versions of SuSE greater than 10.3 as part of the solution to
BUG384744.
* Tue Aug 14 2007 jluciani@novell.com
- Fixed problem that was causing us to clear realm Proxy User
credentials erroneously when modifying realm configuration. This
addresses BUG 300455.
* Mon Aug 13 2007 jluciani@novell.com
- Fixed problem that was keeping the realms to be maintained
in the same order as they are created. This addresses
BUG 293259.
* Mon Jun 25 2007 jluciani@novell.com
- Added "ATS Access through Web Server" to resolve BUG 287279.
* Fri Jun 08 2007 jluciani@novell.com
- Fixed problem where configuration of a search root with
a "&" character in it would fail. This also addresses
BUG 278396.
* Mon Jun 04 2007 jluciani@novell.com
- Updated to import the Signing Certificates from ATSs configured
as trusted. This was necessary as part of the solution to
BUG 242891.
* Fri May 18 2007 jluciani@novell.com
- Fixed issue that would allow Proxy User Credentials to remain
in the miCASA store even though the related REALM has been
removed from the server's configuration. This takes care of
BUG276396.
* Thu May 17 2007 jluciani@novell.com
- Fixed the short password text box when running Yast in text
mode. This takes care of BUG275284.
- Changed to use the enhanced CASAcli which allows us to pass
the uid of the targeted user to avoid having to invoke CASAcli
through the use of "sudo" thus avoiding the environment variable
problems that it can encounter.
- Changed the "Re-enter password" text box to "Confirm password" to
be more consistent with the rest of the Yast modules as per Kal's
recommendation.
* Thu May 10 2007 jluciani@novell.com
- Completely re-worked the dialogs to provide the needed ATS
configuration functionality needed. With the new dialogs the
administrator can configure "Trusted ATSs", choose to enable or
not enable a local ATS, configure multiple REALMs, and allow for
enhanced REALM configuration. These changes are necessary as
part of the solution to BUG242891.
- The Yast module now writes Proxy User Credentials to miCASA
through the use of the CASAcli utility instead of writting them
to the iaRealms.xml file. This completes the changes to solve
BUG265414.
- Added ICONs for the module. This fixes BUG225070.
* Wed Mar 07 2007 rpartridge@novell.com
- Changed default firewall port behavior to on (#236292)
- Updated module name and description in YaST2 control center and
moved to Network Services group (#236298)
* Mon Feb 12 2007 jluciani@novell.com
- Changed the License notice on the source files to correctly
specify LGPL instead of GPL. This addresses BUG243026.
* Mon Dec 04 2006 jluciani@novell.com
- The bug that Ryan referes to below is BUG225426.
* Mon Dec 04 2006 rpartridge@novell.com
- Fixed bug where password value was being set to username value.
* Tue Oct 24 2006 rpartridge@novell.com
- initial version