Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It's an RPM spec file issue. If you installed it outside an RPM, then the spec file won't report it as working.

RHEL 8 does have a rubygems-asciidoctor RPM package, though it might be in EPEL. https://bugzilla.redhat.com/show_bug.cgi?id=1820896

When you say you did a ruby gem install, I assume that means you didn't install that package but instead installed via ruby. Im that case, you need to edit the spec file to remove the Depends line referring to asciidoctor.

https://gitlab.com/wireshark/wireshark/-/blob/master/packaging/rpm/wireshark.spec.in

It's an RPM spec file issue. If you installed it outside an RPM, then the dependencies in the spec file won't report it as working.be satisfied through the package management system

RHEL 8 does have a rubygems-asciidoctor RPM package, though it might be in EPEL. https://bugzilla.redhat.com/show_bug.cgi?id=1820896

When you say you did a ruby gem install, I assume that means you didn't install that package but instead installed via ruby. Im that case, you need to edit the spec file to remove the Depends line referring to asciidoctor.

https://gitlab.com/wireshark/wireshark/-/blob/master/packaging/rpm/wireshark.spec.in