Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Disabled crashreporter on rawhide due to ↵ | Martin Stransky | 2021-01-31 |
| | | | | bugzilla.redhat.com/show_bug.cgi?id=1922744 | ||
* | Enable Wayland backend on Fedora 34/KDE/Plasma (and other compositors) by ↵ | Martin Stransky | 2021-01-30 |
| | | | | default. | ||
* | ARM / Rawhide PGO updates to produce rahide build | Martin Stransky | 2021-01-30 |
| | |||
* | Added clipboard fix mozbz#1631061. | Martin Stransky | 2021-01-30 |
|\ | |||
| * | Make provides/requires filtering smarter/automatic | Kalev Lember | 2021-01-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue with the previous approach was that _everything_ that firefox's shared libraries required was filtered out. This included e.g. libxul.so's dependency on libdbus-glib-1.so.2 which definitely should not be filtered out. Instead, a better approach is to only filter out all of the private libraries provides (as they are firefox's implementation detail) and also all the internal requires on the same private libraries. RPM doesn't make it very easy, but the rudimentary filtering is there and we can build upon that. This commit improves the filtering by making it actually look at what's built, and automatically generating the list of private libraries to filter based on that. This also lets us drop manual dbus-glib requires and instead rely on rpm's automatic dep generator (the results are no longer filtered out). This should make the filtering future proof when more private libraries are added in the future (e.g. nss). https://bugzilla.redhat.com/show_bug.cgi?id=1582116 | ||
* | | Added clipboard fix mozbz#1631061. | Martin Stransky | 2021-01-30 |
|/ | |||
* | Add dbus-glib requires | Martin Stransky | 2021-01-28 |
| | |||
* | Added fix for mozbz#1679933 - startup crash | Martin Stransky | 2021-01-26 |
| | |||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | Fedora Release Engineering | 2021-01-26 |
| | | | | Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org> | ||
* | Switch to system NSS 3.60 | Martin Stransky | 2021-01-25 |
| | |||
* | Added mozbz#1678247 | Martin Stransky | 2021-01-25 |
| | |||
* | Fixing libxul requires | Jan Horak | 2021-01-22 |
| | |||
* | Removed mzbz#1645695 as it causes a popup regression | Martin Stransky | 2021-01-22 |
| | |||
* | Disable crashreporter when building without debuginfo | Martin Stransky | 2021-01-22 |
| | |||
* | Removed unused patches | Martin Stransky | 2021-01-21 |
| | |||
* | Update to 85.0 | Martin Stransky | 2021-01-21 |
| | |||
* | Fixing package requires/provides | Jan Horak | 2021-01-20 |
| | |||
* | Added patch for mozilla bug 1645695 | Martin Stransky | 2021-01-20 |
| | |||
* | Fixed mzbz#164294 regression | Martin Stransky | 2021-01-19 |
| | |||
* | changelog fix | Martin Stransky | 2021-01-15 |
| | |||
* | Added WebRender fix (mozbz#1681107). | Martin Stransky | 2021-01-15 |
| | |||
* | firefox test package name fix | Martin Stransky | 2021-01-14 |
| | |||
* | Removed failing tests, spec file tweaks | Martin Stransky | 2021-01-14 |
| | |||
* | Updated directory with test results | Martin Stransky | 2021-01-13 |
| | |||
* | Enabled LTO in Firefox build system | Martin Stransky | 2021-01-12 |
| | |||
* | Enable PGO on Rawhide | Martin Stransky | 2021-01-12 |
| | |||
* | Fixed changelog | Martin Stransky | 2021-01-12 |
| | |||
* | Removed failing xpcshell/reftests, test tweaks | Martin Stransky | 2021-01-12 |
| | |||
* | Added a workaround for rhbz#1908018 | Martin Stransky | 2021-01-11 |
| | |||
* | Temporary disable tests on rahide/arm/i686 due to failures | Martin Stransky | 2021-01-11 |
| | |||
* | Updated to 84.0.2 | Martin Stransky | 2021-01-06 |
| | |||
* | test tweaks | Martin Stransky | 2021-01-05 |
| | |||
* | Fix missing test_failures.txt file | Martin Stransky | 2021-01-05 |
| | |||
* | Don't fail on tests | Martin Stransky | 2021-01-05 |
| | |||
* | Removing requires/provides of the bundled libraries | Jan Horak | 2021-01-05 |
| | |||
* | Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox | Martin Stransky | 2021-01-05 |
|\ | |||
| * | Add BuildRequires: make | Tom Stellard | 2021-01-05 |
| | | | | | | | | https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot | ||
* | | Allow tests to fail | Martin Stransky | 2021-01-05 |
|/ | |||
* | Enabled tests | Martin Stransky | 2021-01-04 |
| | |||
* | Enabled armv7hl arch on rawhide | Martin Stransky | 2021-01-04 |
| | |||
* | Disabled armv7hl build on rawhide due to rhbz#1910277, Build with system nss ↵ | Martin Stransky | 2020-12-23 |
| | | | | on rawhide (rhbz#1908791) | ||
* | Reverted mzbz#1631061 due to clipboard regressions | Martin Stransky | 2020-12-23 |
| | |||
* | Removed __provides_exclude_from | Martin Stransky | 2020-12-22 |
| | |||
* | Reverted rhbz@1908791 due to ↵ | Martin Stransky | 2020-12-22 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1908791#c12 | ||
* | Added fix for mozbz#1631061, temporary build with build with nss 3.59.0 | Martin Stransky | 2020-12-22 |
| | |||
* | Updated to 84.0.1 | Martin Stransky | 2020-12-22 |
|\ | |||
| * | Filter out private libraries provides | Miro Hrončok | 2020-12-20 |
| | | |||
* | | dd | Martin Stransky | 2020-12-22 |
|/ | |||
* | spec tweak | Martin Stransky | 2020-12-17 |
| | |||
* | Disable PGO on Rawhide due to build issues, Disable system nss on Rawhide ↵ | Martin Stransky | 2020-12-17 |
| | | | | due to rhbz#1908018, Enabled system nss on Fedora 33/32 |