Hello, Fedora Packaging Guidelines allow dependencies only on files/directories from /usr/bin, /usr/sbin and /etc directories[0]. Your package depends on files/directories outside of those. See below for more information about package/dependencies. --- cockpit-ostree-178-1.fc31.noarch: - /usr/libexec/rpm-ostreed --- Please correct those or provide reason why is it correct. It is very important to not download huge filelists.xml just because few packages in distribution depend on non-standard paths. Thanks for cooperation! [0] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies
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.