summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-20 15:53:06 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-20 15:53:06 +0100
commit70909c26e23276d804a1425fbcb8fe6e5324c1d4 (patch)
tree8819d5ef7207172546ed7c4d8f5c613cc82aa5fb /firefox.spec
parentDisabled u2f-hidraw-policy in test build as it's not provided by any module yet (diff)
downloadlibrewolf-fedora-ff-70909c26e23276d804a1425fbcb8fe6e5324c1d4.tar.gz
librewolf-fedora-ff-70909c26e23276d804a1425fbcb8fe6e5324c1d4.tar.bz2
librewolf-fedora-ff-70909c26e23276d804a1425fbcb8fe6e5324c1d4.zip
Updated mozbz#1468911 patch
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 9f176d6..6a48398 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -39,7 +39,7 @@ ExcludeArch: s390x
%else
%global debug_build 1
%else
-%global debug_build 1
+%global debug_build 0
%endif
%if 0%{?build_with_pgo}
@@ -920,6 +920,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Wed Mar 20 2019 Martin Stransky <stransky@redhat.com> - 66.0-7.test
- Switched to test builds
+- Updated mozbz#1468911 patch
* Mon Mar 18 2019 Martin Stransky <stransky@redhat.com> - 66.0-6
- Build release candidate
bgstack15