Bug 2421941
| Summary: | [patch] Add config.h to include files of devel package | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bas Mevissen <redhat.bugzilla> | ||||||
| Component: | wireshark | Assignee: | Michal Ruprich <mruprich> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 43 | CC: | alekcejk, fhrdina, huzaifas, lemenkov, mruprich | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | wireshark-4.6.4-2.fc44 | Doc Type: | --- | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2026-03-26 02:29:54 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Bas Mevissen
2025-12-12 23:18:47 UTC
Created attachment 2118534 [details]
Add config.h to devel package
Created attachment 2118574 [details]
Add config.h to devel package
Patch updated to enclose macro in braces. When looking into the Debian and RPM packaging files of wireshark upstream, I noticed a few more tools that are installed by the respecive dev or devel packages: The tool idl2wrs with backend scripts wireshark_be.py and wireshark_gen.py, the plugin.c creator script make-plugin-reg.py and the asn2wrs.py tool seems to be good candidates. The idl2wrs tool is actually documented in the currently included readme at /usr/share/doc/wireshark-devel/README.idl2wrs. Personally, I only used make-plugin-reg.py to regenerate the plugin.c file of a dissector mentioned. Any thoughts on including these files? Thanks Ben, sure I'll take a look at the other tools as well. I am doing a rebase now anyway. Regards, Michal Ruprich Ok the build is almost ready, do you have a chance to test the tools? I only did a basic sanity tests that nothing is missing and the tool runs but I don't have any real examples to test there: https://koji.fedoraproject.org/koji/taskinfo?taskID=143160182 I placed the tools under /usr/libexec/wireshark/pytools Regards, Michal Hi Michal, I don't have Rawhide running, but I extracted the tools from the wireshark-devel package, tested the plugin generator and checked for the config.h presence. Seems all fine to me. Thanks! Hi Michal, Would it be possible to start a Fedora 44 build of this updated package? Hi, sure - https://src.fedoraproject.org/rpms/wireshark/pull-request/119 Regards, Michal FEDORA-2026-71154797a5 (wireshark-4.6.4-2.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-71154797a5 FEDORA-2026-71154797a5 has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-71154797a5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-71154797a5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Works fine for me on Fedora 44, thanks! FEDORA-2026-71154797a5 (wireshark-4.6.4-2.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. |