Martin Stransky
68f9ad4d6a
Updated symbolic icon (rhbz#2028939)
2021-12-09 22:00:55 +01:00
Martin Stransky
4cb1381d80
build fixes
2021-12-06 13:12:31 +01:00
Martin Stransky
660dba72e9
Updated to 95.0
2021-12-03 16:08:19 +01:00
Martin Stransky
9d731f880f
Updated to 92.0.2
2021-11-25 10:22:35 +01:00
Martin Stransky
3bb9b07009
Added fix for mozbz#1739924 / rhbz#2020981
2021-11-19 09:31:58 +01:00
Martin Stransky
ff8d52acc2
Disable aarch64 due to build failures bugzilla.redhat.com/show_bug.cgi?id=2019160
2021-11-02 09:32:25 +01:00
Martin Stransky
3b9f829218
Disabled debuginfo on aarch64/fedora33
2021-11-01 18:53:51 +01:00
Martin Stransky
8af4634e76
Updated to 94.0
2021-11-01 12:38:56 +01:00
Martin Stransky
7694527ef5
Require NSS 3.70
2021-10-07 23:13:13 +02:00
Martin Stransky
9a6959ca22
Updated to Firefox 93.0
2021-10-06 09:22:57 +02:00
Martin Stransky
33af61101f
Updated to 92.0.1
2021-09-27 11:37:08 +02:00
Martin Stransky
fc69159c16
fixed GMP sandbox patch
2021-09-13 18:00:51 +02:00
Martin Stransky
375e665e34
Added fix for mozbz#1725828
2021-09-13 17:03:20 +02:00
Martin Stransky
94eceee642
Fix build dependecies
2021-09-09 12:15:10 +02:00
Martin Stransky
338e1bb21b
disabled tests
2021-09-09 05:50:23 +02:00
Martin Stransky
7efdcffe59
Added pciutils-libs to buildreq
2021-09-07 17:44:56 +02:00
Martin Stransky
b1cadbebbf
Build fixes
2021-09-07 15:33:17 +02:00
Martin Stransky
02021e6135
Added fix for mozbz#1708709
2021-09-07 10:47:32 +02:00
Martin Stransky
79e725aec1
Updated to 92.0
2021-09-03 19:25:17 +02:00
Martin Stransky
bca8519a80
Updated 91.0.2
2021-08-26 09:36:19 +02:00
Martin Stransky
9bcddab8fd
Added fix for mozbz#1726515
2021-08-23 12:45:27 +02:00
Martin Stransky
43910c991d
Updated Fedora UA patch by Eric Engestrom ( https://src.fedoraproject.org/rpms/firefox/pull-request/21 )
2021-08-23 12:11:05 +02:00
Martin Stransky
c4b86655eb
Set %%build_with_clang automatically based on %%toolchain
2021-08-23 12:03:44 +02:00
Martin Stransky
bda8acc88f
Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide
2021-08-23 11:34:39 +02:00
Martin Stransky
712ce7d35c
Updated to 91.0.1
2021-08-23 11:34:31 +02:00
Jan Horak
6cbbe92554
Make mach build verbose
2021-08-18 09:36:09 +02:00
Martin Stransky
6f1bee9d19
Update test files
2021-08-12 15:19:00 +02:00
Martin Stransky
b9def774e6
Updated to 91.0
2021-08-11 13:56:24 +02:00
Martin Stransky
a153f8a474
Fixed typo at with-unsigned-addon-scopes
2021-08-04 09:54:59 +02:00
Martin Stransky
9ff5974999
Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs
2021-08-04 08:44:21 +02:00
Martin Stransky
4bbd4de4be
merged
2021-07-22 22:05:40 +02:00
Martin Stransky
fa16d5b5aa
Updated to 90.0.2
2021-07-22 22:03:50 +02:00
Fedora Release Engineering
62edaad605
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 22:59:09 +00:00
Martin Stransky
690197670a
Updated to 90.0.1, build fixes
2021-07-21 12:16:23 +02:00
Martin Stransky
f1a9c76f38
Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide
2021-07-15 13:07:37 +02:00
Martin Stransky
d03875f6f3
Disabled Wayland backend on KDE due to https://bugzilla.mozilla.org/show_bug.cgi?id=1714132
2021-07-15 13:07:26 +02:00
Kalev Lember
3448cc856c
Fix files list for flatpak builds
...
Add new files from commit e4a12e3825
to
files list.
2021-07-14 09:51:37 +02:00
Martin Stransky
93f35fa8fd
Added xorg-x11-server-Xwayland dependency for Mutter
2021-07-13 10:04:55 +02:00
Martin Stransky
9bf28589c3
Enable testing
2021-07-12 14:18:44 +02:00
Martin Stransky
07a0a494bf
Updated to 90.0
2021-07-12 14:17:08 +02:00
Martin Stransky
3c537224b4
Update to 90.0
2021-07-12 14:15:33 +02:00
Daiki Ueno
e4a12e3825
flatpak: Enable loading system trust store on the host
...
This directs the libnssckbi.so symlink to p11-kit-client.so, instead
of p11-kit-trust.so, so Firefox flatpak can access the system trust
store on the host. Since the /usr filesystem is read-only, this
creates the link in /app/lib64, which is added to LD_LIBRARY_PATH
inside flatpak. A symlink to libnss3.so also needs to be created in
the same directory, to trick the directory search order in
ListPossibleLoadableRootsLocations:
https://hg.mozilla.org/mozilla-central/file/8e850fd29a957f505e0355c1326279e06e9040bb/security/manager/ssl/nsNSSComponent.cpp#l970
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2021-07-12 13:38:30 +02:00
Martin Stransky
7edb7c195a
changelog fix
2021-06-30 12:27:19 +02:00
Martin Stransky
30110df460
Added fix for mozbz#1715254 (rhbz#1976892)
2021-06-30 12:24:15 +02:00
Martin Stransky
a581231171
Updated to latest upstream (89.0.2)
2021-06-24 10:43:43 +02:00
Martin Stransky
268d397a30
Disable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?id=1966949
2021-06-15 14:33:53 +02:00
Martin Stransky
4be27bb7af
Added fix for mozbz#1646135 - Disabled Wayland/Webrender on NVIDIA drivers
2021-06-14 17:36:56 +02:00
Martin Stransky
53b26adcc4
Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949
2021-06-02 10:39:41 +02:00
Martin Stransky
cb71b53f7d
Removed mozilla-1580595.patch
2021-06-01 17:15:16 +02:00
Martin Stransky
6f7b8dbb9a
Nss req up
2021-06-01 17:12:53 +02:00