Accepting request 184606 from network:samba:STABLE

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2013-07-30 17:11:54 +00:00 committed by Git OBS Bridge
commit aad57eea9e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 22 10:53:36 UTC 2013 - lmuelle@suse.com
- Don't package tdb tools man pages for pre-11.0 systems as they're not built
due to a missing docbook stylesheet.
-------------------------------------------------------------------
Tue Jun 4 14:45:40 UTC 2013 - lmuelle@suse.com

View File

@ -171,10 +171,12 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%{_bindir}/tdbdump
%{_bindir}/tdbrestore
%{_bindir}/tdbtool
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
%{_mandir}/man8/tdbbackup.8*
%{_mandir}/man8/tdbdump.8*
%{_mandir}/man8/tdbrestore.8*
%{_mandir}/man8/tdbtool.8*
%endif
%files -n python-tdb
%defattr(-,root,root,-)