From d8612c018a85c315b5c248c11a6dc68ad8079e548d0085a2b59eed336aea0f9c Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sat, 16 Sep 2017 07:30:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=248 --- java-1_8_0-openjdk.changes | 6 ++++++ java-1_8_0-openjdk.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/java-1_8_0-openjdk.changes b/java-1_8_0-openjdk.changes index dd7aa2a..c4b70ac 100644 --- a/java-1_8_0-openjdk.changes +++ b/java-1_8_0-openjdk.changes @@ -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 diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index 4028b67..4c46902 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -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