From ea9a21adf05bc28a6e05e45cb224ca3cd3c3df5d Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 14 Sep 2022 16:10:01 +0530 Subject: [PATCH] Do not remove ldb-ldap-modules files from buildroot New sub-package samba-ldb-ldap-modules requires corresponding files to be present in buildroot irrespective of whether DC components are enabled or not in the build process. Therefore refrain from removing those from the buildroot. --- samba.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/samba.spec b/samba.spec index 0c751a9..c2ac924 100644 --- a/samba.spec +++ b/samba.spec @@ -1377,8 +1377,6 @@ for i in \ %{_mandir}/man8/samba.8 \ %{_mandir}/man8/samba_downgrade_db.8 \ %{_mandir}/man8/samba-gpupdate.8 \ - %{_libdir}/samba/ldb/ildap.so \ - %{_libdir}/samba/ldb/ldbsamba_extensions.so \ %{_unitdir}/samba.service \ %{python3_sitearch}/samba/dcerpc/dnsserver.*.so \ %{python3_sitearch}/samba/dnsserver.py \