From 09bd50715f5d2c0043da1f60227c3f292112187d Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Nov 10 2017 14:16:56 +0000 Subject: Fix nss-pem requirement on multilib --- diff --git a/nss.spec b/nss.spec index aea77ef..ad8fad2 100644 --- a/nss.spec +++ b/nss.spec @@ -21,7 +21,7 @@ Name: nss Version: 3.33.0 # for Rawhide, please always use release >= 2 # for Fedora release branches, please use release < 2 (1.0, 1.1, ...) -Release: 1.0%{?dist} +Release: 1.1%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -49,7 +49,7 @@ BuildRequires: perl-interpreter # programs relying on that continue to work until they are fixed to require # nss-pem instead. Once all of them are fixed, the following line can be # removed. See https://bugzilla.redhat.com/1346806 for details. -Requires: nss-pem +Requires: nss-pem%{?_isa} # NSS 3.28.1 introduced a curve, that is smaller than a check in old # Mozilla code allows. @@ -803,6 +803,10 @@ fi %changelog +* Fri Nov 10 2017 Daiki Ueno - 3.33.0-1.1 +- Make sure 32bit nss-pem always be installed with 32bit nss in + multlib environment, patch by Kamil Dudka + * Tue Oct 3 2017 Daiki Ueno - 3.33.0-1.0 - Update to NSS 3.33.0