Compare commits
75 Commits
c8
...
a8-plus-de
Author | SHA1 | Date | |
---|---|---|---|
75047a15db | |||
fa03567c91 | |||
b80f5498b1 | |||
6e3cb40c75 | |||
33113d8910 | |||
cf6a17a435 | |||
e26aaf089b | |||
c528614c3d | |||
229fe256c4 | |||
1ba7f7a2ec | |||
b22276289f | |||
af357809f8 | |||
eee1da594f | |||
6b931a6c87 | |||
7381f37a2d | |||
c675fda867 | |||
a09d59330f | |||
|
61f77b0ad2 | ||
|
6401601ae8 | ||
|
69aaa67e04 | ||
|
09cfae812e | ||
971b3cb5ea | |||
|
e049a76e53 | ||
|
799fdb58dc | ||
|
971c3b597a | ||
|
391b0a0502 | ||
|
8d3adf2aff | ||
|
04471a5a94 | ||
|
06f2457015 | ||
|
0d18902bd6 | ||
|
5a979440af | ||
|
69bed650cb | ||
|
6681b968c3 | ||
|
f8fa686d87 | ||
386ce39a84 | |||
20ec8b1733 | |||
|
8dd47b353f | ||
4eb7684462 | |||
|
099aae8130 | ||
42e1f1baeb | |||
687aafd2e6 | |||
|
e4072b404c | ||
b1f19d5ea2 | |||
846be71ef1 | |||
68e3bad7d8 | |||
|
268e5015ee | ||
|
36135359ad | ||
12263960ff | |||
|
82e710680f | ||
|
ceb7317b05 | ||
a184e57b70 | |||
c5aa5e6997 | |||
11bc7793c3 | |||
3a2f4b3437 | |||
ba65851447 | |||
|
89a0fd84b6 | ||
7cdcb34e3f | |||
|
82338a9b08 | ||
c5066ecf37 | |||
f5ea9bae5c | |||
|
175f3993d6 | ||
f9ee0e2f0c | |||
790e38ac28 | |||
|
fec3b15ca2 | ||
03f1ced1d2 | |||
|
cb78322c6c | ||
|
1aa5f0151b | ||
|
feac4976db | ||
|
387469dbb0 | ||
|
a6bd4d84fa | ||
|
62b23618ff | ||
|
66c23a0f50 | ||
|
b3f8354f54 | ||
4d1f9f8163 | |||
f17f852148 |
@ -2,7 +2,7 @@ pref("app.update.enabled", false);
|
||||
pref("app.update.autoInstallEnabled", false);
|
||||
/* Allow users to set custom colors*/
|
||||
/* pref("browser.display.use_system_colors", true);*/
|
||||
pref("general.useragent.vendor", "Red Hat");
|
||||
pref("general.useragent.vendor", "AlmaLinux");
|
||||
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("mail.shell.checkDefaultClient", false);
|
||||
|
@ -135,7 +135,7 @@ end}
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 115.9.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.alma.plus.1
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
@ -292,6 +292,8 @@ BuildRequires: rustfmt >= %{rust_version}
|
||||
BuildRequires: rust >= %{rust_version}
|
||||
%endif
|
||||
|
||||
Requires: thunderbird-librnp%{?_isa}
|
||||
|
||||
%if 0%{?rhel} == 9
|
||||
BuildRequires: cargo
|
||||
BuildRequires: clang clang-libs llvm llvm-devel
|
||||
@ -894,6 +896,20 @@ Provides: bundled(crate(zeitstempel)) = 0.1.1
|
||||
%description
|
||||
Mozilla Thunderbird is a standalone mail and newsgroup client.
|
||||
|
||||
%package librnp-rnp
|
||||
Summary: OpenPGP implementation for Thunderbird based on RNP
|
||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: thunderbird-librnp
|
||||
Provides: thunderbird-librnp%{?_isa}
|
||||
Conflicts: thunderbird-librnp%{?_isa}
|
||||
%description librnp-rnp
|
||||
The thunderbird-librnp-rnp package contains an OpenPGP implementation
|
||||
based on RNP.
|
||||
%files librnp-rnp
|
||||
%{mozappdir}/librnp.so
|
||||
%{mozappdir}/rnp-cli
|
||||
%{mozappdir}/rnpkeys
|
||||
|
||||
%prep
|
||||
echo "Build environment"
|
||||
echo "--------------------------------------------"
|
||||
@ -1412,9 +1428,9 @@ touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
|
||||
touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
|
||||
|
||||
# Removing librnp.so - we cannot deliver librnp with botan crypto backend RHELs
|
||||
%if !%{?use_openssl_for_librnp}
|
||||
%{__rm} -rf %{buildroot}%{mozappdir}/librnp.so %{buildroot}%{mozappdir}/rnp-cli %{buildroot}%{mozappdir}/rnpkeys
|
||||
%endif
|
||||
# %if !%{?use_openssl_for_librnp}
|
||||
# %{__rm} -rf %{buildroot}%{mozappdir}/librnp.so %{buildroot}%{mozappdir}/rnp-cli %{buildroot}%{mozappdir}/rnpkeys
|
||||
# %endif
|
||||
|
||||
# Register as an application to be visible in the software center
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/metainfo
|
||||
@ -1516,6 +1532,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2024 Eduard Abdullin <eabdullin@almalinux.org> - 115.9.0-1.alma.1
|
||||
- Debrand for AlmaLinux
|
||||
- Enable OpenPGP
|
||||
|
||||
* Mon Mar 18 2024 Eike Rathke <erack@redhat.com> - 115.9.0-1
|
||||
- Update to 115.9.0 build1
|
||||
- Fix expat CVE-2023-52425
|
||||
|
Loading…
Reference in New Issue
Block a user