Add "Conflicts" with older firefox
This commit is contained in:
parent
8b6e6cc656
commit
c6535e87bd
11
nss.spec
11
nss.spec
@ -21,7 +21,7 @@ Name: nss
|
|||||||
Version: 3.28.1
|
Version: 3.28.1
|
||||||
# for Rawhide, please always use release >= 2
|
# for Rawhide, please always use release >= 2
|
||||||
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
# for Fedora release branches, please use release < 2 (1.0, 1.1, ...)
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
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
|
||||||
@ -51,6 +51,11 @@ BuildRequires: perl
|
|||||||
# removed. See https://bugzilla.redhat.com/1346806 for details.
|
# removed. See https://bugzilla.redhat.com/1346806 for details.
|
||||||
Requires: nss-pem
|
Requires: nss-pem
|
||||||
|
|
||||||
|
# NSS 3.28.1 introduced a curve, that is smaller than a check in
|
||||||
|
# Firefox allows. The fix has been added in firefox >= 50.1.0-3:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1413182
|
||||||
|
Conflicts: firefox < 50.1.0-3
|
||||||
|
|
||||||
%if %{defined nss_ckbi_suffix}
|
%if %{defined nss_ckbi_suffix}
|
||||||
%define full_nss_version %{version}%{nss_ckbi_suffix}
|
%define full_nss_version %{version}%{nss_ckbi_suffix}
|
||||||
%else
|
%else
|
||||||
@ -793,6 +798,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-4
|
||||||
|
- Add "Conflicts" with older firefox packages which don't have support
|
||||||
|
for smaller curves added in NSS 3.28.1
|
||||||
|
|
||||||
* Fri Jan 13 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-3
|
* Fri Jan 13 2017 Daiki Ueno <dueno@redhat.com> - 3.28.1-3
|
||||||
- Fix incorrect version specification in %%nss_{util,softokn}_version,
|
- Fix incorrect version specification in %%nss_{util,softokn}_version,
|
||||||
pointed by Elio Maldonado
|
pointed by Elio Maldonado
|
||||||
|
Loading…
Reference in New Issue
Block a user