fix epel8 patch

This commit is contained in:
Tom spot Callaway 2021-01-21 09:11:03 -05:00
parent 21c9b0cffe
commit c41b4ff221
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ diff -up chromium-76.0.3809.132/components/os_crypt/features.gni.rhel8 chromium-
declare_args() {
# Whether to use libgnome-keyring (deprecated by libsecret).
# See http://crbug.com/466975 and http://crbug.com/355223.
- use_gnome_keyring = is_desktop_linux && use_glib
- use_gnome_keyring = is_linux && use_glib
+ use_gnome_keyring = false
}

View File

@ -328,7 +328,7 @@ Patch203: chromium-86.0.4240.75-vaapi-i686-fpermissive.patch
Patch205: chromium-86.0.4240.75-fix-vaapi-on-intel.patch
# Apply these patches to work around EPEL8 issues
Patch300: chromium-76.0.3809.132-rhel8-force-disable-use_gnome_keyring.patch
Patch300: chromium-88.0.4324.96-rhel8-force-disable-use_gnome_keyring.patch
# And fixes for new compilers
Patch400: %{name}-gcc11.patch