Add missing Recommends: webkitgtk6.0%{?_isa}

Previously this was required, but the Requires was missing. Now it's
optional, but we should still Recommends: it. If the package is not
available (e.g. in RHEL) then the Recommends is harmless.
This commit is contained in:
Michael Catanzaro 2023-11-09 10:59:28 -06:00
parent 94b6245311
commit 6937b62ca2

View File

@ -127,6 +127,8 @@ Requires: xdg-desktop-portal-gtk >= 1.8.0
Requires: xdg-desktop-portal-gnome
# needed by the welcome dialog
Recommends: gnome-tour
# needed for captive portal helper
Recommends: webkitgtk6.0%{?_isa}
Provides: desktop-notification-daemon = %{version}-%{release}
Provides: PolicyKit-authentication-agent = %{version}-%{release}