[nss-softokn] Update to nss-3.17.4

Elio Maldonado emaldonado at fedoraproject.org
Thu Jan 29 01:19:30 UTC 2015


commit 020bcff85ead5d0263454e93f282c07210ccb9d6
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Wed Jan 28 17:14:15 2015 -0800

    Update to nss-3.17.4
    
    - fix dependencies so nss-softokn pulls in nss-softokn-freebl of the same version and release
    - picked up this fix from rhel-7.1, not an issue for fedora but two years fro now
    - when rhel-8 picks up fedora it will need this

 .gitignore       |    2 +-
 nss-softokn.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e91612c..1fe2442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nss-softokn-3.17.3.tar.gz
+/nss-softokn-3.17.4.tar.gz
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 346337e..7dbfc68 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -1,6 +1,6 @@
 %global nspr_version 4.10.7
 %global nss_name nss
-%global nss_util_version 3.17.3
+%global nss_util_version 3.17.4
 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 %global saved_files_dir %{_libdir}/nss/saved
 
@@ -24,14 +24,14 @@
 
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
-Version:          3.17.3
+Version:          3.17.4
 Release:          1%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
 Requires:         nspr >= %{nspr_version}
 Requires:         nss-util >= %{nss_util_version}
-Requires:         nss-softokn-freebl%{_isa} >= %{version}
+Requires:         nss-softokn-freebl%{_isa} >= %{version}-%{release}
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    nspr-devel >= %{nspr_version}
 BuildRequires:    nss-util-devel >= %{nss_util_version}
@@ -397,6 +397,10 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Wed Jan 28 2015 Elio Maldonado <emaldona at redhat.com> - 3.17.4-1
+- Update to nss-3.17.4
+- fix dependencies so nss-softokn pulls in nss-softokn-freebl of the same version and release
+
 * Fri Dec 05 2014 Elio Maldonado <emaldona at redhat.com> - 3.17.3-1
 - Update to nss-3.17.3
 
diff --git a/sources b/sources
index 00d8ab4..684f050 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56ad83818b6e9a9f59b2afc2c6c35a8e  nss-softokn-3.17.3.tar.gz
+dd620163e663dcbb43d3b42323eb8356  nss-softokn-3.17.4.tar.gz


More information about the scm-commits mailing list