Bug 2151033

Summary: The atopacctd.8 man page is not packaged in the Fedora Project's RPM
Product: [Fedora] Fedora Reporter: metta.crawler
Component: atopAssignee: Gwyn Ciesla <gwync>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: andy, gwync
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 18:42:55 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 metta.crawler 2022-12-05 23:23:08 UTC
Description of problem:

The atopacctd.8 man page is not packaged in the Fedora Project's RPM, despite it being referenced in the other atop man pages and also in the atopacct.service systemd unit file.

Version-Release number of selected component (if applicable):

atop-2.7.1-3.fc37.src.rpm

How reproducible:

Always

Steps to Reproduce:
1. sudo dnf install atop

2. Run:

systemctl status atopacct.service | grep Docs:
       Docs: man:atopacctd(8)

3. Run:

$ man atop | grep -A1 SEE.ALSO
SEE ALSO
       atopsar(1), atopconvert(1), atopcat(1), atoprc(5), atopacctd(8), netatop(4), netatopd(8), atopgpud(8), logrotate(8)


4. Run:

$ man atop | grep -A1 SEE.ALSO | tail -n 1 | awk '{print $5}'
atopacctd(8),

5. Run:

man atopacctd
No manual entry for atopacctd


Actual results:

Four man pages and a systemd unit file all mention a man page that is not installed despite it being in the upstream release.

Expected results:

All man pages provided by the upstream release are included in the binary RPM.

Additional info:

Copr repo with atop packaging modified to include the atopacctd(8) man page:

https://copr.fedorainfracloud.org/coprs/mettacrawler/atop-with-atopacctd.8-man-page/

Comment 1 metta.crawler 2022-12-07 21:49:37 UTC
Continued on 
https://bugzilla.redhat.com/show_bug.cgi?id=2151717

Comment 2 Gwyn Ciesla 2022-12-07 21:52:30 UTC
I fixed the problem in rawhide.

Comment 3 metta.crawler 2022-12-07 22:28:08 UTC
Thank you.