diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-13 19:01:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-13 19:01:53 +0200 |
commit | 50110d42bb01282978aade5b82cd583b21d37ab9 (patch) | |
tree | 10b7b74c5abaa113569795bb908d27260bc41b5c /redhat/applications/office/koffice | |
parent | b74e1dc2f468049eec083779fc4f8a5a821b40f6 (diff) | |
download | tde-packaging-50110d42bb01282978aade5b82cd583b21d37ab9.tar.gz tde-packaging-50110d42bb01282978aade5b82cd583b21d37ab9.zip |
RPM: update opensuse dependencies to postgresql
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/office/koffice')
-rw-r--r-- | redhat/applications/office/koffice/koffice.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/applications/office/koffice/koffice.spec b/redhat/applications/office/koffice/koffice.spec index d76dea71d..e137cc9b9 100644 --- a/redhat/applications/office/koffice/koffice.spec +++ b/redhat/applications/office/koffice/koffice.spec @@ -220,7 +220,8 @@ BuildRequires: trinity-poppler-devel >= 0.12 %if 0%{?mdkversion} || 0%{?fedora} || 0%{?suse_version} %if 0%{?suse_version} != 1500 && 0%{?suse_version} != 1550 && 0%{?pclinuxos} == 0 %define with_postgresql 1 -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +BuildRequires: postgresql +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 BuildRequires: postgresql-server-devel %else BuildRequires: postgresql-devel |