Don't package tdb tools man pages for pre-11.0 systems as they're not built

due to a missing docbook stylesheet.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=35
This commit is contained in:
Lars Müller 2013-07-22 11:04:31 +00:00 committed by Git OBS Bridge
parent 38a94b9f0c
commit c4cdbd86cd
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,-)