[nss-softokn] Bug 883114 - Install bltest and fipstest as unsupported tools

Elio Maldonado emaldonado at fedoraproject.org
Mon Dec 3 23:21:15 UTC 2012


commit bdb74bbc50a02a37d3e7b380df7a4f1f3b6709a6
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Mon Dec 3 15:20:34 2012 -0800

    Bug 883114 - Install bltest and fipstest as unsupported tools

 nss-softokn.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index c1e46e3..91dc927 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -16,7 +16,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.14
-Release:          5%{?dist}
+Release:          6%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -292,7 +292,7 @@ do
 done
 
 # Copy the binaries we ship as unsupported
-for file in shlibsign
+for file in bltest fipstest shlibsign
 do
   %{__install} -p -m 755 mozilla/dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
 done
@@ -338,6 +338,8 @@ done
 %dir %{_libdir}/nss
 %dir %{saved_files_dir}
 %dir %{unsupported_tools_directory}
+%{unsupported_tools_directory}/bltest
+%{unsupported_tools_directory}/fipstest
 %{unsupported_tools_directory}/shlibsign
 
 %files freebl
@@ -373,6 +375,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Mon Dec 03 2012 Elio Maldonado <emaldona at redhat.com> - 3.14-6
+- Bug 883114 - Install bltest and fipstest as unsupported tools
+
 * Mon Nov 19 2012 Elio Maldonado <emaldona at redhat.com> - 3.14-5
 - Truly apply the bug 829088 patch this time
 - Resolves: rhbz#829088 - Fix failure in sha244 self-test


More information about the scm-commits mailing list