summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-03-15 17:57:18 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-03-15 17:57:18 +0100
commit4dfd562bd33da7f4471f673209acf37c64a8d586 (patch)
treeccd293d58602d998b5fb3adf7a820d8f0af5177d
parent5a2bff3f7afd5561c5f6e003690a42542cbfcfa1 (diff)
downloadsamba4-4dfd562bd33da7f4471f673209acf37c64a8d586.tar.gz
samba4-4dfd562bd33da7f4471f673209acf37c64a8d586.tar.xz
samba4-4dfd562bd33da7f4471f673209acf37c64a8d586.zip
Add missing tdb files if we build them.
-rw-r--r--samba4.spec15
1 files changed, 15 insertions, 0 deletions
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