Add conditional hard dependency on mozilla-openh264, always required if openh264 is installed

This commit is contained in:
Michael Catanzaro 2024-08-15 14:58:13 -05:00
parent b9b254a4f7
commit ca4f6b0080

View File

@ -366,7 +366,7 @@ BuildRequires: icu
%endif %endif
Requires: mozilla-filesystem Requires: mozilla-filesystem
Recommends: mozilla-openh264 >= 2.1.1 Requires: (mozilla-openh264 >= 2.1.1 if openh264)
%if %{with langpacks_subpkg} %if %{with langpacks_subpkg}
Recommends: firefox-langpacks = %{version}-%{release} Recommends: firefox-langpacks = %{version}-%{release}
%else %else
@ -1238,6 +1238,9 @@ fi
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Thu Aug 15 2024 Michael Catanzaro <mcatanzaro@redhat.com> - 129.0-3
- Add conditional hard dependency on mozilla-openh264, always required if openh264 is installed
* Tue Aug 13 2024 Jan Grulich <jgrulich@redhat.com> - 129.0-2 * Tue Aug 13 2024 Jan Grulich <jgrulich@redhat.com> - 129.0-2
- Enable PipeWire camera support for F41+ - Enable PipeWire camera support for F41+