Require nss-softoken of same arch as nss (#527867)

This commit is contained in:
Elio Maldonado 2009-10-26 18:28:33 +00:00
parent c68a00ee4e
commit 782344fee9
1 changed files with 5 additions and 2 deletions

View File

@ -6,13 +6,13 @@
Summary: Network Security Services
Name: nss
Version: 3.12.4
Release: 14%{?dist}
Release: 15%{?dist}
License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.mozilla.org/projects/security/pki/nss/
Group: System Environment/Libraries
Requires: nspr >= %{nspr_version}
Requires: nss-util >= %{nss_util_version}
Requires: nss-softokn >= %{nss_softokn_version}
Requires: nss-softokn%{_isa} >= %{nss_softokn_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nspr-devel >= %{nspr_version}
BuildRequires: nss-softokn-devel >= %{version}
@ -469,6 +469,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
%changelog
* Mon Oct 26 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-15
- Require nss-softoken of same arch as nss (#527867)
* Mon Oct 06 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.4-14
- Fix bug where user was prompted for a password when listing keys on an empty system database (#527048)
- Fix setup-nsssysinit to handle more general flags formats (#527051)