Accepting request 1142978 from home:MSirringhaus:branches:mozilla:Factory
- Recommend libfido2-udev on codestreams that exist, in order to try to get security keys (e.g. Yubikeys) work out of the box. (bsc#1184272) OBS-URL: https://build.opensuse.org/request/show/1142978 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1132
This commit is contained in:
parent
e23269fde0
commit
c4d54d7b75
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 13:51:25 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||||
|
|
||||||
|
- Recommend libfido2-udev on codestreams that exist, in order to try
|
||||||
|
to get security keys (e.g. Yubikeys) work out of the box. (bsc#1184272)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 27 23:12:05 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
Sat Jan 27 23:12:05 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package MozillaFirefox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2006-2023 Wolfgang Rosenauer <wr@rosenauer.org>
|
# Copyright (c) 2006-2023 Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
@ -235,13 +235,19 @@ Patch102: firefox-branded-icons.patch
|
|||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(post): coreutils shared-mime-info desktop-file-utils
|
Requires(post): coreutils shared-mime-info desktop-file-utils
|
||||||
Requires(postun):shared-mime-info desktop-file-utils
|
Requires(postun): shared-mime-info desktop-file-utils
|
||||||
Requires: %{name}-branding >= 68
|
Requires: %{name}-branding >= 68
|
||||||
%requires_ge mozilla-nspr
|
%requires_ge mozilla-nspr
|
||||||
%requires_ge mozilla-nss
|
%requires_ge mozilla-nss
|
||||||
%requires_ge libfreetype6
|
%requires_ge libfreetype6
|
||||||
Recommends: libcanberra0
|
Recommends: libcanberra0
|
||||||
Recommends: libpulse0
|
Recommends: libpulse0
|
||||||
|
# To make security-keys (e.g. Yubikey) work with FF, it needs the udev-rules installed.
|
||||||
|
# A clean package with the most common rules exists only in SP3 onwards. `u2f-hosts` could be used on older
|
||||||
|
# code streams, but it contains more than just the rules, so we're not recommending it here.
|
||||||
|
%if 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150300
|
||||||
|
Recommends: libfido2-udev
|
||||||
|
%endif
|
||||||
# addon leads to startup crash (bnc#908892)
|
# addon leads to startup crash (bnc#908892)
|
||||||
Obsoletes: tracker-miner-firefox < 0.15
|
Obsoletes: tracker-miner-firefox < 0.15
|
||||||
%if 0%{?devpkg} == 0
|
%if 0%{?devpkg} == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user