- re-enable ppc64le

- ship v4l2test binary for supported archs

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1087
This commit is contained in:
Wolfgang Rosenauer 2023-08-04 10:12:18 +00:00 committed by Git OBS Bridge
parent b33933d92e
commit d9a83463ef
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 4 09:55:05 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>
- re-enable ppc64le
- ship v4l2test binary for supported archs
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 30 19:55:49 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org> Sun Jul 30 19:55:49 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -247,7 +247,7 @@ Obsoletes: tracker-miner-firefox < 0.15
%if 0%{?devpkg} == 0 %if 0%{?devpkg} == 0
Obsoletes: %{name}-devel < %{version} Obsoletes: %{name}-devel < %{version}
%endif %endif
ExcludeArch: armv6l armv6hl ppc ppc64 ppc64le ExcludeArch: armv6l armv6hl ppc ppc64
%description %description
Mozilla Firefox is a standalone web browser, designed for standards Mozilla Firefox is a standalone web browser, designed for standards
@ -732,6 +732,9 @@ exit 0
%if 0%{wayland_supported} %if 0%{wayland_supported}
%{progdir}/vaapitest %{progdir}/vaapitest
%endif %endif
%ifarch aarch64 riscv64 %arm
%{progdir}/v4l2test
%endif
%{progdir}/omni.ja %{progdir}/omni.ja
%{progdir}/fonts/ %{progdir}/fonts/
%{progdir}/pingsender %{progdir}/pingsender