From 4418804cb0c944a64bdb49a7c299817e8ce96b1b Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 25 Dec 2023 14:33:45 +0300 Subject: [PATCH] Disable sphere url --- SOURCES/0015-Disable-sphere-url.patch | 74 +++++++++++++++++++++++++++ SPECS/anaconda.spec | 6 ++- 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 SOURCES/0015-Disable-sphere-url.patch diff --git a/SOURCES/0015-Disable-sphere-url.patch b/SOURCES/0015-Disable-sphere-url.patch new file mode 100644 index 0000000..75f8228 --- /dev/null +++ b/SOURCES/0015-Disable-sphere-url.patch @@ -0,0 +1,74 @@ +From 1966895966eaf4ad7f3194efa8208b358f57e06d Mon Sep 17 00:00:00 2001 +From: tigro +Date: Mon, 25 Dec 2023 14:32:02 +0300 +Subject: [PATCH] Disable sphere url + +--- + po/ru.po | 10 +++++----- + pyanaconda/core/constants.py | 4 ++-- + 2 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/po/ru.po b/po/ru.po +index 906be61..9d89344 100644 +--- a/po/ru.po ++++ b/po/ru.po +@@ -486,29 +486,29 @@ msgid "" + "Simultaneous Multithreading (SMT) technology can provide performance " + "improvements for certain workloads, but introduces several publicly " + "disclosed security issues. You have the option of disabling SMT, which may " +-"impact performance. If you choose to leave SMT enabled, please read https://" +-"docs.msvsphere-os.ru/knowledge-base/security/smt.html to understand your potential risks and learn about other " ++"impact performance. If you choose to leave SMT enabled, please read " ++"documentation to understand your potential risks and learn about other " + "ways to mitigate these risks." + msgstr "" + "Технология одновременной многопоточности (SMT) может обеспечить повышение " + "производительности при определенных рабочих нагрузках, но привносит " + "несколько известных проблем безопасности. Вы можете отключить SMT, что может " + "повлиять на производительность. Если вы решите оставить SMT включенным, " +-"прочитайте https://docs.msvsphere-os.ru/knowledge-base/security/smt.html для понимания потенциальных рисков и " ++"прочитайте документацию для понимания потенциальных рисков и " + "чтобы узнать о других способах снижения этих рисков." + + #: pyanaconda/core/constants.py:183 + msgid "" + "Simultaneous Multithreading (SMT) may improve performance for certain " + "workloads, but introduces several publicly disclosed security issues. You " +-"can disable SMT, which may impact performance. Please read https://docs.msvsphere-os.ru/" ++"can disable SMT, which may impact performance. Please read documentation " + "knowledge-base/security/smt.html to understand potential risks and learn about ways to mitigate " + "these risks." + msgstr "" + "Одновременная многопоточность (SMT) может увеличить производительность при " + "определенных рабочих нагрузках, но привносит несколько известных проблем " + "безопасности. Можно отключить SMT, что может повлиять на производительность. " +-"Прочитайте https://docs.msvsphere-os.ru/knowledge-base/security/smt.html для понимания потенциальных рисков и " ++"Прочитайте документацию для понимания потенциальных рисков и " + "чтобы узнать о способах снижения этих рисков." + + #: pyanaconda/core/constants.py:199 +diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py +index afc1d25..ea36095 100644 +--- a/pyanaconda/core/constants.py ++++ b/pyanaconda/core/constants.py +@@ -180,7 +180,7 @@ WARNING_SMT_ENABLED_GUI = N_( + "improvements for certain workloads, but introduces several publicly " + "disclosed security issues. You have the option of disabling SMT, which " + "may impact performance. If you choose to leave SMT enabled, please read " +- "docs.msvsphere-os.ru/knowledge-base/security/smt.html to understand your potential risks and learn " ++ "documentation to understand your potential risks and learn " + "about other ways to mitigate these risks." + ) + +@@ -189,7 +189,7 @@ WARNING_SMT_ENABLED_TUI = N_( + "Simultaneous Multithreading (SMT) may improve performance for certain " + "workloads, but introduces several publicly disclosed security issues. " + "You can disable SMT, which may impact performance. Please read " +- "docs.msvsphere-os.ru/knowledge-base/security/smt.html to understand potential risks and learn about " ++ "documentation to understand potential risks and learn about " + "ways to mitigate these risks." + ) + +-- +2.43.0 + diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 9775f46..b0dbe61 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.3.8 -Release: 1%{?dist}.inferit.10 +Release: 1%{?dist}.inferit.11 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -27,6 +27,7 @@ Patch1011: 0011-Add-MSVSphere-identification-support.patch Patch1012: 0012-Enable-administrator-by-default.patch Patch1013: 0013-Fix-smt-url.patch Patch1014: 0014-Make-branding-free-Russian-translation.patch +Patch1015: 0015-Disable-sphere-url.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -430,6 +431,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Dec 25 2023 Arkady L. Shane - 34.25.3.8-1.inferit.11 +- Disable sphere url + * Tue Nov 14 2023 Arkady L. Shane - 34.25.3.8-1.inferit.10 - Fix smt translation