Bug 265898. Seperate CLI into it's own RPM for cypress.
This commit is contained in:
parent
ec2cb08082
commit
79f442164a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user