Move man pages for pam_systemd and pam_systemd_home to -pam subpackage

Fixes rpmlint: systemd-pam.x86_64: W: no-documentation
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-04-01 19:50:13 +02:00
parent bb79fb7387
commit 48edd5b3a5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ for file in files(buildroot):
/var(/cache|/log|/lib|/run|)$
''', n, re.X):
continue
if '/security/pam_' in n:
if '/security/pam_' in n or '/man8/pam_' in n:
o = o_pam
elif '/rpm/' in n:
o = o_rpm_macros