From f451ba7628be0798ba336fa094c61cc037fcab8f Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Thu, 17 Sep 2009 21:11:30 +0000 Subject: [PATCH] Add nssdbm3.so to nss-prelink.conf, rhbz#524075 --- nss.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index b4fe458..08ccd5f 100644 --- a/nss.spec +++ b/nss.spec @@ -14,7 +14,7 @@ Summary: Network Security Services Name: nss Version: 3.12.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -471,6 +471,9 @@ done %changelog +* Thu Sep 17 2009 Elio Maldonado - 3.12.4-3 +- Add nssdbm3.so to nss-prelink.conf, rhbz#524075 + * Tue Sep 15 2009 Elio Maldonado - 3.12.4-2 - Fix inability to toggle fips mode when using legacy db - 483855