Bug 917191
| Summary: | Review Request: awake - A command to 'wake on LAN' a remote host | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Affolter <mail> |
| Component: | Package Review | Assignee: | Björn Esser (besser82) <besser82> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | besser82, notting, package-review |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | Flags: | besser82:
fedora-review+
gwync: fedora-cvs+ |
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | awake-1.0-1.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-15 03:03:38 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: | |||
|
Description
Fabian Affolter
2013-03-01 22:56:55 UTC
Hi Fabian!
fedora-review and manual inspection shows me all is fine, but...
there are three rpms:
awake-1.0-1.fc20.noarch.rpm
python-awake-1.0-1.fc20.noarch.rpm
python3-awake-1.0-1.fc20.noarch.rpm
awake-1.0-1 seems to be the main package having /usr/bin/awake executing the main-method (located in python{,3}-awake} on system's default python-interpreter. But there's no dependency on python{,3}-awake in the rpm...
I think you should resolve this using a virtual package (e.g. Provides: pyawake = %{version}) in python{,3}-awake and depending on this virt-pkg in awake-1.0-1 (Requires: pyawake = %{version}). This way yum will decide itself how to resolve this on the "cheapest" way, when a user invokes `yum install awake`.
Adding a man-page using helptoman, pod or asciidoc would be nice, too.
Since you are in packager-group since five years or so, I suppose it is ok when you fix this on SCM.
APPROVED!
Thanks for the review, Björn. New Package SCM Request ======================= Package Name: awake Short Description: A command to 'wake on LAN' a remote host Owners: fab Branches: F18 F19 InitialCC: Git done (by process-git-requests). awake-1.0-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/awake-1.0-1.fc19 awake-1.0-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/awake-1.0-1.fc18 awake-1.0-1.fc18 has been pushed to the Fedora 18 testing repository. awake-1.0-1.fc18 has been pushed to the Fedora 18 stable repository. awake-1.0-1.fc19 has been pushed to the Fedora 19 stable repository. |