diff --git a/CASA/CASA.changes b/CASA/CASA.changes index 1c5ef629..47ca393b 100644 --- a/CASA/CASA.changes +++ b/CASA/CASA.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 30 17:01:33 MDT 2007 - jnorman@novell.com + +- Bug 265898. Seperate CLI into it's own rpm for cypress. + CASAUtil is no longer in the base CASA rpm. + ------------------------------------------------------------------- Wed Apr 18 11:27:08 MDT 2007 - jnorman@novell.com diff --git a/CASA/package/linux/CASA.spec.in b/CASA/package/linux/CASA.spec.in index 404dfe78..bf59a142 100644 --- a/CASA/package/linux/CASA.spec.in +++ b/CASA/package/linux/CASA.spec.in @@ -44,6 +44,16 @@ CASA provides a local on box credential store that is purely session based in 1.0. This store is populated with your Desktop and Network Login credentials on Novell Linux Desktop and Windows workstations. +%package util +Summary: The CASA command line interface +Group: Productivity/Other +Requires: CASA = %{version} + +%description util +This package contains a CLI(command line interface) that provides +a way for administrators to set, reset or delete credentials used by +services. These credentials are stored in CASA. + %package devel Summary: Include Files and Libraries mandatory for Development. Group: Productivity/Other @@ -236,6 +246,8 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/CASA/doc/License.txt %{prefix}/CASA/doc/Readme.txt +%files util +%defattr(-,root,root) %{bin_prefix}/bin/CASAUtil.exe %{bin_prefix}/bin/CASAUtil