From e44325964d1f9b3b98c0e9a368bc08d41cdcd90a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Nov 2022 14:55:33 +0100 Subject: [PATCH] Allow system librnp --- thunderbird.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 802d2aa..2197f29 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -228,7 +228,9 @@ BuildRequires: icu %endif # require any OpenPGP backend with the librnp interface -Requires: thunderbird-librnp%{?_isa} +# see comm/mail/extensions/openpgp/content/modules/RNPLib.jsm +# %%{mozappdir}/librnp.so or %%{_libdir}/librnp.so.0 +Requires: (thunderbird-librnp%{?_isa} or librnp%{?_isa}) # prefer the librnp implementation bundled with thunderbird Suggests: thunderbird-librnp-rnp%{?_isa}