From a65deb2ce5bb69bc122ef7fad1d00fc75bd36e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Thu, 9 Aug 2018 06:05:33 +0300 Subject: [PATCH] Updated to 61.0.2 --- .abf.yml | 2 +- firefox.rpmlintrc | 4 ++++ firefox.spec | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 firefox.rpmlintrc diff --git a/.abf.yml b/.abf.yml index 9928976..f929cbe 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - firefox-61.0.1.source.tar.xz: 42fb90e2df5cd14a6c3b393683b73b9b60c377c7 + firefox-61.0.2.source.tar.xz: 6e445d9d7da982452bf212948aff701d47f6f0c0 diff --git a/firefox.rpmlintrc b/firefox.rpmlintrc new file mode 100644 index 0000000..a492e7b --- /dev/null +++ b/firefox.rpmlintrc @@ -0,0 +1,4 @@ +addFilter("W: spurious-executable-perm") +addFilter("W: script-without-shebang") +addFilter("W: non-executable-script") +addFilter("W: invalid-license") diff --git a/firefox.spec b/firefox.spec index a3c8e43..2d20049 100644 --- a/firefox.spec +++ b/firefox.spec @@ -7,7 +7,7 @@ # This also means only STABLE upstream releases, NO betas. # This is a discussed topic. Please, do not flame it again. -%define major 61.0.1 +%define major 61.0.2 %define ff_epoch 0 %define relurl 0 %define rel_url 6b51784853e47e091d213d421a19cb623af718f0 @@ -43,6 +43,7 @@ Source0: https://hg.mozilla.org/releases/mozilla-release/archive/%{rel_url}.tar. %else Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz %endif +Source1: firefox.rpmlintrc Source4: %{name}.desktop Source7: firefox.cfg Source9: kde.js @@ -151,6 +152,7 @@ sites as sections within the same window) and methods for controlling pop-up windows, cookies and downloaded files. %files +%doc AUTHORS CLOBBER LEGAL LICENSE README.txt %{_bindir}/%{name} %{_bindir}/mozilla-firefox %{_iconsdir}/hicolor/*/apps/*.png @@ -175,6 +177,7 @@ Group: Development/Other Files and macros mainly for building Firefox extensions. %files devel +%doc AUTHORS CLOBBER LEGAL LICENSE README.txt %{_sys_macros_dir}/%{name}.macros #---------------------------------------------------------------------