From bf9c169ab12086713468cfe958795726ecca8e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 18 Mar 2017 13:18:42 +0100 Subject: RPM packaging: fix smartcardauth build dependencies --- redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'redhat/applications/smartcardauth/smartcardauth-14.0.0.spec') diff --git a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec index 0ab5ad419..087e69080 100644 --- a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec +++ b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec @@ -112,10 +112,11 @@ BuildRequires: libdb-devel BuildRequires: libdb-cxx-devel %endif %if 0%{?suse_version} +%if "%{?suse_version}" == "1310" || "%{?suse_version}" == "1320" +BuildRequires: libdb-4_8-devel +%endif %if "%{?suse_version}" == "1315" BuildRequires: libdb-5_1-devel -%else -BuildRequires: libdb-devel %endif %endif %if 0%{?rhel} && 0%{?rhel} <= 6 -- cgit v1.2.1