AlmaLinux changes
This commit is contained in:
parent
3693bec26f
commit
d288897c07
@ -1,9 +1,9 @@
|
|||||||
[Global]
|
[Global]
|
||||||
id=redhat
|
id=almalinux
|
||||||
version=1.0
|
version=1.0
|
||||||
about=Mozilla Firefox for Red Hat Enterprise Linux
|
about=Mozilla Firefox for AlmaLinux
|
||||||
|
|
||||||
[Preferences]
|
[Preferences]
|
||||||
app.distributor=redhat
|
app.distributor=almalinux
|
||||||
app.distributor.channel=redhat
|
app.distributor.channel=almalinux
|
||||||
app.partner.fedora=redhat
|
app.partner.fedora=almalinux
|
||||||
|
@ -14,8 +14,8 @@ 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", "http://www.redhat.com");
|
pref("startup.homepage_override_url", "http://almalinux.org/");
|
||||||
pref("startup.homepage_welcome_url", "http://www.redhat.com");
|
pref("startup.homepage_welcome_url", "http://almalinux.org/");
|
||||||
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:///%PREFIX%/share/doc/HTML/index.html");
|
||||||
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||||
pref("media.gmp-gmpopenh264.provider.enabled",false);
|
pref("media.gmp-gmpopenh264.provider.enabled",false);
|
||||||
|
@ -25,6 +25,7 @@ end}
|
|||||||
|
|
||||||
%global rhel_minor_version %{lua:print(dist_to_rhel_minor(rpm.expand("%dist")))}
|
%global rhel_minor_version %{lua:print(dist_to_rhel_minor(rpm.expand("%dist")))}
|
||||||
%global build_with_clang 0
|
%global build_with_clang 0
|
||||||
|
%global dist %{?dist}.alma
|
||||||
|
|
||||||
%global system_nss 1
|
%global system_nss 1
|
||||||
%global bundle_nss 0
|
%global bundle_nss 0
|
||||||
@ -154,11 +155,7 @@ Source1: firefox-langpacks-%{version}%{?pre_version}-20211201.tar.xz
|
|||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
Source3: process-official-tarball
|
Source3: process-official-tarball
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
%if 0%{?centos}
|
|
||||||
Source12: firefox-centos-default-prefs.js
|
|
||||||
%else
|
|
||||||
Source12: firefox-redhat-default-prefs.js
|
Source12: firefox-redhat-default-prefs.js
|
||||||
%endif
|
|
||||||
Source20: firefox.desktop
|
Source20: firefox.desktop
|
||||||
Source21: firefox.sh.in
|
Source21: firefox.sh.in
|
||||||
Source23: firefox.1
|
Source23: firefox.1
|
||||||
@ -1249,6 +1246,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 17 2021 Eduard Abdullin <eabdullin@almalinux.org> - 91.4.0-3.alma
|
||||||
|
- Enable optimalization on s390x
|
||||||
|
|
||||||
* Wed Dec 22 2021 Jan Horak <jhorak@redhat.com> - 91.4.0-3
|
* Wed Dec 22 2021 Jan Horak <jhorak@redhat.com> - 91.4.0-3
|
||||||
- Enable optimalization on s390x
|
- Enable optimalization on s390x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user