From 2b198aacaac1c24a225861c6d3e6e328ec9393a2 Mon Sep 17 00:00:00 2001 From: lvfei Date: Thu, 13 Jun 2024 19:34:44 +0800 Subject: [PATCH] skip wget source0 in %prep which need network --- .gitattributes | 1 + firefox-115.9.0esr.source.tar.xz | 3 +++ firefox.spec | 12 ++++++++---- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0862e4a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +firefox-115.9.0esr.source.tar.xz filter=lfs diff=lfs merge=lfs -text diff --git a/firefox-115.9.0esr.source.tar.xz b/firefox-115.9.0esr.source.tar.xz index e69de29..3905101 100644 --- a/firefox-115.9.0esr.source.tar.xz +++ b/firefox-115.9.0esr.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3b3371c5e6636de73798635531df137b17c5b78bdee03810930b29e8212803 +size 507156076 diff --git a/firefox.spec b/firefox.spec index e35edc2..020e8f6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -45,7 +45,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 115.9.0 -Release: 2 +Release: 3 URL: https://www.mozilla.org/firefox/ License: MPL-1.1 or GPL-2.0-or-later or LGPL-2.0-or-later Source0: https://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz @@ -383,7 +383,7 @@ to run Firefox explicitly on X11. %prep # download source0 and gpg check -wget -O %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/firefox/firefox-%{version}esr.source.tar.xz +#wget -O %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/firefox/firefox-%{version}esr.source.tar.xz gpg --import %{SOURCE6} gpg --verify %{SOURCE5} %{SOURCE0} @@ -968,6 +968,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Jun 13 2024 lvfei - 115.9.0-3 +- Fix Compile without wget source packages +- Fix changelog warning + * Wed May 29 2024 Wenlong Zhang - 115.9.0-2 - fix build error for loongarch64 @@ -1054,7 +1058,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Fix CVE-2020-15664 CVE-2020-15665 CVE-2020-15666 CVE-2020-15667 CVE-2020-15668 CVE-2020-15676 CVE-2020-15677 CVE-2020-15678 -* Thu Nov 28 2020 Jeffery.Gao - 79.0-3 +* Wed Oct 14 2020 Jeffery.Gao - 79.0-3 - Fix firefox downgrade error * Mon Oct 26 2020 lingsheng - 79.0-2 @@ -1075,6 +1079,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Mon May 25 2020 Captain Wei - 62.0.3-5 - fix unstable_name_collisions problem when compile -* Wen Feb 26 2020 xuxijian - 62.0.3-4 +* Wen May 25 2020 xuxijian - 62.0.3-4 - Package init -- Gitee