Bug 493869
| Summary: | S-c-tools cleanup: should offer to install separate docs package if missing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roman Rakus <rrakus> |
| Component: | system-config-samba | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | jreznik, nphilipp, scottt.tw, tsmetana |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-10 14:38:09 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: | 493610 | ||
|
Description
Roman Rakus
2009-04-03 10:05:52 UTC
Online help is in the separate package system-config-samba-docs which should be installed automatically via comps:
--- 8< --- comps-f11.xml.in ---
<group>
<id>online-docs</id>
<_name>Online Help and Documentation</_name>
<_description/>
<default>true</default>
<uservisible>false</uservisible>
<packagelist>
<packagereq type="conditional" requires="system-config-date">system-config-date-docs</packagereq>
<packagereq type="conditional" requires="system-config-nfs">system-config-nfs-docs</packagereq>
<packagereq type="conditional" requires="system-config-samba">system-config-samba-docs</packagereq>
<packagereq type="conditional" requires="system-config-services">system-config-services-docs</packagereq>
<packagereq type="conditional" requires="system-config-users">system-config-users-docs</packagereq>
</packagelist>
</group>
--- >8 -----------------------
I'm not sure if PackageKit honors comps, though.
NB: The tool should give better information if the docs package isn't installed, perhaps interact with PackageKit to install the missing package before displaying help. It's ok when I install system-config-samba-docs by hand. (In reply to comment #1) > Online help is in the separate package system-config-samba-docs which should be > installed automatically via comps. > > I'm not sure if PackageKit honors comps, though. No, PackageKit doesn't honour comps... Dependencies Resolved ============================================================================================ Package Arch Version Repository Size ============================================================================================ Installing: system-config-samba noarch 1.2.71-1.fc11 rawhide 250 k Installing for dependencies: samba i586 3.3.2-0.33.fc11 rawhide 4.4 M Transaction Summary ============================================================================================ Install 2 Package(s) (In reply to comment #2) > NB: The tool should give better information if the docs package isn't > installed, perhaps interact with PackageKit to install the missing package > before displaying help. PackageKit integration seems for me like a best solution. *** Bug 526643 has been marked as a duplicate of this bug. *** Thanks for taking the time to submit this request for enhancement. Unfortunately, I haven't gotten around to implement this feature, sorry for that. Because I don't actively develop system-config-samba anymore, I won't likely find the time to work on this ticket, so I'll close this bug now. |