- Reenable firebird integration

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=698
This commit is contained in:
Tomáš Chvátal 2018-07-26 13:22:41 +00:00 committed by Git OBS Bridge
parent a66f183013
commit c3ddf1339a
2 changed files with 7 additions and 2 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 26 13:22:21 UTC 2018 - tchvatal@suse.com
- Reenable firebird integration
-------------------------------------------------------------------
Mon Jul 23 08:43:51 UTC 2018 - tchvatal@suse.com

@ -34,8 +34,8 @@
%else
%bcond_with kdeintegration
%endif
%if 0%{?suse_version} > 1320 && 0%{?is_opensuse}
%bcond_with firebird
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
%bcond_without firebird
%else
%bcond_with firebird
%endif