Bug 251427

Summary: Admin Console: Add online help to package
Product: [Retired] 389 Reporter: Nathan Kinder <nkinder>
Component: AdminAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 1.1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:56:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 240316, 427409    
Attachments:
Description Flags
CVS Diffs
none
List of new files to add to CVS
none
Revised Diffs
none
CVS Commit Message none

Description Nathan Kinder 2007-08-08 23:39:13 UTC
We need to add the Admin Console online help to the fedora-admin-console
package.  The attached diffs take care of this.

Comment 1 Nathan Kinder 2007-08-08 23:39:14 UTC
Created attachment 160943 [details]
CVS Diffs

Comment 2 Nathan Kinder 2007-08-08 23:39:57 UTC
Created attachment 160944 [details]
List of new files to add to CVS

Comment 3 Noriko Hosoi 2007-08-08 23:47:05 UTC
They look good!

Comment 4 Rich Megginson 2007-08-09 02:32:06 UTC
You can simplify the spec file - instead of
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=160943&action=diff#fedora-admin-console.spec_sec2

just do this:
%{_datadir}/%{dsname}/manual/en/admin
%doc %{_datadir}/%{dsname}/manual/en/admin/*.html
%doc %{_datadir}/%{dsname}/manual/en/admin/help/*.html



Comment 5 Nathan Kinder 2007-08-09 16:00:29 UTC
Created attachment 160986 [details]
Revised Diffs

This new set of diffs cleans up the spec file as Rich suggested.

Comment 6 Nathan Kinder 2007-08-09 16:05:56 UTC
Created attachment 160987 [details]
CVS Commit Message

Checked into admservconsole (HEAD).  Thanks to Rich and Noriko for their
reviews!