From 84c1317fb06608c77186863ceba8da84e8c91879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 20 Oct 2015 17:09:00 +0200 Subject: [PATCH] Move manpages to their appropriate package. Guenther --- samba.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samba.spec b/samba.spec index 77199ae..e0f383c 100644 --- a/samba.spec +++ b/samba.spec @@ -1320,6 +1320,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/samba/smb.conf %config(noreplace) %{_sysconfdir}/samba/lmhosts %config(noreplace) %{_sysconfdir}/sysconfig/samba +%{_mandir}/man5/lmhosts.5* +%{_mandir}/man5/smb.conf.5* +%{_mandir}/man5/smbpasswd.5* +%{_mandir}/man7/samba.7* ### COMMON-libs %files common-libs @@ -1348,10 +1352,6 @@ rm -rf %{buildroot} %{_mandir}/man1/profiles.1* %{_mandir}/man1/smbcontrol.1* %{_mandir}/man1/testparm.1* -%{_mandir}/man5/lmhosts.5* -%{_mandir}/man5/smb.conf.5* -%{_mandir}/man5/smbpasswd.5* -%{_mandir}/man7/samba.7* %{_mandir}/man8/net.8* %{_mandir}/man8/pdbedit.8* %{_mandir}/man8/smbpasswd.8*