Bug 2275385
Summary: | cockpit-kdump should depend on kdump-utils | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Coiby <coxu> |
Component: | cockpit | Assignee: | Martin Pitt <mpitt> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | kkoukiou, mmarusak, mpitt, patrick, stefw |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cockpit-316-1.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-04-28 03:17:12 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: | 2275390 |
Description
Coiby
2024-04-17 02:54:21 UTC
Sure! We like to keep the spec working on all Fedoras and RHELs, without hardcoding a lot of RHEL/CentOS/Fedora versions (that's notoriously prone to errors). Do you intend that kexec-tools will always Requires: kdump-utils, or will that go away at some point? In the former case, we could do Requires: (kdump-utils or kexec-tools) otherwise we need something more refined, like Requires: (kdump-utils or kexec-tools <= 2.0.28-8) Any recommendations? Thanks! One of the reasons we split out kdump-utils is there is a growing user base to only use the kexec reboot feature. So kexec-tools doesn't depend on kdump-utils (currently kexec-tools recommends kdump-utils because we expect more users install kexec-tools for kdump) but kdump-utils will always depend on kexec-tools. How about "Requires: /usr/bin/kdumpctl"? Thanks Coiby. That indeed seems to be the most robust way now. I just asked as I faintly remember that depending on paths was a bit smelly, but it does work fine. https://github.com/cockpit-project/cockpit/pull/20337 FEDORA-2024-bc42ae090a (cockpit-316-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-bc42ae090a FEDORA-2024-bc42ae090a has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-bc42ae090a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-bc42ae090a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-bc42ae090a (cockpit-316-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |