|
|
@ -167,7 +167,7 @@ end}
|
|
|
|
Summary: Mozilla Firefox Web browser
|
|
|
|
Summary: Mozilla Firefox Web browser
|
|
|
|
Name: firefox
|
|
|
|
Name: firefox
|
|
|
|
Version: 128.7.0
|
|
|
|
Version: 128.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
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+
|
|
|
|
|
|
|
|
|
|
|
@ -202,7 +202,7 @@ Source1: firefox-langpacks-%{version}%{?pre_version}-20250129.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
|
|
|
|
Source12: firefox-redhat-default-prefs.js
|
|
|
|
Source12: firefox-msvsphere-default-prefs.js
|
|
|
|
Source20: firefox.desktop
|
|
|
|
Source20: firefox.desktop
|
|
|
|
Source21: firefox.sh.in
|
|
|
|
Source21: firefox.sh.in
|
|
|
|
Source23: firefox.1
|
|
|
|
Source23: firefox.1
|
|
|
@ -230,6 +230,15 @@ Source402: nspr-4.35.0-1.el8_1.src.rpm
|
|
|
|
Source403: nss-3.101.0-7.el8_2.src.rpm
|
|
|
|
Source403: nss-3.101.0-7.el8_2.src.rpm
|
|
|
|
Source404: nss-3.101.0-7.el9_2.src.rpm
|
|
|
|
Source404: nss-3.101.0-7.el9_2.src.rpm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere added Russian Trusted Root CA
|
|
|
|
|
|
|
|
Source500: rootca_ssl_rsa2022.cer
|
|
|
|
|
|
|
|
Source501: policies.json
|
|
|
|
|
|
|
|
# apply script from ROSA to set Yandex provides
|
|
|
|
|
|
|
|
# as default search provider for Firefox
|
|
|
|
|
|
|
|
# https://abf.rosalinux.ru/import/firefox/raw/rosa2023.1/use_yandex_search_as_default.py
|
|
|
|
|
|
|
|
Source502: 32dc5c21-98c7-4355-8603-398c9f5eec49
|
|
|
|
|
|
|
|
Source503: use_yandex_search_as_default.py
|
|
|
|
|
|
|
|
|
|
|
|
# ---- RHEL specific patches ---
|
|
|
|
# ---- RHEL specific patches ---
|
|
|
|
# -- Downstream only --
|
|
|
|
# -- Downstream only --
|
|
|
|
Patch01: build-disable-elfhack.patch
|
|
|
|
Patch01: build-disable-elfhack.patch
|
|
|
@ -306,6 +315,10 @@ Patch259: 010-libwebrtc-pipewire-camera-use-better-unique-device-name-for-
|
|
|
|
|
|
|
|
|
|
|
|
# ---- Security patches ----
|
|
|
|
# ---- Security patches ----
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
|
|
|
Patch10000: 0001-Overt-telemetry-disabling.patch
|
|
|
|
|
|
|
|
Patch10001: 0001-Return-Yandex-engine-support.patch
|
|
|
|
|
|
|
|
|
|
|
|
# BUILD REQURES/REQUIRES
|
|
|
|
# BUILD REQURES/REQUIRES
|
|
|
|
%if %{?system_nss} && !0%{?bundle_nss}
|
|
|
|
%if %{?system_nss} && !0%{?bundle_nss}
|
|
|
|
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
|
|
|
|
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
|
|
|
@ -424,6 +437,8 @@ BuildRequires: clang cmake ninja-build
|
|
|
|
%if !0%{?flatpak}
|
|
|
|
%if !0%{?flatpak}
|
|
|
|
#TODO
|
|
|
|
#TODO
|
|
|
|
BuildRequires: system-bookmarks
|
|
|
|
BuildRequires: system-bookmarks
|
|
|
|
|
|
|
|
# INF-613 Require system-bookmarks to import bookmarks
|
|
|
|
|
|
|
|
Requires: system-bookmarks
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?test_on_wayland}
|
|
|
|
%if 0%{?test_on_wayland}
|
|
|
@ -1275,6 +1290,10 @@ export LIBCLANG_RT=`pwd`/wasi-sdk-20/build/compiler-rt/lib/wasi/libclang_rt.buil
|
|
|
|
%patch -P259 -p1 -b .pipewire-camera-use-better-unique-device-name-for-camera-devices
|
|
|
|
%patch -P259 -p1 -b .pipewire-camera-use-better-unique-device-name-for-camera-devices
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
|
|
|
%patch -P10000 -p1 -b .0001-Overt-telemetry-disabling
|
|
|
|
|
|
|
|
%patch -P10001 -p1 -b .0001-Return-Yandex-engine-support
|
|
|
|
|
|
|
|
|
|
|
|
# ---- Security patches ----
|
|
|
|
# ---- Security patches ----
|
|
|
|
|
|
|
|
|
|
|
|
%{__rm} -f .mozconfig
|
|
|
|
%{__rm} -f .mozconfig
|
|
|
@ -1370,6 +1389,10 @@ chmod a-x third_party/rust/ash/src/extensions/ext/*.rs
|
|
|
|
chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
|
|
|
|
chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
|
|
|
|
chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
|
|
|
|
chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Return Yandex engine support
|
|
|
|
|
|
|
|
cp %{SOURCE502} .
|
|
|
|
|
|
|
|
python3 %{SOURCE503}
|
|
|
|
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -1576,7 +1599,7 @@ echo "export AR=\"gcc-ar\"" >> .mozconfig
|
|
|
|
echo "export NM=\"gcc-nm\"" >> .mozconfig
|
|
|
|
echo "export NM=\"gcc-nm\"" >> .mozconfig
|
|
|
|
echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
|
|
|
|
echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
|
|
|
|
|
|
|
|
|
|
|
|
MOZ_SMP_FLAGS=-j1
|
|
|
|
MOZ_SMP_FLAGS=-j2
|
|
|
|
# On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
|
|
|
|
# On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
|
|
|
|
# however builds tend to fail on other arches when building in parallel.
|
|
|
|
# however builds tend to fail on other arches when building in parallel.
|
|
|
|
#%ifarch %{ix86} s390x aarch64 ppc64le
|
|
|
|
#%ifarch %{ix86} s390x aarch64 ppc64le
|
|
|
@ -1585,12 +1608,12 @@ MOZ_SMP_FLAGS=-j1
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
|
|
|
|
#%endif
|
|
|
|
#%endif
|
|
|
|
#%ifarch x86_64 ppc ppc64 ppc64le
|
|
|
|
#%ifarch x86_64 ppc ppc64 ppc64le
|
|
|
|
[ -z "$RPM_BUILD_NCPUS" ] && \
|
|
|
|
#[ -z "$RPM_BUILD_NCPUS" ] && \
|
|
|
|
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
|
|
|
|
# RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
|
|
|
|
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
|
|
|
|
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
|
|
|
|
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
|
|
|
|
[ "$RPM_BUILD_NCPUS" -ge 16 ] && MOZ_SMP_FLAGS=-j16
|
|
|
|
#[ "$RPM_BUILD_NCPUS" -ge 16 ] && MOZ_SMP_FLAGS=-j16
|
|
|
|
#%endif
|
|
|
|
#%endif
|
|
|
|
|
|
|
|
|
|
|
|
echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig
|
|
|
|
echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig
|
|
|
@ -1685,10 +1708,11 @@ EOF
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# set up our default bookmarks
|
|
|
|
# set up our default bookmarks
|
|
|
|
%if !0%{?flatpak}
|
|
|
|
# INF-613 Bookmarks import from default-bookmarks.html from system-bookmarks
|
|
|
|
%global default_bookmarks_file /usr/share/bookmarks/default-bookmarks.html
|
|
|
|
#%%if !0%{?flatpak}
|
|
|
|
%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html
|
|
|
|
# %%global default_bookmarks_file /usr/share/bookmarks/default-bookmarks.html
|
|
|
|
%endif
|
|
|
|
# %%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html
|
|
|
|
|
|
|
|
#%%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Make sure locale works for langpacks
|
|
|
|
# Make sure locale works for langpacks
|
|
|
|
%{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
|
|
|
|
%{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
|
|
|
@ -1818,6 +1842,11 @@ sed -i -e 's|%HOMEPAGE%|%{homepage}|' %{buildroot}%{mozappdir}/defaults/preferen
|
|
|
|
# System config dir
|
|
|
|
# System config dir
|
|
|
|
%{__mkdir_p} %{buildroot}/%{_sysconfdir}/%{name}/pref
|
|
|
|
%{__mkdir_p} %{buildroot}/%{_sysconfdir}/%{name}/pref
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere added Russian Trusted Root CA
|
|
|
|
|
|
|
|
%{__mkdir_p} %{buildroot}/%{_sysconfdir}/%{name}/policies
|
|
|
|
|
|
|
|
%{__cp} %{SOURCE500} %{buildroot}%{mozappdir}/defaults
|
|
|
|
|
|
|
|
%{__cp} %{SOURCE501} %{buildroot}/%{_sysconfdir}/%{name}/policies
|
|
|
|
|
|
|
|
|
|
|
|
# System extensions
|
|
|
|
# System extensions
|
|
|
|
%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
|
|
|
%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
|
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
|
|
|
@ -1843,12 +1872,12 @@ echo 'pref("media.webrtc.camera.allow-pipewire", true);' >> %{buildroot}%{mozapp
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Add distribution.ini
|
|
|
|
# Add distribution.ini
|
|
|
|
%{__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/rhel/redhat/g" \
|
|
|
|
-e "s/Fedora.*/Fedora/g" \
|
|
|
|
# -e "s/Fedora.*/Fedora/g" \
|
|
|
|
%{SOURCE26} > %{buildroot}%{mozappdir}/distribution/distribution.ini
|
|
|
|
# %{SOURCE26} > %{buildroot}%{mozappdir}/distribution/distribution.ini
|
|
|
|
|
|
|
|
|
|
|
|
# Install appdata file
|
|
|
|
# Install appdata file
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/metainfo
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/metainfo
|
|
|
@ -1919,6 +1948,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
%dir %{_sysconfdir}/%{name}/*
|
|
|
|
%dir %{_sysconfdir}/%{name}/*
|
|
|
|
|
|
|
|
%{_sysconfdir}/%{name}/policies
|
|
|
|
%dir %{_datadir}/mozilla/extensions/*
|
|
|
|
%dir %{_datadir}/mozilla/extensions/*
|
|
|
|
%dir %{_libdir}/mozilla/extensions/*
|
|
|
|
%dir %{_libdir}/mozilla/extensions/*
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
@ -1927,10 +1957,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%dir %{mozappdir}
|
|
|
|
%dir %{mozappdir}
|
|
|
|
%license %{mozappdir}/LICENSE
|
|
|
|
%license %{mozappdir}/LICENSE
|
|
|
|
%{mozappdir}/browser/chrome
|
|
|
|
%{mozappdir}/browser/chrome
|
|
|
|
|
|
|
|
%{mozappdir}/defaults/*.cer
|
|
|
|
%{mozappdir}/defaults/preferences/*
|
|
|
|
%{mozappdir}/defaults/preferences/*
|
|
|
|
%{mozappdir}/browser/defaults/preferences
|
|
|
|
%{mozappdir}/browser/defaults/preferences
|
|
|
|
%{mozappdir}/browser/features/*.xpi
|
|
|
|
%{mozappdir}/browser/features/*.xpi
|
|
|
|
%{mozappdir}/distribution/distribution.ini
|
|
|
|
#%%{mozappdir}/distribution/distribution.ini
|
|
|
|
# That's Windows only
|
|
|
|
# That's Windows only
|
|
|
|
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
|
|
|
|
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
|
|
|
|
%if %{with langpacks}
|
|
|
|
%if %{with langpacks}
|
|
|
@ -1983,6 +2014,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
#---------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 06 2025 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 128.7.0-1.inferit
|
|
|
|
|
|
|
|
- Update to 128.7.0-1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2025 Eike Rathke <erack@redhat.com> - 128.7.0-1
|
|
|
|
* Tue Jan 28 2025 Eike Rathke <erack@redhat.com> - 128.7.0-1
|
|
|
|
- Update to 128.7.0 build1
|
|
|
|
- Update to 128.7.0 build1
|
|
|
|
|
|
|
|
|
|
|
@ -1995,6 +2029,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
* Tue Nov 19 2024 Eike Rathke <erack@redhat.com> - 128.5.0-1
|
|
|
|
* Tue Nov 19 2024 Eike Rathke <erack@redhat.com> - 128.5.0-1
|
|
|
|
- Update to 128.5.0 build1
|
|
|
|
- Update to 128.5.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 128.4.0-1.inferit.1
|
|
|
|
|
|
|
|
- Drop distribution info from About dialog
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2024 Jan Grulich <jgrulich@redhat.com - 128.4.0-2
|
|
|
|
* Mon Nov 18 2024 Jan Grulich <jgrulich@redhat.com - 128.4.0-2
|
|
|
|
- Enable PipeWire camera support for RHEL 10
|
|
|
|
- Enable PipeWire camera support for RHEL 10
|
|
|
|
+ backport upstream fixes for PipeWire camera support
|
|
|
|
+ backport upstream fixes for PipeWire camera support
|
|
|
@ -2012,6 +2049,37 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
* Tue Aug 27 2024 Jan Horak <jhorak@redhat.com> - 128.2.0-1
|
|
|
|
* Tue Aug 27 2024 Jan Horak <jhorak@redhat.com> - 128.2.0-1
|
|
|
|
- Update to 128.2.0
|
|
|
|
- Update to 128.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.14.0-2.inferit
|
|
|
|
|
|
|
|
- Update to 115.14.0-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2024 Eike Rathke <erack@redhat.com> - 115.14.0-2
|
|
|
|
|
|
|
|
- Update to 115.14.0 build2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Eike Rathke <erack@redhat.com> - 115.14.0-1
|
|
|
|
|
|
|
|
- Update to 115.14.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.13.0-3.inferit
|
|
|
|
|
|
|
|
- Update to 115.13.0-3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 08 2024 Tomas Popela <tpopela@redhat.com> - 115.13.0-3
|
|
|
|
|
|
|
|
- Update to 115.13.0 build3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 02 2024 Eike Rathke <erack@redhat.com> - 115.13.0-2
|
|
|
|
|
|
|
|
- Update to 115.13.0 build2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 01 2024 Eike Rathke <erack@redhat.com> - 115.13.0-1
|
|
|
|
|
|
|
|
- Update to 115.13.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.12.0-1.inferit
|
|
|
|
|
|
|
|
- Update to 115.12.0-1
|
|
|
|
|
|
|
|
- Rebuild for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2024 Eike Rathke <erack@redhat.com> - 115.12.0-1
|
|
|
|
|
|
|
|
- Update to 115.12.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Eike Rathke <erack@redhat.com> - 115.11.0-1
|
|
|
|
|
|
|
|
- Update to 115.11.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 09 2024 Eike Rathke <erack@redhat.com> - 115.10.0-1
|
|
|
|
* Tue Apr 09 2024 Eike Rathke <erack@redhat.com> - 115.10.0-1
|
|
|
|
- Update to 115.10.0 build1
|
|
|
|
- Update to 115.10.0 build1
|
|
|
|
|
|
|
|
|
|
|
@ -2072,6 +2140,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
* Tue Apr 04 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
|
|
|
* Tue Apr 04 2023 Eike Rathke <erack@redhat.com> - 102.10.0-1
|
|
|
|
- Update to 102.10.0 build1
|
|
|
|
- Update to 102.10.0 build1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 102.9.0-4
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 10 2023 Eike Rathke <erack@redhat.com> - 102.9.0-4
|
|
|
|
* Fri Mar 10 2023 Eike Rathke <erack@redhat.com> - 102.9.0-4
|
|
|
|
- Update to 102.9.0 build2
|
|
|
|
- Update to 102.9.0 build2
|
|
|
|
|
|
|
|
|
|
|
|