Accepting request 841320 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer supported, please use "...": lib64 == lib64. OBS-URL: https://build.opensuse.org/request/show/841320 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=340
This commit is contained in:
parent
d97dd3a9da
commit
da00e5afd0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 15:31:33 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.16: error: bare words are no longer
|
||||
supported, please use "...": lib64 == lib64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 21:06:01 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -82,7 +82,7 @@ BuildRequires: pkgconfig(zlib)
|
||||
Requires(pre): libfreebl3 >= %{nss_softokn_fips_version}
|
||||
Requires(pre): libsoftokn3 >= %{nss_softokn_fips_version}
|
||||
Requires(pre): mozilla-nspr >= %{NSPR_min_version}
|
||||
%if %{_lib} == lib64
|
||||
%if "%{_lib}" == "lib64"
|
||||
Requires: libnssckbi.so()(64bit)
|
||||
%else
|
||||
Requires: libnssckbi.so
|
||||
|
Loading…
Reference in New Issue
Block a user