Bug 1731687
| Summary: | cockpit-ostree depends on files/directories from non-standard locations | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | cockpit-ostree | Assignee: | Martin Pitt <mpitt> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mpitt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cockpit-ostree-179-1.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-08-02 01:00:55 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: | 1731683 | ||
|
Description
Igor Raits
2019-07-21 11:10:51 UTC
Thanks for spotting! Indeed there is no particular reason, fixed in https://github.com/cockpit-project/cockpit-ostree/pull/22 The reason was that rpm-ostreed is shipped in "rpm-ostree" in Fedora and CentOS 7 Atomic, but on RHEL atomic it's unhelpfully different ("rpm-ostree-client"). So a file dependency seemed easier, but I used some %iffery for this now.
(In reply to Martin Pitt from comment #2) > The reason was that rpm-ostreed is shipped in "rpm-ostree" in Fedora and > CentOS 7 Atomic, but on RHEL atomic it's unhelpfully different > ("rpm-ostree-client"). So a file dependency seemed easier, but I used some > %iffery for this now. What about moving rpm-ostreed into /usr/bin or /usr/sbin then? @Igor: that's not really my decision to take, but that also sounds wrong -- it's a daemon, not a program that users should call in $PATH. As I said, that was just a workaround for this package difference, the above PR fixes it. FEDORA-2019-f2b540ebdf has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-f2b540ebdf cockpit-ostree-179-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-f2b540ebdf cockpit-ostree-179-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |