1
0
Fridrich Strba 2017-09-16 07:30:05 +00:00 committed by Git OBS Bridge
parent 5e4844a985
commit d8612c018a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 16 07:29:20 UTC 2017 - fstrba@suse.com
- Make the requirements for mozilla-nss requires_ge instead of
requires_eq
-------------------------------------------------------------------
Fri Sep 15 15:55:30 UTC 2017 - fstrba@suse.com

View File

@ -340,7 +340,7 @@ Provides: jsse = %{version}
# The SunEC built against system NSS uses private APIs that
# change from time to time. Require thus the version we built
# against.
%requires_eq mozilla-nss
%requires_ge mozilla-nss
%else
Requires: mozilla-nss
%endif