From bcb3974e312f6d84a8f23246dc0c65121a2199b5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 21 Aug 2024 09:29:46 +0200 Subject: [PATCH] Fix manpages for libldb related: rhbz#230046 --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 3465b9e..792808a 100644 --- a/samba.spec +++ b/samba.spec @@ -1549,7 +1549,7 @@ popd cp -a lib/ldb/apidocs/man/* %{buildroot}%{_mandir} # Remove manpages we don't want rm -f %{buildroot}%{_mandir}/man3/_* -rm -f %{buildroot}%{_mandir}/man*/Py*.gz +rm -f %{buildroot}%{_mandir}/man3/PyLdb* %if %{with testsuite} %check