- Require exact version libsoftokn3/libfreebl3 as there seems to
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=289
This commit is contained in:
parent
2af2e412d2
commit
da65ab3299
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 01:14:49 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Requiere exact version libsoftokn3/libfreebl3 as there seems to
|
||||
- Require exact version libsoftokn3/libfreebl3 as there seems to
|
||||
be rather tight dependency - bsc#1138384 bsc#1135478
|
||||
- Small packaging cleanup
|
||||
|
||||
|
@ -17,15 +17,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define run_testsuite 0
|
||||
%global nss_softokn_fips_version 3.45
|
||||
%define NSPR_min_version 4.21
|
||||
%define underscore_version 3_45
|
||||
%define nspr_ver %(rpm -q --queryformat '%{version}-%{release}' mozilla-nspr)
|
||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||
Name: mozilla-nss
|
||||
Version: 3.45
|
||||
Release: 0
|
||||
%define underscore_version 3_45
|
||||
Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
@ -55,15 +54,20 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(nspr) >= %{NSPR_min_version}
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: mozilla-nspr = %{nspr_ver}
|
||||
Requires(pre): libfreebl3 >= %{nss_softokn_fips_version}
|
||||
Requires(pre): libsoftokn3 >= %{nss_softokn_fips_version}
|
||||
Requires(pre): mozilla-nspr = %{nspr_ver}
|
||||
Requires(pre): mozilla-nspr >= %{NSPR_min_version}
|
||||
%if %{_lib} == lib64
|
||||
Requires: libnssckbi.so()(64bit)
|
||||
%else
|
||||
Requires: libnssckbi.so
|
||||
%endif
|
||||
%ifnarch %sparc
|
||||
%if ! 0%{?qemu_user_space_build}
|
||||
# disabled temporarily bmo#1236340
|
||||
%define run_testsuite 0
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
Network Security Services (NSS) is a set of libraries designed to
|
||||
|
Loading…
Reference in New Issue
Block a user