From b3479c17a4338db36e81520c46bb7cce7b4032e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 28 Jul 2017 19:13:10 +0200 Subject: [PATCH] RPM packaging: fix smartcardauth dependency to db4 on opensuse 42.3 --- redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec index fef6967d7..f6becc34b 100644 --- a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec +++ b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec @@ -112,7 +112,7 @@ BuildRequires: libdb-devel BuildRequires: libdb-cxx-devel %endif %if 0%{?suse_version} -%if "%{?suse_version}" == "1310" || "%{?suse_version}" == "1320" || 0%{?sle_version} == 120200 +%if "%{?suse_version}" == "1310" || "%{?suse_version}" == "1320" || 0%{?sle_version} == 120200 || 0%{?sle_version} == 120300 BuildRequires: libdb-4_8-devel %else BuildRequires: libdb-5_1-devel