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
This commit is contained in:
Matthew Harmsen 2017-05-09 12:06:14 -06:00
parent 8ea4b34836
commit 3bddbf4be8

View File

@ -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 <mharmsen@redhat.com> - 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 <mharmsen@redhat.com> - 4.4.2-1
- Mozilla Bugzilla #1352476 - RFE: Document on the README how to create a
release tag (mharmsen)