diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-21 13:57:09 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-21 13:57:09 +0100 |
commit | cb313562d6331278a7a3af5ff8542663e921c121 (patch) | |
tree | a7a1f8c24512951f70fb75ce5627ac2303a0b5e6 | |
parent | Fixed mozbz#1423598 for multi-monitor setup (diff) | |
download | librewolf-fedora-ff-cb313562d6331278a7a3af5ff8542663e921c121.tar.gz librewolf-fedora-ff-cb313562d6331278a7a3af5ff8542663e921c121.tar.bz2 librewolf-fedora-ff-cb313562d6331278a7a3af5ff8542663e921c121.zip |
Release build, Fixed mozbz#1423598 for multi-monitor setup, rawhide build fix (hopefully)
-rw-r--r-- | firefox.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index bcc58cc..bf2717b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,7 +1,7 @@ # Set to true if it's going to be submitted as update. -%global release_build 0 +%global release_build 1 # Special config to build as module -%global module_build 1 +%global module_build 0 # Disabled arm due to rhbz#1658940 ExcludeArch: armv7hl @@ -97,7 +97,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 66.0 -Release: 8%{?pre_tag}%{?dist} +Release: 9%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -508,6 +508,9 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wformat-security -Wformat -Werror=format-security # Workaround for mozbz#1531309 MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-Werror=format-security//') %endif +%if 0%{?fedora} > 30 +MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive" +%endif %if %{?hardened_build} MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now" %endif @@ -924,6 +927,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Mar 21 2019 Martin Stransky <stransky@redhat.com> - 66.0-9 +- Release build + * Thu Mar 21 2019 Martin Stransky <stransky@redhat.com> - 66.0-8.test - Added module specific build config - Fixed mozbz#1423598 for multi-monitor setup |