and the bug is a stupid "Requires: %{name} = %{epoch}:%{version}-%{release}" in the "cli" section which means "wireshark-cli explicitly depends on the wireshark metapackage" which is exactly the wrong direction - hence do not pollute rpm-specs with explicit Requires until you have a damned good reason
and nothing else because that way you won't need both of the follwoing because "%{name}-qt" would implicit pull "%{name}-cli" and "%{name}-cli" would pull nothing as intended
This update has been submitted for testing by mruprich.
This update has obsoleted wireshark-2.4.5-1.fc27, and has inherited its bugs and notes.
This update has been pushed to testing.
either give up sub-packaging at all or do not pull QT-dependency-chain on headless servers - https://bugzilla.redhat.com/show_bug.cgi?id=1555323
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
and the bug is a stupid "Requires: %{name} = %{epoch}:%{version}-%{release}" in the "cli" section which means "wireshark-cli explicitly depends on the wireshark metapackage" which is exactly the wrong direction - hence do not pollute rpm-specs with explicit Requires until you have a damned good reason
a sane dep-chain would be:
wireshark Requires: wireshark-qt wiresshark-qt Reuires: wireshark-cli
and nothing else because that way you won't need both of the follwoing because "%{name}-qt" would implicit pull "%{name}-cli" and "%{name}-cli" would pull nothing as intended
Requires: %{name}-cli = %{epoch}:%{version}-%{release} Requires: %{name}-qt = %{epoch}:%{version}-%{release}
WFM
This update has been obsoleted by wireshark-2.4.5-3.fc27.