Related: #2078958 Consolidate patch condition
This commit is contained in:
parent
c233245281
commit
c45c9aab1f
@ -435,11 +435,7 @@ echo "use_rustts %{?use_rustts}"
|
||||
%patch224 -p1 -b .1170092
|
||||
|
||||
# the nss changed in 8.6 and later, so addons are working in older releases
|
||||
%if 0%{?rhel_minor_version} >= 6
|
||||
%patch225 -p1 -b .firefox-nss-addon-hack
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} >= 9
|
||||
%if (0%{?rhel} == 8 && %{rhel_minor_version} >= 6) || 0%{?rhel} >= 9
|
||||
%patch225 -p1 -b .firefox-nss-addon-hack
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user