Do not require sqlite for nss, it breaks nss-util install - bug 520277
This commit is contained in:
parent
d4d1c79960
commit
4bf33e7173
6
nss.spec
6
nss.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.12.3.99.3
|
Version: 3.12.3.99.3
|
||||||
Release: 26%{?dist}
|
Release: 27%{?dist}
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -14,7 +14,6 @@ Requires: nspr >= %{nspr_version}
|
|||||||
Requires: nss-util >= %{nss_util_version}
|
Requires: nss-util >= %{nss_util_version}
|
||||||
Requires: nss-softokn >= %{nss_softokn_version}
|
Requires: nss-softokn >= %{nss_softokn_version}
|
||||||
Requires: nss-softokn-freebl%{_isa} >= %{nss_softokn_version}
|
Requires: nss-softokn-freebl%{_isa} >= %{nss_softokn_version}
|
||||||
Requires: sqlite
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: nspr-devel >= %{nspr_version}
|
BuildRequires: nspr-devel >= %{nspr_version}
|
||||||
BuildRequires: nss-softokn >= %{nss_softokn_version}
|
BuildRequires: nss-softokn >= %{nss_softokn_version}
|
||||||
@ -440,6 +439,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 29 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-27
|
||||||
|
- Don't require sqlite for nss
|
||||||
|
|
||||||
* Sat Aug 29 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-26
|
* Sat Aug 29 2009 Elio Maldonado<emaldona@redhat.com> - 3.12.3.99.3-26
|
||||||
- Ensure versions in the requires match those used when creating nss.pc
|
- Ensure versions in the requires match those used when creating nss.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user