From dadd68ae5a250f4b4755d91d0ca8a13fd05ea2a6 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Mar 25 2021 19:11:00 +0000 Subject: enable openpgp support for thunderbird --- diff --git a/SPECS/thunderbird.spec b/SPECS/thunderbird.spec index d19a0ad..a32467d 100644 --- a/SPECS/thunderbird.spec +++ b/SPECS/thunderbird.spec @@ -579,7 +579,7 @@ echo "use_bundled_yasm %{?use_bundled_yasm}" %endif %patch236 -p1 -b .fedora-shebang-build -%patch237 -p1 -b .disable-openpgp-in-thunderbird +#patch237 -p1 -b .disable-openpgp-in-thunderbird %if 0%{?rhel} == 6 %patch232 -p1 -b .hugepage @@ -1341,7 +1341,7 @@ test -f "%{buildroot}%{mozappdir}/distribution/extensions/unicode-segmentation/s test -f "%{buildroot}%{mozappdir}/distribution/extensions/unicode-width/scripts/unicode.py" && sed -i -e 's|/usr/bin/env python$|/usr/bin/env python2|' %{buildroot}%{mozappdir}/distribution/extensions/unicode-width/scripts/unicode.py # Removing librnp.so - we cannot deliver that in RHELs -%{__rm} -rf %{buildroot}%{mozappdir}/librnp.so +# {__rm} -rf %{buildroot}%{mozappdir}/librnp.so #---------------------------------------------------------------------