ARM tests pass so remove ARM conditional
This commit is contained in:
parent
301ed12356
commit
5d65d327f1
8
nss.spec
8
nss.spec
@ -19,7 +19,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.15.4
|
Version: 3.15.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -433,14 +433,11 @@ cd ../../
|
|||||||
killall $RANDSERV || :
|
killall $RANDSERV || :
|
||||||
|
|
||||||
TEST_FAILURES=`grep -c FAILED ./tests_results/security/localhost.1/output.log` || :
|
TEST_FAILURES=`grep -c FAILED ./tests_results/security/localhost.1/output.log` || :
|
||||||
# test suite is failing on arm and has for awhile let's run the test suite but make it non fatal on arm
|
|
||||||
%ifnarch %{arm}
|
|
||||||
if [ $TEST_FAILURES -ne 0 ]; then
|
if [ $TEST_FAILURES -ne 0 ]; then
|
||||||
echo "error: test suite returned failure(s)"
|
echo "error: test suite returned failure(s)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "test suite completed"
|
echo "test suite completed"
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
@ -734,6 +731,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.15.4-2
|
||||||
|
- ARM tests pass so remove ARM conditional
|
||||||
|
|
||||||
* Tue Jan 07 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-1
|
* Tue Jan 07 2014 Elio Maldonado <emaldona@redhat.com> - 3.15.4-1
|
||||||
- Update to nss-3.15.4 (hg tag NSS_3_15_4_RTM)
|
- Update to nss-3.15.4 (hg tag NSS_3_15_4_RTM)
|
||||||
- Resolves: Bug 1049229 - nss-3.15.4 is available
|
- Resolves: Bug 1049229 - nss-3.15.4 is available
|
||||||
|
Loading…
Reference in New Issue
Block a user