Bug 2414055
| Summary: | file /usr/bin/etags is not owned by any package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Bolle <pebolle> |
| Component: | emacs | Assignee: | Peter Oliver <mavit> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | benson_muite, dan.cermak, dueno, gordon.messmer, marcandre.lureau, mavit, msekleta, phracek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | emacs-30.2-7.fc44 emacs-30.2-6.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-11-14 19:58:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thanks for the report. I think we can drop this alternative entirely, since we no longer have any other provider of /usr/bin/etags. FEDORA-2025-a2d323a471 (emacs-30.2-7.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-a2d323a471 FEDORA-2025-a2d323a471 (emacs-30.2-7.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-dace04c4b3 (emacs-30.2-6.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-dace04c4b3 FEDORA-2025-dace04c4b3 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-dace04c4b3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-dace04c4b3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-dace04c4b3 (emacs-30.2-6.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: file /usr/bin/etags is not owned by any package Version-Release number of selected component (if applicable): 30.2-1.fc42 (but this should still be an issue in rawhide) How reproducible: Always. Steps to Reproduce: 1. rpm -qf /usr/bin/etags 2. 3. Actual results: file /usr/bin/etags is not owned by any package Expected results: emacs-common-30.2-1.fc42.x86_64 Additional info: It seems a line reading "%ghost %{_bindir}/etags" should be added to the "%files common" section of emacs.spec. I'm happy to submit a (mostly untested) pull request that does just that, if that makes it easier for the maintainers to fix this.