Updated to 61.0.2

This commit is contained in:
Алзим 2018-08-09 06:05:33 +03:00
parent 4423c05b89
commit a65deb2ce5
3 changed files with 9 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
firefox-61.0.1.source.tar.xz: 42fb90e2df5cd14a6c3b393683b73b9b60c377c7 firefox-61.0.2.source.tar.xz: 6e445d9d7da982452bf212948aff701d47f6f0c0

4
firefox.rpmlintrc Normal file
View file

@ -0,0 +1,4 @@
addFilter("W: spurious-executable-perm")
addFilter("W: script-without-shebang")
addFilter("W: non-executable-script")
addFilter("W: invalid-license")

View file

@ -7,7 +7,7 @@
# This also means only STABLE upstream releases, NO betas. # This also means only STABLE upstream releases, NO betas.
# This is a discussed topic. Please, do not flame it again. # 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 ff_epoch 0
%define relurl 0 %define relurl 0
%define rel_url 6b51784853e47e091d213d421a19cb623af718f0 %define rel_url 6b51784853e47e091d213d421a19cb623af718f0
@ -43,6 +43,7 @@ Source0: https://hg.mozilla.org/releases/mozilla-release/archive/%{rel_url}.tar.
%else %else
Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{name}-%{realver}.source.tar.xz
%endif %endif
Source1: firefox.rpmlintrc
Source4: %{name}.desktop Source4: %{name}.desktop
Source7: firefox.cfg Source7: firefox.cfg
Source9: kde.js 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. windows, cookies and downloaded files.
%files %files
%doc AUTHORS CLOBBER LEGAL LICENSE README.txt
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/mozilla-firefox %{_bindir}/mozilla-firefox
%{_iconsdir}/hicolor/*/apps/*.png %{_iconsdir}/hicolor/*/apps/*.png
@ -175,6 +177,7 @@ Group: Development/Other
Files and macros mainly for building Firefox extensions. Files and macros mainly for building Firefox extensions.
%files devel %files devel
%doc AUTHORS CLOBBER LEGAL LICENSE README.txt
%{_sys_macros_dir}/%{name}.macros %{_sys_macros_dir}/%{name}.macros
#--------------------------------------------------------------------- #---------------------------------------------------------------------