From 3bddbf4be8fd776104f09288566678bbcc497030 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 9 May 2017 12:06:14 -0600 Subject: [PATCH] Resolves: rhbz #1434535 - Bump NSS dependencies from 4.28.3 to 4.28.4-6 to pick-up fix in Mozilla Bugzilla #1360207 - Fix incorrect if (ss->...) in SSL_ReconfigFD --- jss.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/jss.spec b/jss.spec index 4c50e5b..19c3bba 100644 --- a/jss.spec +++ b/jss.spec @@ -1,6 +1,6 @@ Name: jss Version: 4.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java Security Services (JSS) Group: System Environment/Libraries @@ -23,14 +23,14 @@ Conflicts: idm-console-framework < 1.1.17-4 Conflicts: pki-base < 10.4.0 Conflicts: tomcatjss < 7.2.1 -BuildRequires: nss-devel >= 3.28.3 +BuildRequires: nss-devel >= 3.28.4-6 BuildRequires: nspr-devel >= 4.13.1 BuildRequires: java-devel %if 0%{?fedora} >= 25 BuildRequires: perl %endif Requires: java-headless -Requires: nss >= 3.28.3 +Requires: nss >= 3.28.4-6 %description Java Security Services (JSS) is a java native interface which provides a bridge @@ -138,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/%{name}-%{version}/* %changelog +* Tue May 9 2017 Matthew Harmsen - 4.4.2-2 +- Bump NSS dependencies from 4.28.3 to 4.28.4-6 to pick-up fix in + Mozilla Bugzilla #1360207 - Fix incorrect if (ss->...) in SSL_ReconfigFD + * Mon May 1 2017 Matthew Harmsen - 4.4.2-1 - Mozilla Bugzilla #1352476 - RFE: Document on the README how to create a release tag (mharmsen)