Bug 1765846

Summary: doxygen missing from RHEL/CentOS 8
Product: Red Hat Enterprise Linux 8 Reporter: Denis Arnaud <denis.arnaud_fedora>
Component: doxygenAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.4   
Target Milestone: rc   
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-28 08:40:50 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:

Description Denis Arnaud 2019-10-26 17:44:17 UTC
Description of problem:
Doxygen (https://src.fedoraproject.org/rpms/doxygen) seems to be absent from RHEL/CentOS 8 repositories. For instance, on a CentOS 8 with EPEL enabled.

Additional info:
A ticket has been opened for Release Engineering (https://pagure.io/epel/issue/89). However, I am not sure of the right process. Do not hesitate to point to the right way to require new sub-packages and/or packages for RHEL/CentOS 8.

Comment 1 Denis Arnaud 2019-10-27 14:37:31 UTC
The packages are available in Code Ready Builder (CRB) (on RHEL) / PowerTools (on CentOS). For the record (as I may not be the only one wondering on how to get those packages):

 $ sudo dnf config-manager --set-enabled PowerTools # CodeReadyBuilder
 $ sudo dnf -y install doxygen doxygen-latex doxygen-doxywizard

That bug can be closed.