From 1dad011546c1f63e41d082b853aa3a67045d86d0 Mon Sep 17 00:00:00 2001 From: zxt Date: Wed, 13 Apr 2022 18:51:15 +0800 Subject: [PATCH] supplemental rebrand to anolis and rebuild --- download | 2 +- ...s.js.rhel7 => thunderbird-anolis-default-prefs.js.el7 | 0 thunderbird.spec | 9 ++++++--- 3 files changed, 7 insertions(+), 4 deletions(-) rename thunderbird-anolis-default-prefs.js.rhel7 => thunderbird-anolis-default-prefs.js.el7 (100%) diff --git a/download b/download index 6b77d49..fafe08e 100644 --- a/download +++ b/download @@ -1,4 +1,4 @@ -cf451b798f471819fadca67a1177b02b cbindgen-vendor.tar.xz +9030c1f285ee079a4c386e525e57a2b1 cbindgen-vendor.tar.xz 5b7e3326f4484ce1ab685e74f8477a26 nspr-4.32.0-1.el8_1.src.rpm 770fbbfb259e656b8f3879934137d10c nss-3.67.0-7.el8_1.src.rpm 1ffb816848b43cf4f9e5f130296f504c thunderbird-91.8.0.processed-source.tar.xz diff --git a/thunderbird-anolis-default-prefs.js.rhel7 b/thunderbird-anolis-default-prefs.js.el7 similarity index 100% rename from thunderbird-anolis-default-prefs.js.rhel7 rename to thunderbird-anolis-default-prefs.js.el7 diff --git a/thunderbird.spec b/thunderbird.spec index 101e2f2..c9d47b8 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1,5 +1,5 @@ # Set for local builds only -%define anolis_release .0.1 +%define anolis_release .0.2 %global disable_toolsets 0 %ifarch %{ix86} @@ -146,7 +146,7 @@ ExcludeArch: %{ix86} %endif %endif %if 0%{?rhel} == 7 -ExcludeArch: aarch64 s390 ppc +ExcludeArch: s390 ppc %endif # We can't use the official tarball as it contains some test files that use @@ -168,7 +168,7 @@ Source21: thunderbird.sh.in Source24: mozilla-api-key Source27: google-api-key Source28: node-stdout-nonblocking-wrapper -Source701: thunderbird-anolis-default-prefs.js.rhel7 +Source701: thunderbird-anolis-default-prefs.js.el7 Source403: nss-3.67.0-7.el8_1.src.rpm Source401: nss-setup-flags-env.inc @@ -1127,6 +1127,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Tue Apr 12 2022 zhang xianting -91.8.0-1.0.2 +- Supplemental rebrand to Anolis and Rebuild + * Tue Apr 12 2022 zhang xianting -91.8.0-1.0.1 - Rebrand to Anolis -- Gitee