From 781633c315ae7aaee5c0bc57d05dd3f8884fee65 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jun 09 2021 16:38:27 +0000 Subject: enable openpgp support for thunderbird --- diff --git a/SPECS/thunderbird.spec b/SPECS/thunderbird.spec index 6c9927a..895875b 100644 --- a/SPECS/thunderbird.spec +++ b/SPECS/thunderbird.spec @@ -582,7 +582,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 @@ -1344,7 +1344,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 #---------------------------------------------------------------------