Accepting request 554988 from home:dimstar:Factory
Fix build with RPM 4.14 OBS-URL: https://build.opensuse.org/request/show/554988 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=252
This commit is contained in:
parent
d4c9f5a5cf
commit
bc2956241b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 7 11:13:11 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Escape the usage of %{VERSION} when calling out to rpm.
|
||||||
|
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 17:53:11 UTC 2017 - wr@rosenauer.org
|
Tue Oct 3 17:53:11 UTC 2017 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ Patch5: malloc.patch
|
|||||||
Patch6: nss-disable-ocsp-test.patch
|
Patch6: nss-disable-ocsp-test.patch
|
||||||
Patch7: nss-sqlitename.patch
|
Patch7: nss-sqlitename.patch
|
||||||
Patch8: bmo-1400603.patch
|
Patch8: bmo-1400603.patch
|
||||||
%define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
|
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||||
PreReq: mozilla-nspr >= %nspr_ver
|
PreReq: mozilla-nspr >= %nspr_ver
|
||||||
PreReq: libfreebl3 >= %{nss_softokn_fips_version}
|
PreReq: libfreebl3 >= %{nss_softokn_fips_version}
|
||||||
PreReq: libsoftokn3 >= %{nss_softokn_fips_version}
|
PreReq: libsoftokn3 >= %{nss_softokn_fips_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user