Bug 2284082
| Summary: | Directories are missing in RPM database. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christoph Karl <pampelmuse> |
| Component: | mdevctl | Assignee: | Alex Williamson <alex.williamson> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | alex.williamson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mdevctl-1.3.0-5.fc40 mdevctl-1.3.0-5.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-06-08 05:22:52 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: | |||
FEDORA-2024-ca8cb4ac9c (mdevctl-1.3.0-5.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-ca8cb4ac9c FEDORA-2024-8d0af07b6a (mdevctl-1.3.0-5.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-8d0af07b6a FEDORA-2024-8d0af07b6a has been pushed to the Fedora 39 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-8d0af07b6a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-8d0af07b6a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-ca8cb4ac9c 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-ca8cb4ac9c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-ca8cb4ac9c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-ca8cb4ac9c (mdevctl-1.3.0-5.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. Works for me. Thank you. FEDORA-2024-8d0af07b6a (mdevctl-1.3.0-5.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |
The following directories are missing in RPM database: /usr/lib/mdevctl /usr/lib/mdevctl/scripts.d Reproducible: Always Steps to Reproduce: 1. rpm -qf /usr/lib/mdevctl file /usr/lib/mdevctl is not owned by any package 2. rpm -qf /usr/lib/mdevctl/scripts.d/ file /usr/lib/mdevctl/scripts.d is not owned by any package Actual Results: not owned by any package Expected Results: mdevctl-1.3.0-4.fc40.x86_64 In spec file line 68 please add: %dir %{_prefix}/lib/mdevctl/ %dir %{_prefix}/lib/mdevctl/scripts.d/