summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2021-02-23 11:59:29 +0100
committerAnoop C S <anoopcs@cryptolab.net>2021-02-23 17:38:28 +0530
commit8247399c3f89eaebc610dbcf6a932e9f7c65e02a (patch)
treee8e849bb28ae4aaf689df61aac026a98f3e64f1e /packaging
parentaf4601ab34b61e2a3e6aaa16a11b225de0f44959 (diff)
downloadsamba-integration-8247399c3f89eaebc610dbcf6a932e9f7c65e02a.tar.gz
samba-integration-8247399c3f89eaebc610dbcf6a932e9f7c65e02a.tar.xz
samba-integration-8247399c3f89eaebc610dbcf6a932e9f7c65e02a.zip
samba-build: fix test-install of centos8 rpms
the talloc and ldb manpages installed witht the client-libs package conflict with the same files from libtalloc-devel and libldb-devel respectively. For centos8, this lets install fail since the samba3-python package indirectly requires these devel packages. Since we're building the libs as bundled, we should not be installing these manpages in a system location anyway. Fix this by not packaging these manpages in the client-libs package. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/samba.spec.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/samba.spec.j2 b/packaging/samba.spec.j2
index 5a67d8f..00b970c 100644
--- a/packaging/samba.spec.j2
+++ b/packaging/samba.spec.j2
@@ -1634,7 +1634,7 @@ fi
%{_libdir}/samba/libtalloc.so.*
%{_libdir}/samba/libpytalloc-util.*.so.*
-%{_mandir}/man3/talloc.3.gz
+%exclude %{_mandir}/man3/talloc.3.gz
%{python3_sitearch}/talloc.*.so*
%{_libdir}/samba/libtevent.so.*
@@ -1649,7 +1649,7 @@ fi
%{_libdir}/samba/libldb.so.*
%{_libdir}/samba/libpyldb-util.*.so.*
-%{_mandir}/man3/ldb.3.gz
+%exclude %{_mandir}/man3/ldb.3.gz
%{python3_sitearch}/__pycache__/_ldb_text.*.pyc
%{python3_sitearch}/_ldb_text.py*
%{python3_sitearch}/ldb.*.so