Removed bundled(cups) as long as it is not bundled
thunderbird rebase of 8.2 changes
Modified spec file to work with all 8.x and 9.x
Resolves: RHEL-114045
- Freetype2 removed from the sources to avoid bundling it.
- appdata for flatpak does not need to contain the <icon> tag to
specify the icon name - the name is correct already as
org.mozilla.Thunderbird.png
Related: RHEL-84204
The one actual diff
-%if 0%{?rhel} == 7
+%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)
is instead to be applied to rhel-* branches to stay in sync.