diff options
-rw-r--r-- | redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 5 |
1 files changed, 3 insertions, 2 deletions
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 |