conditionally package bdb tools in -tools
This commit is contained in:
parent
fb7f2749f3
commit
4dacd0cc9a
@ -466,7 +466,10 @@ make check-javahl
|
|||||||
%{_prefix}/lib/tmpfiles.d/svnserve.conf
|
%{_prefix}/lib/tmpfiles.d/svnserve.conf
|
||||||
|
|
||||||
%files tools -f tools.files
|
%files tools -f tools.files
|
||||||
%doc tools/hook-scripts tools/backup tools/bdb tools/examples tools/xslt
|
%doc tools/hook-scripts tools/backup tools/examples tools/xslt
|
||||||
|
%if %{with bdb}
|
||||||
|
%doc tools/bdb
|
||||||
|
%endif
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -535,6 +538,7 @@ make check-javahl
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.13.0-2
|
* Mon Jan 6 2020 Joe Orton <jorton@redhat.com> - 1.13.0-2
|
||||||
- update for KDE 5 (Phil O, #1768693)
|
- update for KDE 5 (Phil O, #1768693)
|
||||||
|
- conditionally package bdb tools in -tools
|
||||||
|
|
||||||
* Wed Oct 30 2019 Joe Orton <jorton@redhat.com> - 1.13.0-1
|
* Wed Oct 30 2019 Joe Orton <jorton@redhat.com> - 1.13.0-1
|
||||||
- update to 1.13.0
|
- update to 1.13.0
|
||||||
|
Loading…
Reference in New Issue
Block a user