Accepting request 555849 from mozilla:Factory

OBS-URL: https://build.opensuse.org/request/show/555849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=131
This commit is contained in:
Dominique Leuenberger 2017-12-12 20:20:33 +00:00 committed by Git OBS Bridge
commit 8e7f335cf6
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -57,7 +57,7 @@ Patch5: malloc.patch
Patch6: nss-disable-ocsp-test.patch
Patch7: nss-sqlitename.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: libfreebl3 >= %{nss_softokn_fips_version}
PreReq: libsoftokn3 >= %{nss_softokn_fips_version}