diff --git a/nss-skip-util-gtest.patch b/nss-skip-util-gtest.patch new file mode 100644 index 0000000..94391c8 --- /dev/null +++ b/nss-skip-util-gtest.patch @@ -0,0 +1,10 @@ +diff -up nss/gtests/manifest.mn.skip_util_gtest nss/gtests/manifest.mn +--- nss/gtests/manifest.mn.skip_util_gtest 2017-08-08 12:45:57.598801125 +0200 ++++ nss/gtests/manifest.mn 2017-08-08 12:46:59.682419852 +0200 +@@ -31,6 +31,5 @@ endif + + DIRS = \ + $(LIB_SRCDIRS) \ +- $(UTIL_SRCDIRS) \ + $(NSS_SRCDIRS) \ + $(NULL) diff --git a/nss.spec b/nss.spec index 31d0137..f8dd825 100644 --- a/nss.spec +++ b/nss.spec @@ -110,6 +110,7 @@ Patch50: iquote.patch Patch58: rhbz1185708-enable-ecc-3des-ciphers-by-default.patch # Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1279520 Patch59: nss-check-policy-file.patch +Patch62: nss-skip-util-gtest.patch %description Network Security Services (NSS) is a set of libraries designed to @@ -192,6 +193,7 @@ low level services. %patch58 -p0 -b .1185708_3des pushd nss %patch59 -p1 -b .check_policy_file +%patch62 -p1 -b .skip_util_gtest popd #########################################################