diff --git a/tdb.changes b/tdb.changes index df4da2e..9503dce 100644 --- a/tdb.changes +++ b/tdb.changes @@ -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 diff --git a/tdb.spec b/tdb.spec index 9bae816..6cf7d76 100644 --- a/tdb.spec +++ b/tdb.spec @@ -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,-)