From 54cbb6cf921a75d8878ad73e0229e2465fff4117 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Fix to build in mock. --- nss/mingw32-nss.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nss/mingw32-nss.spec b/nss/mingw32-nss.spec index 186d545..106378e 100644 --- a/nss/mingw32-nss.spec +++ b/nss/mingw32-nss.spec @@ -12,7 +12,7 @@ Name: mingw32-nss Version: 3.12.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows port of NSS (Network Security Services) License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -81,6 +81,11 @@ v3 certificates, and other security standards. # (2) OS_TARGET must be set to the basename (w/o 2.6). cp %{SOURCE1000} mozilla/security/coreconf/FedoraCross2.6.mk +# This fixes a build failure in mock (not rpmbuild). +# This fix is not well-understood. +touch mozilla/security/nss/cmd/signtool/-lz +touch mozilla/security/nss/cmd/modutil/-lz + %build # For cross-compilation, make sure pkg-config picks up the cross-compiled @@ -311,6 +316,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 18 2009 Richard W.M. Jones - 3.12.2.0-5 +- Fix to build in mock. + * Tue Feb 17 2009 Richard W.M. Jones - 3.12.2.0-4 - Now builds. -- 1.8.3.1