Import OL
This commit is contained in:
parent
061a9ebf2a
commit
9032efb6f9
@ -1,6 +1,6 @@
|
|||||||
5012b69e54cbebe3b5e74011dacf3a2097f49921 SOURCES/cbindgen-vendor.tar.xz
|
5012b69e54cbebe3b5e74011dacf3a2097f49921 SOURCES/cbindgen-vendor.tar.xz
|
||||||
271e087aaa09420f7ae42972e7c5375b2a9c1bb5 SOURCES/firefox-128.9.0esr.b2.processed-source.tar.xz
|
11fa2914eeacd6f489a0cd232d9d7197e89f8df0 SOURCES/firefox-128.10.0esr.processed-source.tar.xz
|
||||||
2d4e4bfa9731134056380841228ad4a44a2ba3ac SOURCES/firefox-langpacks-128.9.0esr-20250331.tar.xz
|
0b5a3c7e89424e37ad84c57377342782b06f5dfb SOURCES/firefox-langpacks-128.10.0esr-20250422.tar.xz
|
||||||
2d8a6b2b30d5496735f49ffe8c8a7ede3a78a5ca SOURCES/mochitest-python.tar.gz
|
2d8a6b2b30d5496735f49ffe8c8a7ede3a78a5ca SOURCES/mochitest-python.tar.gz
|
||||||
d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
||||||
f466d7213e85773e002c48897524eaf909480046 SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
f466d7213e85773e002c48897524eaf909480046 SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
SOURCES/cbindgen-vendor.tar.xz
|
SOURCES/cbindgen-vendor.tar.xz
|
||||||
SOURCES/firefox-128.9.0esr.b2.processed-source.tar.xz
|
SOURCES/firefox-128.10.0esr.processed-source.tar.xz
|
||||||
SOURCES/firefox-langpacks-128.9.0esr-20250331.tar.xz
|
SOURCES/firefox-langpacks-128.10.0esr-20250422.tar.xz
|
||||||
SOURCES/mochitest-python.tar.gz
|
SOURCES/mochitest-python.tar.gz
|
||||||
SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
SOURCES/nspr-4.35.0-1.el8_1.src.rpm
|
||||||
SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
SOURCES/nss-3.101.0-7.el8_2.src.rpm
|
||||||
|
@ -109,8 +109,8 @@ index 107ea3dfbd954..dbac09274bb31 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
-PipeWireNode::~PipeWireNode() {
|
-PipeWireNode::~PipeWireNode() {
|
||||||
- pw_proxy_destroy(proxy_);
|
|
||||||
- spa_hook_remove(&node_listener_);
|
- spa_hook_remove(&node_listener_);
|
||||||
|
- pw_proxy_destroy(proxy_);
|
||||||
-}
|
-}
|
||||||
-
|
-
|
||||||
// static
|
// static
|
||||||
|
@ -14,15 +14,17 @@ pref("browser.shell.checkDefaultBrowser", false);
|
|||||||
pref("network.manage-offline-status", true);
|
pref("network.manage-offline-status", true);
|
||||||
pref("extensions.shownSelectionUI", true);
|
pref("extensions.shownSelectionUI", true);
|
||||||
pref("ui.SpellCheckerUnderlineStyle", 1);
|
pref("ui.SpellCheckerUnderlineStyle", 1);
|
||||||
pref("startup.homepage_override_url", "%HOMEPAGE%");
|
pref("startup.homepage_override_url", "https://linux.oracle.com");
|
||||||
pref("startup.homepage_welcome_url", "%HOMEPAGE%");
|
pref("startup.homepage_welcome_url", "https://linux.oracle.com");
|
||||||
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html");
|
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///usr/share/doc/HTML/index.html");
|
||||||
pref("media.gmp-gmpopenh264.autoupdate",true);
|
pref("media.gmp-gmpopenh264.provider.enabled",false);
|
||||||
|
pref("media.gmp-gmpopenh264.autoupdate",false);
|
||||||
pref("media.gmp-gmpopenh264.enabled",false);
|
pref("media.gmp-gmpopenh264.enabled",false);
|
||||||
pref("media.gmp.decoder.enabled", true);
|
pref("media.gmp.decoder.enabled", true);
|
||||||
pref("plugins.notifyMissingFlash", false);
|
pref("plugins.notifyMissingFlash", false);
|
||||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
|
||||||
pref("browser.display.use_system_colors", false);
|
pref("browser.display.use_system_colors", false);
|
||||||
|
pref("layers.use-image-offscreen-surfaces", false);
|
||||||
/* Allow sending credetials to all https:// sites */
|
/* Allow sending credetials to all https:// sites */
|
||||||
pref("network.negotiate-auth.trusted-uris", "https://");
|
pref("network.negotiate-auth.trusted-uris", "https://");
|
||||||
pref("security.use_sqldb", false);
|
pref("security.use_sqldb", false);
|
||||||
@ -36,6 +38,9 @@ pref("browser.gnome-search-provider.enabled",true);
|
|||||||
pref("media.navigator.mediadatadecoder_vpx_enabled", true);
|
pref("media.navigator.mediadatadecoder_vpx_enabled", true);
|
||||||
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1672424 */
|
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1672424 */
|
||||||
pref("storage.nfs_filesystem", true);
|
pref("storage.nfs_filesystem", true);
|
||||||
|
pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
|
pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||||
|
pref("toolkit.telemetry.archive.enabled", false);
|
||||||
/* Disable Private Attribution collection and submission */
|
/* Disable Private Attribution collection and submission */
|
||||||
pref("dom.private-attribution.submission.enabled", false);
|
pref("dom.private-attribution.submission.enabled", false);
|
||||||
/* ECH is not supported in the system nss */
|
/* ECH is not supported in the system nss */
|
@ -1 +1 @@
|
|||||||
AIzaSyBPGXa4AYD4FC3HJK7LnIKxm4fDusVuuco
|
please-replace-me
|
||||||
|
@ -1 +1 @@
|
|||||||
AIzaSyB2h2OuRcUgy5N-5hsZqiPW6sH3n_rptiQ
|
please-replace-me
|
||||||
|
@ -1 +1 @@
|
|||||||
9008bb7e-1e22-4038-94fe-047dd48ccc0b
|
00000000-0000-0000-0000-000000000000
|
||||||
|
@ -40,7 +40,7 @@ function dist_to_rhel_minor(str, start)
|
|||||||
end
|
end
|
||||||
match = string.match(str, ".el9")
|
match = string.match(str, ".el9")
|
||||||
if match then
|
if match then
|
||||||
return 6
|
return 7
|
||||||
end
|
end
|
||||||
match = string.match(str, ".el10_%d+")
|
match = string.match(str, ".el10_%d+")
|
||||||
if match then
|
if match then
|
||||||
@ -48,7 +48,7 @@ function dist_to_rhel_minor(str, start)
|
|||||||
end
|
end
|
||||||
match = string.match(str, ".el10")
|
match = string.match(str, ".el10")
|
||||||
if match then
|
if match then
|
||||||
return 0
|
return 1
|
||||||
end
|
end
|
||||||
return -1
|
return -1
|
||||||
end}
|
end}
|
||||||
@ -156,7 +156,7 @@ end}
|
|||||||
# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
|
# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
|
||||||
# firefox-102.8.0esr.b2.processed-source.tar.xz
|
# firefox-102.8.0esr.b2.processed-source.tar.xz
|
||||||
# When unset use processed source file name as is.
|
# When unset use processed source file name as is.
|
||||||
%global buildnum .b2
|
#%%global buildnum .b2
|
||||||
|
|
||||||
%bcond_without langpacks
|
%bcond_without langpacks
|
||||||
|
|
||||||
@ -166,8 +166,8 @@ end}
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 128.9.0
|
Version: 128.10.0
|
||||||
Release: 2%{?dist}
|
Release: 1.0.1%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
|
|
||||||
@ -197,12 +197,12 @@ ExcludeArch: aarch64 s390 ppc
|
|||||||
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz
|
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz
|
||||||
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||||
%if %{with langpacks}
|
%if %{with langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20250331.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20250422.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
Source3: process-official-tarball
|
Source3: process-official-tarball
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source12: firefox-redhat-default-prefs.js
|
Source12: firefox-oracle-default-prefs.js
|
||||||
Source20: firefox.desktop
|
Source20: firefox.desktop
|
||||||
Source21: firefox.sh.in
|
Source21: firefox.sh.in
|
||||||
Source23: firefox.1
|
Source23: firefox.1
|
||||||
@ -1851,8 +1851,8 @@ echo 'pref("media.webrtc.camera.allow-pipewire", true);' >> %{buildroot}%{mozapp
|
|||||||
%{__mkdir_p} %{buildroot}%{mozappdir}/distribution
|
%{__mkdir_p} %{buildroot}%{mozappdir}/distribution
|
||||||
%{__sed} -e "s/__NAME__/%(source /etc/os-release; echo ${NAME})/g" \
|
%{__sed} -e "s/__NAME__/%(source /etc/os-release; echo ${NAME})/g" \
|
||||||
-e "s/__ID__/%(source /etc/os-release; echo ${ID})/g" \
|
-e "s/__ID__/%(source /etc/os-release; echo ${ID})/g" \
|
||||||
-e "s/rhel/redhat/g" \
|
-e "s/ol/oracle/g" \
|
||||||
-e "s/Fedora.*/Fedora/g" \
|
-e "s/Oracle Linux Server*/Oracle Linux/g" \
|
||||||
%{SOURCE26} > %{buildroot}%{mozappdir}/distribution/distribution.ini
|
%{SOURCE26} > %{buildroot}%{mozappdir}/distribution/distribution.ini
|
||||||
|
|
||||||
# Install appdata file
|
# Install appdata file
|
||||||
@ -1966,7 +1966,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{mozappdir}/fonts/TwemojiMozilla.ttf
|
%{mozappdir}/fonts/TwemojiMozilla.ttf
|
||||||
%{mozappdir}/glxtest
|
%{mozappdir}/glxtest
|
||||||
%{mozappdir}/vaapitest
|
%{mozappdir}/vaapitest
|
||||||
%ifarch aarch64
|
%ifarch aarch64 riscv64
|
||||||
%{mozappdir}/v4l2test
|
%{mozappdir}/v4l2test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1988,6 +1988,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 05 2025 Codrin Pruteanu <codrin.pruteanu@oracle.com> - 128.10.0-1.0.1
|
||||||
|
- Fix firefox-oracle-default-prefs.js for new nss [Orabug: 37079773]
|
||||||
|
- Add firefox-oracle-default-prefs.js and remove the corresponding Red Hat file
|
||||||
|
|
||||||
|
* Mon May 05 2025 Release Engineering <releng@openela.org> - 128.10.0
|
||||||
|
- Add debranding patches (Mustafa Gezen)
|
||||||
|
- Add OpenELA default preferences (Louis Abel)
|
||||||
|
|
||||||
|
* Tue Apr 22 2025 Eike Rathke <erack@redhat.com> - 128.10.0-1
|
||||||
|
- Update to 128.10.0 build1
|
||||||
|
|
||||||
* Mon Mar 31 2025 Eike Rathke <erack@redhat.com> - 128.9.0-2
|
* Mon Mar 31 2025 Eike Rathke <erack@redhat.com> - 128.9.0-2
|
||||||
- Update to 128.9.0 build2
|
- Update to 128.9.0 build2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user