diff --git a/SOURCES/0015-Disable-sphere-url.patch b/SOURCES/0015-Disable-sphere-url.patch new file mode 100644 index 0000000..f9414c1 --- /dev/null +++ b/SOURCES/0015-Disable-sphere-url.patch @@ -0,0 +1,99 @@ +From 7f7cc79ea4815ee79ad030c85cefabd249a8d1a4 Mon Sep 17 00:00:00 2001 +From: tigro +Date: Thu, 11 Jul 2024 18:24:44 +0300 +Subject: [PATCH] Drop sphere url + +--- + po/ru.po | 16 ++++++++-------- + pyanaconda/core/constants.py | 6 +++--- + 2 files changed, 11 insertions(+), 11 deletions(-) + +diff --git a/po/ru.po b/po/ru.po +index 5c9256b..2c15e3c 100644 +--- a/po/ru.po ++++ b/po/ru.po +@@ -100,12 +100,12 @@ msgstr "" + #: pyanaconda/core/constants.py:164 + msgid "" + "This hardware (or a combination thereof) is not supported by MSVSphere. For " +-"more information on supported hardware, please refer to https://msvsphere-os." ++"more information on supported hardware, please refer to documentation." + "ru." + msgstr "" + "Это аппаратное обеспечение (или их комбинация) не поддерживается операционной системой. " + "Для получения дополнительной информации о поддерживаемом оборудовании см. " +-"https://msvsphere-os.ru." ++"документацию." + + #: pyanaconda/core/constants.py:170 + msgid "" +@@ -124,29 +124,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:190 + 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/" +-"knowledge-base/security/smt.html/ to understand potential risks and learn about ways to mitigate " ++"can disable SMT, which may impact performance. Please read documentation " ++"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:206 +diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py +index 6f6abd3..b4622f9 100644 +--- a/pyanaconda/core/constants.py ++++ b/pyanaconda/core/constants.py +@@ -164,7 +164,7 @@ WARNING_SUPPORT_REMOVED = N_( + + WARNING_HARDWARE_UNSUPPORTED = N_( + "This hardware (or a combination thereof) is not supported by MSVSphere. For more information " +- "on supported hardware, please refer to https://msvsphere-os.ru." ++ "on supported hardware, please refer to documentation." + ) + + # Storage messages +@@ -183,7 +183,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 " +- "https://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." + ) + +@@ -192,7 +192,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 " +- "https://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.45.2 + diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index e1e66bc..9a1018e 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.16.10.5 -Release: 1%{?dist}.inferit +Release: 1%{?dist}.inferit.1 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -27,6 +27,7 @@ Patch11: 0011-Enable-administrator-by-default.patch Patch12: 0012-Backport-bugfixes-for-keyboard-layout.patch Patch13: 0013-Activate-all-wired-network-devices-with-link-in-up-s.patch Patch14: 0014-Set-autoconnect-and-autoconnect-priority-for-connect.patch +Patch15: 0015-Disable-sphere-url.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -389,6 +390,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jul 11 2024 Arkady L. Shane - 33.16.10.5-1.inferit.1 +- Disable sphere url + * Thu May 23 2024 Arkady L. Shane - 33.16.10.5-1.inferit - Disable subscription - Hide CDN source button