diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-07-28 19:13:10 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-07-28 19:13:10 +0200 |
commit | b3479c17a4338db36e81520c46bb7cce7b4032e3 (patch) | |
tree | 6f6484564b1bde6b1efa9c534099dce9d8ba8627 /redhat/applications/smartcardauth | |
parent | 2a9e6e2053407cd126bf1154086f3ca170c7d5a9 (diff) | |
download | tde-packaging-b3479c17a4338db36e81520c46bb7cce7b4032e3.tar.gz tde-packaging-b3479c17a4338db36e81520c46bb7cce7b4032e3.zip |
RPM packaging: fix smartcardauth dependency to db4 on opensuse 42.3
Diffstat (limited to 'redhat/applications/smartcardauth')
-rw-r--r-- | redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |