From 4dfd562bd33da7f4471f673209acf37c64a8d586 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 15 Mar 2012 17:57:18 +0100 Subject: Add missing tdb files if we build them. --- samba4.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/samba4.spec b/samba4.spec index da41808..50e2fbc 100644 --- a/samba4.spec +++ b/samba4.spec @@ -714,6 +714,10 @@ rm -rf %{buildroot} %{_libdir}/samba/libtevent.so.0 %{_libdir}/samba/libtevent.so.%{tevent_version} %endif +%if %{with_tdb} +%{_libdir}/samba/libtdb.so.0 +%{_libdir}/samba/libtdb.so.%{tdb_version} +%endif %files common %defattr(-,root,root) @@ -868,6 +872,17 @@ rm -rf %{buildroot} %{_mandir}/man1/regshell.1.gz %{_mandir}/man1/regtree.1.gz +%if %{with_tdb} +%{_bindir}/tdbbackup +%{_bindir}/tdbdump +%{_bindir}/tdbrestore +%{_bindir}/tdbtool +%{_mandir}/man8/tdbbackup.8.gz +%{_mandir}/man8/tdbdump.8.gz +%{_mandir}/man8/tdbrestore.8.gz +%{_mandir}/man8/tdbtool.8.gz +%endif + %if %with_ldb %{_bindir}/ldbadd %{_bindir}/ldbdel -- cgit