import anaconda-33.16.10.4-1.el8.inferit.1

i8
Arkady L. Shane 6 months ago
parent 17216569c8
commit 645b21b95b
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1 +1 @@
a47a7f10c8ddb548b963adebb39784986041879a SOURCES/anaconda-33.16.9.4.tar.bz2
7450b69534ac5ce10f8698270153984ec9871944 SOURCES/anaconda-33.16.10.4.tar.bz2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/anaconda-33.16.9.4.tar.bz2
SOURCES/anaconda-33.16.10.4.tar.bz2

@ -1,7 +1,7 @@
From f90eb8643e209084d0b1c4aa93abf50cf2f94027 Mon Sep 17 00:00:00 2001
From 4d59d92ea86ed70866896bfdbf49a83b162016be Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:24:22 +0300
Subject: [PATCH 01/11] Disable subscription
Subject: [PATCH 01/14] Disable subscription
---
pyanaconda/ui/gui/spokes/subscription.py | 4 ++++
@ -23,5 +23,5 @@ index f4ee772..27d6b42 100644
NormalSpoke.initialize(self)
self.initialize_start()
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 8f5b7be529a05d44ec9f3733f8ce9b9ac4dd8217 Mon Sep 17 00:00:00 2001
From 2013ba5f3258e388864d0dd47d49cf5c05308867 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:25:09 +0300
Subject: [PATCH 02/11] Hide CDN source button
Subject: [PATCH 02/14] Hide CDN source button
---
pyanaconda/ui/gui/spokes/installation_source.py | 2 ++
@ -21,5 +21,5 @@ index d0d4da7..4d1c659 100644
self._protocol_combo_box = self.builder.get_object("protocolComboBox")
self._iso_chooser_button = self.builder.get_object("isoChooserButton")
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 2909f6d5166943f0acb18e8b65f02c1c66eb8c81 Mon Sep 17 00:00:00 2001
From ac121e85f4b97070c76f5b4a998ee1067c8d0fcc Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:26:08 +0300
Subject: [PATCH 03/11] Set MSVSphere installer colors
Subject: [PATCH 03/14] Set MSVSphere installer colors
---
data/anaconda-gtk.css | 2 ++
@ -25,5 +25,5 @@ index 60a670e..cc1ec4b 100644
/* logo and sidebar classes */
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From cc4c5543889a79108e072d23676895b072009363 Mon Sep 17 00:00:00 2001
From c8221db2c44911d38a06e91c203d791ef07c841c Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:28:41 +0300
Subject: [PATCH 04/11] Add Minimal and Server repository support
Subject: [PATCH 04/14] Add Minimal and Server repository support
---
pyanaconda/core/constants.py | 4 +++-
@ -23,5 +23,5 @@ index 0ab2627..bcc5270 100644
# Get list of repo names which should be used as updates repos
DEFAULT_UPDATE_REPOS = ["updates",
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 7d3a07429738cd60e2d1793ddb197453797b5d92 Mon Sep 17 00:00:00 2001
From e661a97359b307477babe614b6f48f3c9a0c99d8 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:34:46 +0300
Subject: [PATCH 05/11] Set default timezone to Europe/Moscow
Subject: [PATCH 05/14] Set default timezone to Europe/Moscow
---
pyanaconda/modules/timezone/installation.py | 4 ++--
@ -10,11 +10,11 @@ Subject: [PATCH 05/11] Set default timezone to Europe/Moscow
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pyanaconda/modules/timezone/installation.py b/pyanaconda/modules/timezone/installation.py
index 829748c..83c5927 100644
index a766000..fd7fa5b 100644
--- a/pyanaconda/modules/timezone/installation.py
+++ b/pyanaconda/modules/timezone/installation.py
@@ -63,8 +63,8 @@ class ConfigureTimezoneTask(Task):
if not is_valid_timezone(self._timezone):
@@ -67,8 +67,8 @@ class ConfigureTimezoneTask(Task):
else:
# this should never happen, but for pity's sake
log.warning("Timezone %s set in kickstart is not valid, "
- "falling back to default (America/New_York).", self._timezone)
@ -38,10 +38,10 @@ index b0fedc4..9782ee7 100644
self.is_utc_changed = Signal()
self._is_utc = False
diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.py b/pyanaconda/ui/gui/spokes/datetime_spoke.py
index 50ae156..b50f75b 100644
index bf60750..9dd25ed 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.py
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.py
@@ -66,7 +66,7 @@ SERVER_POOL = 1
@@ -67,7 +67,7 @@ SERVER_POOL = 1
SERVER_WORKING = 2
SERVER_USE = 3
@ -51,5 +51,5 @@ index 50ae156..b50f75b 100644
SPLIT_NUMBER_SUFFIX_RE = re.compile(r'([^0-9]*)([-+])([0-9]+)')
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 2b516265899d2af961d6b1593b5f530624bbf777 Mon Sep 17 00:00:00 2001
From 96287b6d95bcf8490311ab96154fb1588432132f Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 12:00:36 +0300
Subject: [PATCH] Add MSVSphere product config
Subject: [PATCH 06/14] Add MSVSphere product config
---
data/product.d/msvsphere.conf | 30 ++++++++++++++++++++++++++++++
@ -58,5 +58,5 @@ index c4de9b6..3f7e282 100644
[Installation System]
# The detection is disabled since #1645686.
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From a4ca8ae2cf31bfa3e7a553bc9c65ac783f8e4002 Mon Sep 17 00:00:00 2001
From 12b96a427587b418f2c069ce258e6583c3c6276c Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 12:01:29 +0300
Subject: [PATCH 07/11] Set Russian language as default
Subject: [PATCH 07/14] Set Russian language as default
---
pyanaconda/core/constants.py | 2 +-
@ -21,5 +21,5 @@ index bcc5270..1745ce2 100644
DEFAULT_VC_FONT = "eurlatgr"
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From ff1ffae621a47d4e04744d1088168bbb1c29bd0d Mon Sep 17 00:00:00 2001
From 58455792e6d21b7b6c7a5119fe1a82af06e00496 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 12:03:49 +0300
Subject: [PATCH 08/11] Set Russian as default language for new regions
Subject: [PATCH 08/14] Set Russian as default language for new regions
---
pyanaconda/geoloc.py | 11 +++++++++++
@ -30,5 +30,5 @@ index 4873ea0..a9aa117 100644
if not is_valid_timezone(timezone_code):
# try to get a timezone from the territory code
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 773a0d57681eb40d6e30e7e3d58443b51df8f172 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 13:42:28 +0300
Subject: [PATCH 9/9] MSVSphere Adaptation Patch - Debranding - Update Russian
From 6861e4c7d377461364b36e58d2c2b35f60939cec Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <sergey.cherevko@softline.com>
Date: Tue, 16 Apr 2024 14:02:08 +0300
Subject: [PATCH] MSVSphere Adaptation Patch - Debranding - Update Russian
transaltions - Added new products
---
@ -9,12 +9,12 @@ Subject: [PATCH 9/9] MSVSphere Adaptation Patch - Debranding - Update Russian
data/liveinst/gnome/rhel-welcome.js | 6 +-
docs/intro.rst | 2 +-
docs/iscsi.rst | 2 +-
po/ru.po | 274 +++++++++++++-----
po/ru.po | 277 +++++++++++++-----
pyanaconda/core/constants.py | 8 +-
pyanaconda/errors.py | 6 +-
pyanaconda/installation.py | 2 +-
pyanaconda/modules/payloads/source/cdn/cdn.py | 2 +-
pyanaconda/product.py | 40 ++-
pyanaconda/product.py | 39 ++-
.../ui/gui/spokes/installation_progress.py | 8 +-
.../ui/gui/spokes/installation_source.glade | 2 +-
pyanaconda/ui/gui/spokes/lib/accordion.py | 2 +-
@ -24,22 +24,22 @@ Subject: [PATCH 9/9] MSVSphere Adaptation Patch - Debranding - Update Russian
pyanaconda/ui/gui/spokes/subscription.py | 8 +-
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
pyanaconda/vnc.py | 42 ++-
19 files changed, 327 insertions(+), 111 deletions(-)
19 files changed, 327 insertions(+), 113 deletions(-)
diff --git a/data/liveinst/gnome/rhel-welcome.desktop b/data/liveinst/gnome/rhel-welcome.desktop
index 8f81a1b..a216c7b 100644
index 8f81a1b..ad2417b 100644
--- a/data/liveinst/gnome/rhel-welcome.desktop
+++ b/data/liveinst/gnome/rhel-welcome.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
-Name=Welcome to Red Hat Enterprise Linux
+Name=Welcome to MSVSphere ARM
+Name[ru]=Добро пожаловать в МСВСфера АРМ
+Name=Welcome to MSVSphere 8.10 ARM
+Name[ru]=Добро пожаловать в МСВСфера 8.10 АРМ
Exec=/usr/share/anaconda/gnome/rhel-welcome
Terminal=false
Type=Application
diff --git a/data/liveinst/gnome/rhel-welcome.js b/data/liveinst/gnome/rhel-welcome.js
index 7b6df63..a92e157 100755
index 7b6df63..cf7a5b6 100755
--- a/data/liveinst/gnome/rhel-welcome.js
+++ b/data/liveinst/gnome/rhel-welcome.js
@@ -59,7 +59,7 @@ const WelcomeWindow = new Lang.Class({
@ -47,7 +47,7 @@ index 7b6df63..a92e157 100755
default_height: 550,
skip_taskbar_hint: true,
- title: _("Welcome to Red Hat Enterprise Linux"),
+ title: _("Welcome to MSVSphere ARM"),
+ title: _("Welcome to MSVSphere 8.10 ARM"),
window_position: Gtk.WindowPosition.CENTER });
this.window.connect('key-press-event', Lang.bind(this,
function(w, event) {
@ -56,7 +56,7 @@ index 7b6df63..a92e157 100755
tryContent.add(new Gtk.Image({ icon_name: 'media-optical',
pixel_size: 256 }));
- tryContent.add(makeLabel(_("Try RHEL"), true));
+ tryContent.add(makeLabel(_("Try MSVSphere ARM"), true));
+ tryContent.add(makeLabel(_("Try MSVSphere 8.10 ARM"), true));
let tryButton = new Gtk.Button({ child: tryContent });
buttonBox.add(tryButton);
@ -96,10 +96,10 @@ index 847078d..6d9c4b3 100644
diff --git a/po/ru.po b/po/ru.po
index da89215..133e9b8 100644
index 3a91354..cd79293 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -98,13 +98,13 @@ msgstr ""
@@ -99,13 +99,13 @@ msgstr ""
#: pyanaconda/core/constants.py:164
msgid ""
@ -111,14 +111,14 @@ index da89215..133e9b8 100644
+"ru."
msgstr ""
-"Это аппаратное обеспечение (или их комбинация) не поддерживается Red Hat. "
+"Это аппаратное обеспечение (или их комбинация) не поддерживается операционной системой. "
+"Это аппаратное обеспечение (или их комбинация) не поддерживается MSVSphere. "
"Для получения дополнительной информации о поддерживаемом оборудовании см. "
-"Http://www.redhat.com/hardware."
+"https://msvsphere-os.ru."
#: pyanaconda/core/constants.py:170
msgid ""
@@ -124,28 +124,28 @@ msgid ""
@@ -125,28 +125,28 @@ msgid ""
"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://"
@ -152,7 +152,7 @@ index da89215..133e9b8 100644
"чтобы узнать о способах снижения этих рисков."
#: pyanaconda/core/constants.py:206
@@ -422,8 +422,8 @@ msgid "%s is missing. Cannot setup firewall."
@@ -423,8 +423,8 @@ msgid "%s is missing. Cannot setup firewall."
msgstr "Нет %s. Настройка сетевого экрана невозможна."
#: pyanaconda/modules/payloads/source/cdn/cdn.py:47
@ -163,7 +163,7 @@ index da89215..133e9b8 100644
#: pyanaconda/modules/payloads/source/cdrom/cdrom.py:62
msgid "Local media"
@@ -646,7 +646,7 @@ msgid ""
@@ -647,7 +647,7 @@ msgid ""
"recommended for a normal %(productName)s install."
msgstr ""
"Размер раздела %(mount)s меньше %(size)s, что меньше рекомендованного "
@ -172,7 +172,7 @@ index da89215..133e9b8 100644
#: pyanaconda/modules/storage/checker/utils.py:130
#, python-format
@@ -1161,7 +1161,7 @@ msgstr "Не удалось сменить устройство."
@@ -1162,7 +1162,7 @@ msgstr "Не удалось сменить устройство."
#: pyanaconda/modules/storage/partitioning/interactive/utils.py:213
#, python-brace-format
msgid "New {name} {version} Installation"
@ -181,28 +181,27 @@ index da89215..133e9b8 100644
#: pyanaconda/modules/storage/partitioning/interactive/utils.py:275
msgid "Cannot set label on file system."
@@ -1822,7 +1822,7 @@ msgid ""
@@ -1823,7 +1823,7 @@ msgid ""
"You haven't created any mount points for your %(product)s %(version)s "
"installation yet. You can:"
msgstr ""
-"Вы еще не создали точки монтирования для установки %(product)s %(version)s. "
+"Вы еще не создали точки монтирования для установки операционной системы. "
+"Вы еще не создали точки монтирования для установки операционной системы. "
"Вы можете:"
#: pyanaconda/ui/gui/spokes/lib/accordion.py:500
@@ -1852,6 +1852,11 @@ msgctxt "GUI|Custom Partitioning|Autopart Page"
@@ -1853,6 +1853,10 @@ msgctxt "GUI|Custom Partitioning|Autopart Page"
msgid "_Encrypt automatically created mount points by default:"
msgstr "_Шифровать автоматически созданные точки монтирования по умолчанию:"
+#: pyanaconda/ui/gui/spokes/lib/accordion.py:568
+msgctxt "GUI|Custom Partitioning|Autopart Page"
+msgid "Encrypt my data."
+msgstr "Зашифровать данные."
+
#: pyanaconda/ui/gui/spokes/lib/cart.py:193
msgctxt "GUI|Selected Disks Dialog"
msgid "_Do not install boot loader"
@@ -2142,7 +2147,7 @@ msgid ""
@@ -2143,7 +2147,7 @@ msgid ""
"you'll be able to view their details here."
msgstr ""
"Здесь будет показана информация о созданных точках монтирования для "
@ -211,16 +210,16 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/custom_storage.py:460
#: pyanaconda/ui/gui/spokes/custom_storage.py:503
@@ -2230,7 +2235,7 @@ msgstr "Не удалось разблокировать зашифровано
#: pyanaconda/ui/gui/spokes/datetime_spoke.py:426
@@ -2231,7 +2235,7 @@ msgstr "Не удалось разблокировать зашифровано
#: pyanaconda/ui/gui/spokes/datetime_spoke.py:427
msgctxt "GUI|Spoke"
msgid "_Time & Date"
-msgstr "_Time & Date"
+msgstr "_Дата и время"
#: pyanaconda/ui/gui/spokes/datetime_spoke.py:571
#: pyanaconda/ui/gui/spokes/datetime_spoke.py:578
msgid "Restoring hardware time..."
@@ -2300,20 +2305,20 @@ msgstr "_Завершить установку"
@@ -2301,20 +2305,20 @@ msgstr "_Завершить установку"
#: pyanaconda/ui/gui/spokes/installation_progress.py:155
#, python-format
msgid ""
@ -247,7 +246,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/installation_source.py:71
msgid "Setting up installation source..."
@@ -2347,7 +2352,7 @@ msgstr "Этот носитель не подходит для установк
@@ -2348,7 +2352,7 @@ msgstr "Этот носитель не подходит для установк
#: pyanaconda/ui/gui/spokes/installation_source.py:412
msgctxt "GUI|Spoke"
msgid "_Installation Source"
@ -256,7 +255,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/installation_source.py:567
msgid "Failed to set up installation source; check the repo url"
@@ -2466,7 +2471,7 @@ msgstr "%s для переключения раскладки."
@@ -2467,7 +2471,7 @@ msgstr "%s для переключения раскладки."
#: pyanaconda/ui/gui/spokes/keyboard.py:280
msgctxt "GUI|Spoke"
msgid "_Keyboard"
@ -265,7 +264,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/keyboard.py:386
msgid "Testing layouts configuration not available."
@@ -2491,7 +2496,7 @@ msgstr "Переключение раскладки не настроено."
@@ -2492,7 +2496,7 @@ msgstr "Переключение раскладки не настроено."
#: pyanaconda/ui/gui/spokes/language_support.py:64
msgctxt "GUI|Spoke"
msgid "_Language Support"
@ -274,7 +273,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/network.py:80
msgid "Status unknown (missing)"
@@ -2642,7 +2647,7 @@ msgstr "Неправильное имя узла: %s"
@@ -2643,7 +2647,7 @@ msgstr "Неправильное имя узла: %s"
#: pyanaconda/ui/gui/spokes/root_password.py:56
msgctxt "GUI|Spoke"
msgid "_Root Password"
@ -283,7 +282,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/root_password.py:128
msgid "Root password has been set."
@@ -2676,8 +2681,8 @@ msgid "Error checking software selection"
@@ -2677,8 +2681,8 @@ msgid "Error checking software selection"
msgstr "Ошибка при проверке выбора программного обеспечения"
#: pyanaconda/ui/gui/spokes/software_selection.py:311
@ -294,7 +293,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/software_selection.py:314
#: pyanaconda/ui/tui/spokes/software_selection.py:160
@@ -2748,7 +2753,7 @@ msgid ""
@@ -2749,7 +2753,7 @@ msgid ""
"of available space, including <b>%(software)s</b> for software and "
"<b>%(swap)s</b> for swap space."
msgstr ""
@ -303,7 +302,7 @@ index da89215..133e9b8 100644
"<b>%(software)s</b> для программ и <b>%(swap)s</b> для подкачки."
#: pyanaconda/ui/gui/spokes/storage.py:115
@@ -2758,8 +2763,8 @@ msgid ""
@@ -2759,8 +2763,8 @@ msgid ""
"selection</a> requires <b>%(total)s</b> of available space, including "
"<b>%(software)s</b> for software and <b>%(swap)s</b> for swap space."
msgstr ""
@ -314,7 +313,7 @@ index da89215..133e9b8 100644
"<b>%(software)s</b> для программ и <b>%(swap)s</b> для подкачки."
#: pyanaconda/ui/gui/spokes/storage.py:166
@@ -2770,11 +2775,11 @@ msgstr "%s На выбранных дисках доступно:"
@@ -2771,11 +2775,11 @@ msgstr "%s На выбранных дисках доступно:"
#: pyanaconda/ui/gui/spokes/storage.py:176
#, python-format
msgid ""
@ -328,7 +327,7 @@ index da89215..133e9b8 100644
"существующие разделы с помощью помощника или самостоятельно выбрать размеры "
"разделов в окне настройки разделов."
@@ -2784,7 +2789,7 @@ msgid ""
@@ -2785,7 +2789,7 @@ msgid ""
" You don't have enough space available to install <b>%(product)s</b>, even "
"if you used all of the free space available on the selected disks."
msgstr ""
@ -337,7 +336,7 @@ index da89215..133e9b8 100644
"использовать все свободное место на выбранных дисках."
#: pyanaconda/ui/gui/spokes/storage.py:212
@@ -2795,16 +2800,16 @@ msgid ""
@@ -2796,16 +2800,16 @@ msgid ""
"could add more disks for additional space, modify your software selection to "
"install a smaller version of <b>%(productName)s</b>, or quit the installer."
msgstr ""
@ -357,7 +356,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/storage.py:349
msgid ""
@@ -2948,8 +2953,8 @@ msgstr "_ОК"
@@ -2949,8 +2953,8 @@ msgstr "_ОК"
#: pyanaconda/ui/gui/spokes/subscription.py:73
msgctxt "GUI|Spoke"
@ -368,7 +367,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/subscription.py:251
msgid "Activation key set."
@@ -3000,12 +3005,12 @@ msgid "Usage: {}"
@@ -3001,12 +3005,12 @@ msgid "Usage: {}"
msgstr "Применение: {}"
#: pyanaconda/ui/gui/spokes/subscription.py:1072
@ -385,7 +384,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/subscription.py:1086
msgid "Subscribed in Simple Content Access mode."
@@ -3024,8 +3029,8 @@ msgid "{} subscriptions attached to the system"
@@ -3025,8 +3029,8 @@ msgid "{} subscriptions attached to the system"
msgstr "К системе прикреплено {} подписок"
#: pyanaconda/ui/gui/spokes/subscription.py:1133
@ -396,7 +395,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/user.py:68
msgid "Invalid group name."
@@ -3054,7 +3059,37 @@ msgstr "Будет создан администратор %s"
@@ -3055,7 +3059,37 @@ msgstr "Будет создан администратор %s"
msgid "User %s will be created"
msgstr "Будет создан пользователь %s"
@ -435,7 +434,7 @@ index da89215..133e9b8 100644
#, python-format
msgid "WELCOME TO %(name)s %(version)s."
msgstr "ДОБРО ПОЖАЛОВАТЬ В %(name)s %(version)s."
@@ -4071,10 +4106,10 @@ msgstr "Не удается зашифровать пароль: неподде
@@ -4072,10 +4106,10 @@ msgstr "Не удается зашифровать пароль: неподде
#: pyanaconda/errors.py:264
msgid ""
@ -448,7 +447,7 @@ index da89215..133e9b8 100644
"установку?"
#: pyanaconda/errors.py:275
@@ -4094,9 +4129,9 @@ msgstr "Сведения об ошибке: "
@@ -4095,16 +4129,16 @@ msgstr "Сведения об ошибке: "
#: pyanaconda/errors.py:289
msgid ""
@ -460,7 +459,16 @@ index da89215..133e9b8 100644
"developer subscription).\n"
"\n"
"Would you like to ignore this and continue with installation?"
@@ -4171,8 +4206,8 @@ msgid "Full name cannot contain colon characters"
msgstr ""
-"Не удалось включить подписку Red Hat на установленной системе.\n"
+"Не удалось включить подписку МСВСфера на установленной системе.\n"
"\n"
-"Возможно, ваша подписка Red Hat недействительна (например, из-за истекшей "
+"Возможно, ваша подписка МСВСфера недействительна (например, из-за истекшей "
"подписки разработчика).\n"
"\n"
"Хотите ли вы проигнорировать это и продолжить установку?"
@@ -4178,8 +4212,8 @@ msgid "Full name cannot contain colon characters"
msgstr "Полное имя не может содержать двоеточий"
#: pyanaconda/installation.py:87
@ -471,7 +479,7 @@ index da89215..133e9b8 100644
#: pyanaconda/installation.py:94
msgid "Configuring installed system"
@@ -4342,7 +4377,37 @@ msgstr "Не подключено"
@@ -4349,7 +4383,37 @@ msgstr "Не подключено"
msgid "No network devices available"
msgstr "Сетевые устройства недоступны"
@ -510,7 +518,7 @@ index da89215..133e9b8 100644
#, python-format
msgid "%(productName)s %(productVersion)s INSTALLATION"
msgstr "УСТАНОВКА %(productName)s %(productVersion)s"
@@ -4534,12 +4599,72 @@ msgstr "Для начала установки выполните ssh install@%s
@@ -4541,12 +4605,72 @@ msgstr "Для начала установки выполните ssh install@%s
msgid "Please ssh install@HOSTNAME to continue installation."
msgstr "Для продолжения установки выполните ssh install@HOSTNAME."
@ -585,7 +593,7 @@ index da89215..133e9b8 100644
#, python-format
msgid "%(productName)s %(productVersion)s installation on host %(name)s"
msgstr "Установка %(productName)s %(productVersion)s на %(name)s"
@@ -6421,8 +6546,8 @@ msgstr "Установочный носитель через SE/_HMC"
@@ -6428,8 +6552,8 @@ msgstr "Установочный носитель через SE/_HMC"
#: pyanaconda/ui/gui/spokes/installation_source.glade:635
msgctxt "GUI|Software Source"
@ -596,7 +604,7 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/installation_source.glade:654
msgctxt "GUI|Software Source"
@@ -7217,22 +7342,22 @@ msgid "Insights"
@@ -7226,22 +7350,22 @@ msgid "Insights"
msgstr "Insights"
#: pyanaconda/ui/gui/spokes/subscription.glade:414
@ -627,25 +635,25 @@ index da89215..133e9b8 100644
#: pyanaconda/ui/gui/spokes/subscription.glade:456
msgid "Custom base URL"
@@ -7427,8 +7552,8 @@ msgstr "Выход"
@@ -7436,8 +7560,8 @@ msgstr "Выход"
#: data/liveinst/gnome/rhel-welcome.desktop:3
#: data/liveinst/gnome/rhel-welcome.js:62
-msgid "Welcome to Red Hat Enterprise Linux"
-msgstr "Добро пожаловать в Red Hat Enterprise Linux"
+msgid "Welcome to MSVSphere ARM"
+msgstr "Добро пожаловать в МСВСфера АРМ"
+msgid "Welcome to MSVSphere 8.10 ARM"
+msgstr "Добро пожаловать в МСВСфера 8.10 АРМ"
#: data/liveinst/liveinst-setup.desktop:4
msgid "Liveinst Setup"
@@ -7447,17 +7572,18 @@ msgid "Install the live CD to your hard disk"
@@ -7456,17 +7580,18 @@ msgid "Install the live CD to your hard disk"
msgstr "Установить Live CD на жёсткий диск"
#: data/liveinst/gnome/rhel-welcome.js:91
-msgid "Try RHEL"
-msgstr "Попробуйте RHEL"
+msgid "Try MSVSphere ARM"
+msgstr "Попробуйте МСВСфера АРМ"
+msgid "Try MSVSphere 8.10 ARM"
+msgstr "Попробуйте МСВСфера 8.10 АРМ"
#: data/liveinst/gnome/rhel-welcome.js:107
msgid ""
@ -746,7 +754,7 @@ index 05c0e11..9e85c09 100644
- return _("Red Hat CDN")
+ return _("MSVSphere CDN")
diff --git a/pyanaconda/product.py b/pyanaconda/product.py
index 0f3e248..cb43f44 100644
index 0f3e248..c8a7b61 100644
--- a/pyanaconda/product.py
+++ b/pyanaconda/product.py
@@ -19,6 +19,7 @@
@ -757,7 +765,7 @@ index 0f3e248..cb43f44 100644
from pyanaconda.core.i18n import _
@@ -64,7 +65,42 @@ def trim_product_version_for_ui(version):
@@ -64,7 +65,41 @@ def trim_product_version_for_ui(version):
productVersion = trim_product_version_for_ui(productVersion)
@ -779,7 +787,6 @@ index 0f3e248..cb43f44 100644
+else:
+ productBase = productName
+ productFlavor = None
+
def distributionText():
- return _("%(productName)s %(productVersion)s INSTALLATION") % \
@ -882,7 +889,7 @@ index 1dc4aed..e502e68 100644
self._add_modify_watcher(label)
diff --git a/pyanaconda/ui/gui/spokes/subscription.glade b/pyanaconda/ui/gui/spokes/subscription.glade
index 23aeebb..5997366 100644
index 53f61ca..28e8e45 100644
--- a/pyanaconda/ui/gui/spokes/subscription.glade
+++ b/pyanaconda/ui/gui/spokes/subscription.glade
@@ -411,11 +411,11 @@
@ -1033,5 +1040,5 @@ index 54a45dd..eb3a078 100644
'productVersion': product.productVersion,
'name': host}
--
2.43.0
2.44.0

@ -1,7 +1,7 @@
From 376f07e65b310bb378da7daec0af5a60ce67d5b1 Mon Sep 17 00:00:00 2001
From bbd6120747645ae5954fe348fa10862b7a79d25a Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 13:46:31 +0300
Subject: [PATCH 10/11] Fix smt url
Subject: [PATCH 10/14] Fix smt url
---
po/af.po | 6 +++---
@ -34,7 +34,7 @@ Subject: [PATCH 10/11] Fix smt url
po/ga.po | 6 +++---
po/gl.po | 6 +++---
po/gu.po | 6 +++---
po/he.po | 6 +++---
po/he.po | 10 +++++-----
po/hi.po | 6 +++---
po/hr.po | 10 +++++-----
po/hu.po | 10 +++++-----
@ -88,10 +88,10 @@ Subject: [PATCH 10/11] Fix smt url
po/zh_HK.po | 6 +++---
po/zh_TW.po | 10 +++++-----
po/zu.po | 6 +++---
84 files changed, 313 insertions(+), 313 deletions(-)
84 files changed, 315 insertions(+), 315 deletions(-)
diff --git a/po/af.po b/po/af.po
index 76e92c2..9a4bfed 100644
index 089df4b..17eb3b7 100644
--- a/po/af.po
+++ b/po/af.po
@@ -71,7 +71,7 @@ msgid ""
@ -115,7 +115,7 @@ index 76e92c2..9a4bfed 100644
msgstr ""
diff --git a/po/am.po b/po/am.po
index 6fd084d..50e19b6 100644
index fc1f1c2..f08c8ae 100644
--- a/po/am.po
+++ b/po/am.po
@@ -71,7 +71,7 @@ msgid ""
@ -139,10 +139,10 @@ index 6fd084d..50e19b6 100644
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index bd1b40f..0777662 100644
index 1f24afe..6e829e9 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -98,25 +98,25 @@ msgid ""
@@ -102,25 +102,25 @@ msgid ""
"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://"
@ -174,7 +174,7 @@ index bd1b40f..0777662 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/as.po b/po/as.po
index 66103ad..835c9b6 100644
index 21f90c0..1766618 100644
--- a/po/as.po
+++ b/po/as.po
@@ -81,7 +81,7 @@ msgid ""
@ -198,7 +198,7 @@ index 66103ad..835c9b6 100644
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 38806fd..1f51cf5 100644
index 58e5a00..22d7f94 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -72,7 +72,7 @@ msgid ""
@ -222,10 +222,10 @@ index 38806fd..1f51cf5 100644
msgstr ""
diff --git a/po/be.po b/po/be.po
index d33aae1..9b7fb81 100644
index 04a071b..f5d6a54 100644
--- a/po/be.po
+++ b/po/be.po
@@ -94,27 +94,27 @@ msgid ""
@@ -95,27 +95,27 @@ msgid ""
"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://"
@ -259,10 +259,10 @@ index d33aae1..9b7fb81 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/bg.po b/po/bg.po
index fd91522..9685d52 100644
index 995d505..1adccd5 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -86,7 +86,7 @@ msgid ""
@@ -87,7 +87,7 @@ msgid ""
"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://"
@ -271,7 +271,7 @@ index fd91522..9685d52 100644
"ways to mitigate these risks."
msgstr ""
@@ -94,8 +94,8 @@ msgstr ""
@@ -95,8 +95,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -283,7 +283,7 @@ index fd91522..9685d52 100644
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index 5bf0e48..67321d4 100644
index 5426037..a0ce4f8 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -84,7 +84,7 @@ msgid ""
@ -307,7 +307,7 @@ index 5bf0e48..67321d4 100644
msgstr ""
diff --git a/po/bn_IN.po b/po/bn_IN.po
index a19b54c..bfc548b 100644
index 3f6621d..ec0d548 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -89,27 +89,27 @@ msgid ""
@ -344,7 +344,7 @@ index a19b54c..bfc548b 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/bo.po b/po/bo.po
index db95700..1ff0d72 100644
index cdc6951..2290736 100644
--- a/po/bo.po
+++ b/po/bo.po
@@ -69,7 +69,7 @@ msgid ""
@ -368,7 +368,7 @@ index db95700..1ff0d72 100644
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index 4a274ac..be46d13 100644
index 3128d92..99d2509 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -73,7 +73,7 @@ msgid ""
@ -392,10 +392,10 @@ index 4a274ac..be46d13 100644
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index d55ae3c..bd6ab05 100644
index f3ef593..04e7960 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -89,7 +89,7 @@ msgid ""
@@ -91,7 +91,7 @@ msgid ""
"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://"
@ -404,7 +404,7 @@ index d55ae3c..bd6ab05 100644
"ways to mitigate these risks."
msgstr ""
@@ -97,8 +97,8 @@ msgstr ""
@@ -99,8 +99,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -416,10 +416,10 @@ index d55ae3c..bd6ab05 100644
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index 748ccb6..94b852e 100644
index 6ce3f1b..4bdfadc 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -118,13 +118,13 @@ msgid ""
@@ -119,13 +119,13 @@ msgid ""
"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://"
@ -430,12 +430,12 @@ index 748ccb6..94b852e 100644
"Technologie Simultaneous Multithreading (SMT) může poskytnout zlepšení "
"výkonu pro určité pracovní zatížení, ale zavádí několik veřejně dostupných "
"bezpečnostních chyb. Máte možnost SMT zakázat, což může mít dopad na výkon. "
-"Pokud ponecháte SMT povoleno, přečtěte si prosím https://red.ht/rhel-smt pro "
+"Pokud ponecháte SMT povoleno, přečtěte si prosím https://docs.msvsphere-os.ru/knowledge-base/security/smt.html pro "
"pochopení potenciálních rizik a seznámení se s dalšími způsoby, jak tato "
"rizika zmírnit."
-"Pokud ponecháte SMT povoleno, přečtěte si prosím https://red.ht/rhel-smt "
+"Pokud ponecháte SMT povoleno, přečtěte si prosím https://docs.msvsphere-os.ru/knowledge-base/security/smt.html "
"abyste pochopili potenciální rizika a seznámili se s dalšími způsoby, jak "
"tato rizika zmírnit."
@@ -132,14 +132,14 @@ msgstr ""
@@ -133,14 +133,14 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -448,14 +448,14 @@ index 748ccb6..94b852e 100644
"Simultaneous Multithreading (SMT) může zlepšit výkon pro určité pracovní "
"zatížení, ale zavádí několik veřejně dostupných bezpečnostních chyb. Můžete "
-"SMT zakázat, což může mít dopad na výkon. Přečtěte si prosím https://red.ht/"
-"rhel-smt pro pochopení potenciálních rizik a seznámení se způsoby, jak tato "
-"rhel-smt, abyste pochopili potenciální rizika a seznámili se způsoby, jak "
+"SMT zakázat, což může mít dopad na výkon. Přečtěte si prosím https://docs.msvsphere-os.ru/"
+"knowledge-base/security/smt.html pro pochopení potenciálních rizik a seznámení se způsoby, jak tato "
"rizika zmírnit."
+"knowledge-base/security/smt.html, abyste pochopili potenciální rizika a seznámili se způsoby, jak "
"tato rizika zmírnit."
#: pyanaconda/core/constants.py:206
diff --git a/po/cy.po b/po/cy.po
index c5ae162..c533f77 100644
index 57db531..3fb16f4 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -73,7 +73,7 @@ msgid ""
@ -479,7 +479,7 @@ index c5ae162..c533f77 100644
msgstr ""
diff --git a/po/da.po b/po/da.po
index 144fc26..c075dbb 100644
index 8cbdc09..81af6ab 100644
--- a/po/da.po
+++ b/po/da.po
@@ -82,7 +82,7 @@ msgid ""
@ -503,10 +503,10 @@ index 144fc26..c075dbb 100644
msgstr ""
diff --git a/po/de.po b/po/de.po
index 4113faf..0bd9b5c 100644
index 51e70ff..386cf76 100644
--- a/po/de.po
+++ b/po/de.po
@@ -138,14 +138,14 @@ msgid ""
@@ -139,14 +139,14 @@ msgid ""
"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://"
@ -523,7 +523,7 @@ index 4113faf..0bd9b5c 100644
"zu verstehen und andere Möglichkeiten kennenzulernen, wie die Risiken "
"verringert werden können."
@@ -153,14 +153,14 @@ msgstr ""
@@ -154,14 +154,14 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -542,7 +542,7 @@ index 4113faf..0bd9b5c 100644
"Abschwächung dieser Risiken zu informieren."
diff --git a/po/de_CH.po b/po/de_CH.po
index 9ebbdf0..f9e62dd 100644
index 064ea19..a767c6f 100644
--- a/po/de_CH.po
+++ b/po/de_CH.po
@@ -81,7 +81,7 @@ msgid ""
@ -566,7 +566,7 @@ index 9ebbdf0..f9e62dd 100644
msgstr ""
diff --git a/po/el.po b/po/el.po
index a53fc4c..570fcd5 100644
index 5ae2254..b754f0a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -83,7 +83,7 @@ msgid ""
@ -590,7 +590,7 @@ index a53fc4c..570fcd5 100644
msgstr ""
diff --git a/po/en_GB.po b/po/en_GB.po
index 59f8da0..3e22f19 100644
index 969952a..fab7015 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -76,7 +76,7 @@ msgid ""
@ -614,7 +614,7 @@ index 59f8da0..3e22f19 100644
msgstr ""
diff --git a/po/es.po b/po/es.po
index 937a6d3..b0aad0e 100644
index eea02bc..02df03f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -141,28 +141,28 @@ msgid ""
@ -652,7 +652,7 @@ index 937a6d3..b0aad0e 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/et.po b/po/et.po
index 2dd9135..6d201e5 100644
index c4dd46a..3501614 100644
--- a/po/et.po
+++ b/po/et.po
@@ -79,7 +79,7 @@ msgid ""
@ -676,7 +676,7 @@ index 2dd9135..6d201e5 100644
msgstr ""
diff --git a/po/eu.po b/po/eu.po
index b73f210..c02a1e5 100644
index 2f7e349..6a6fbf7 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -77,7 +77,7 @@ msgid ""
@ -700,10 +700,10 @@ index b73f210..c02a1e5 100644
msgstr ""
diff --git a/po/fa.po b/po/fa.po
index c2336d1..ccb0173 100644
index b967b19..95228e7 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -87,7 +87,7 @@ msgid ""
@@ -88,7 +88,7 @@ msgid ""
"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://"
@ -712,7 +712,7 @@ index c2336d1..ccb0173 100644
"ways to mitigate these risks."
msgstr ""
@@ -95,8 +95,8 @@ msgstr ""
@@ -96,8 +96,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -724,7 +724,7 @@ index c2336d1..ccb0173 100644
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 815aadb..177e293 100644
index c9ed719..e6f3b75 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -95,28 +95,28 @@ msgid ""
@ -762,7 +762,7 @@ index 815aadb..177e293 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/fil.po b/po/fil.po
index aeaf3c6..f664e39 100644
index 59df253..0cd398d 100644
--- a/po/fil.po
+++ b/po/fil.po
@@ -65,7 +65,7 @@ msgid ""
@ -786,10 +786,10 @@ index aeaf3c6..f664e39 100644
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 5c8ca31..7b57e52 100644
index 0bebb98..70ea0e8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -135,29 +135,29 @@ msgid ""
@@ -137,29 +137,29 @@ msgid ""
"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://"
@ -826,7 +826,7 @@ index 5c8ca31..7b57e52 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/fur.po b/po/fur.po
index d6a2446..171fd07 100644
index d9340c7..cc16ce6 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -67,28 +67,28 @@ msgid ""
@ -864,7 +864,7 @@ index d6a2446..171fd07 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ga.po b/po/ga.po
index 56979e4..2d892c8 100644
index 59e1408..96d4431 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -67,7 +67,7 @@ msgid ""
@ -888,7 +888,7 @@ index 56979e4..2d892c8 100644
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index dfbb780..fc7c024 100644
index 01504ea..83f25d8 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -78,7 +78,7 @@ msgid ""
@ -912,7 +912,7 @@ index dfbb780..fc7c024 100644
msgstr ""
diff --git a/po/gu.po b/po/gu.po
index 974f442..a018188 100644
index 3dccf66..35bbeb6 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -80,7 +80,7 @@ msgid ""
@ -936,10 +936,10 @@ index 974f442..a018188 100644
msgstr ""
diff --git a/po/he.po b/po/he.po
index 7400d52..bd24c98 100644
index 7df1208..7a7496d 100644
--- a/po/he.po
+++ b/po/he.po
@@ -80,7 +80,7 @@ msgid ""
@@ -84,26 +84,26 @@ msgid ""
"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://"
@ -947,8 +947,14 @@ index 7400d52..bd24c98 100644
+"docs.msvsphere-os.ru/knowledge-base/security/smt.html to understand your potential risks and learn about other "
"ways to mitigate these risks."
msgstr ""
"טכנולוגיית ריבוי תהליכים בו־זמנית (SMT) יכולה לספק שיפורי ביצועים לעומסי "
"עבודה מסוימים אך חושפת מספר פרצות אבטחה מוכרות לציבור. אפשר להשבית את SMT, "
"מה שעשוי להשפיע על הביצועים. אם בחרת להשאיר את SMT זמין, נא לקרוא את https://"
-"red.ht/rhel-smt כדי להבין את הסכנות האפשריות וללמוד על דרכים נוספות לצמצם את "
+"docs.msvsphere-os.ru/knowledge-base/security/smt.html כדי להבין את הסכנות האפשריות וללמוד על דרכים נוספות לצמצם את "
"הסכנות האלו."
@@ -88,8 +88,8 @@ msgstr ""
#: pyanaconda/core/constants.py:190
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -958,9 +964,15 @@ index 7400d52..bd24c98 100644
+"knowledge-base/security/smt.html to understand potential risks and learn about ways to mitigate "
"these risks."
msgstr ""
"ריבוי תהליכים בו־זמנית (SMT) יכול לספק שיפורי ביצועים לעומסי עבודה מסוימים "
"אך חושף מספר פרצות אבטחה מוכרות לציבור. באפשרותך להשבית את SMT מה שעשוי "
-"להשפיע על הביצועים. נא לקרוא את https://red.ht/rhel-smt כדי להבין את הסכנות "
+"להשפיע על הביצועים. נא לקרוא את https://docs.msvsphere-os.ru/knowledge-base/security/smt.html כדי להבין את הסכנות "
"האפשרויתו וללמוד על דרכים נוספות לאפחת את הסכנות האלו."
#: pyanaconda/core/constants.py:206
diff --git a/po/hi.po b/po/hi.po
index 2131ea5..dd20609 100644
index 90c5fb8..454f7c4 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -82,7 +82,7 @@ msgid ""
@ -984,7 +996,7 @@ index 2131ea5..dd20609 100644
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 3eb780f..4b8a35b 100644
index 7f0da26..ff4c21a 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -83,28 +83,28 @@ msgid ""
@ -1022,7 +1034,7 @@ index 3eb780f..4b8a35b 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/hu.po b/po/hu.po
index f20ceb2..fe850a1 100644
index 33ded67..111c98f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -105,7 +105,7 @@ msgid ""
@ -1062,10 +1074,10 @@ index f20ceb2..fe850a1 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/ia.po b/po/ia.po
index d372a75..b9f608b 100644
index fc9f6b1..03d789b 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -76,7 +76,7 @@ msgid ""
@@ -77,7 +77,7 @@ msgid ""
"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://"
@ -1074,7 +1086,7 @@ index d372a75..b9f608b 100644
"ways to mitigate these risks."
msgstr ""
@@ -84,8 +84,8 @@ msgstr ""
@@ -85,8 +85,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -1086,7 +1098,7 @@ index d372a75..b9f608b 100644
msgstr ""
diff --git a/po/id.po b/po/id.po
index 276f0b8..a933d8e 100644
index a9a96f0..f6d2819 100644
--- a/po/id.po
+++ b/po/id.po
@@ -99,14 +99,14 @@ msgid ""
@ -1125,7 +1137,7 @@ index 276f0b8..a933d8e 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ilo.po b/po/ilo.po
index b620d6a..4b84f8f 100644
index 3445e65..12bb651 100644
--- a/po/ilo.po
+++ b/po/ilo.po
@@ -70,7 +70,7 @@ msgid ""
@ -1149,7 +1161,7 @@ index b620d6a..4b84f8f 100644
msgstr ""
diff --git a/po/is.po b/po/is.po
index e071969..0ea2a42 100644
index 3a00507..125f236 100644
--- a/po/is.po
+++ b/po/is.po
@@ -72,7 +72,7 @@ msgid ""
@ -1173,10 +1185,10 @@ index e071969..0ea2a42 100644
msgstr ""
diff --git a/po/it.po b/po/it.po
index 56c8545..3fbecb7 100644
index 0df97fa..43ee446 100644
--- a/po/it.po
+++ b/po/it.po
@@ -123,29 +123,29 @@ msgid ""
@@ -124,29 +124,29 @@ msgid ""
"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://"
@ -1212,10 +1224,10 @@ index 56c8545..3fbecb7 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ja.po b/po/ja.po
index 268679f..5390a7c 100644
index 59d8130..6d18b44 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -131,28 +131,28 @@ msgid ""
@@ -132,28 +132,28 @@ msgid ""
"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://"
@ -1251,10 +1263,10 @@ index 268679f..5390a7c 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/ka.po b/po/ka.po
index 1010d29..efc0fba 100644
index 1d5a28b..e75fde0 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -81,28 +81,28 @@ msgid ""
@@ -82,28 +82,28 @@ msgid ""
"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://"
@ -1289,7 +1301,7 @@ index 1010d29..efc0fba 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/kk.po b/po/kk.po
index 725f28c..6050d1f 100644
index badfc95..a3d53d0 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -81,13 +81,13 @@ msgid ""
@ -1327,7 +1339,7 @@ index 725f28c..6050d1f 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/km.po b/po/km.po
index 4bc4bc1..7af1476 100644
index dddad6c..2226f57 100644
--- a/po/km.po
+++ b/po/km.po
@@ -67,7 +67,7 @@ msgid ""
@ -1351,7 +1363,7 @@ index 4bc4bc1..7af1476 100644
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index aecd94c..653061a 100644
index 81bec4a..bf8d131 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -88,7 +88,7 @@ msgid ""
@ -1375,7 +1387,7 @@ index aecd94c..653061a 100644
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index 12d0cae..369bbb5 100644
index a693714..66b6c4b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -105,27 +105,27 @@ msgid ""
@ -1412,7 +1424,7 @@ index 12d0cae..369bbb5 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/lt.po b/po/lt.po
index 4054a91..56ee601 100644
index ed41e79..c7de26f 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -87,27 +87,27 @@ msgid ""
@ -1449,7 +1461,7 @@ index 4054a91..56ee601 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/lv.po b/po/lv.po
index 2e00ff7..70f8648 100644
index b9e847c..21c8c47 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -75,7 +75,7 @@ msgid ""
@ -1473,7 +1485,7 @@ index 2e00ff7..70f8648 100644
msgstr ""
diff --git a/po/mai.po b/po/mai.po
index 82ebe2e..7155d04 100644
index 0afc84b..67db4a3 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -72,7 +72,7 @@ msgid ""
@ -1497,7 +1509,7 @@ index 82ebe2e..7155d04 100644
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 83081a9..b05af1e 100644
index 0b825f1..077e9f1 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -75,7 +75,7 @@ msgid ""
@ -1521,7 +1533,7 @@ index 83081a9..b05af1e 100644
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 335edc7..f638f4f 100644
index 5d545a4..d450ad1 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -80,7 +80,7 @@ msgid ""
@ -1545,7 +1557,7 @@ index 335edc7..f638f4f 100644
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index 6116bbb..e2a473e 100644
index 7c2cf97..a863797 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -84,7 +84,7 @@ msgid ""
@ -1569,7 +1581,7 @@ index 6116bbb..e2a473e 100644
msgstr ""
diff --git a/po/ms.po b/po/ms.po
index 0fa2c00..eaf51b3 100644
index b7df118..d3cb09b 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -71,7 +71,7 @@ msgid ""
@ -1593,7 +1605,7 @@ index 0fa2c00..eaf51b3 100644
msgstr ""
diff --git a/po/my.po b/po/my.po
index 6a99e37..732af79 100644
index 1743dc8..72bbee8 100644
--- a/po/my.po
+++ b/po/my.po
@@ -67,7 +67,7 @@ msgid ""
@ -1617,7 +1629,7 @@ index 6a99e37..732af79 100644
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index f53d809..843fa32 100644
index 21aa604..0588012 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -81,7 +81,7 @@ msgid ""
@ -1641,7 +1653,7 @@ index f53d809..843fa32 100644
msgstr ""
diff --git a/po/nds.po b/po/nds.po
index 67ef815..0e1ef97 100644
index 5f59cf9..33765e6 100644
--- a/po/nds.po
+++ b/po/nds.po
@@ -71,7 +71,7 @@ msgid ""
@ -1665,7 +1677,7 @@ index 67ef815..0e1ef97 100644
msgstr ""
diff --git a/po/ne.po b/po/ne.po
index d91e8f9..ee25b73 100644
index 05ac54d..c5345f0 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -73,7 +73,7 @@ msgid ""
@ -1689,10 +1701,10 @@ index d91e8f9..ee25b73 100644
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 717cf28..8983390 100644
index 38339c8..511acba 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -103,14 +103,14 @@ msgid ""
@@ -104,14 +104,14 @@ msgid ""
"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://"
@ -1709,7 +1721,7 @@ index 717cf28..8983390 100644
"begrijpen en meer te weten te komen over andere manieren om deze risico's te "
"verminderen."
@@ -118,14 +118,14 @@ msgstr ""
@@ -119,14 +119,14 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -1728,10 +1740,10 @@ index 717cf28..8983390 100644
"verminderen."
diff --git a/po/nn.po b/po/nn.po
index 5357db5..a6f7e39 100644
index ff4e9ef..fc9d14d 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -73,7 +73,7 @@ msgid ""
@@ -74,7 +74,7 @@ msgid ""
"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://"
@ -1740,7 +1752,7 @@ index 5357db5..a6f7e39 100644
"ways to mitigate these risks."
msgstr ""
@@ -81,8 +81,8 @@ msgstr ""
@@ -82,8 +82,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -1752,7 +1764,7 @@ index 5357db5..a6f7e39 100644
msgstr ""
diff --git a/po/nso.po b/po/nso.po
index 909dc15..2f981c2 100644
index 06098b9..d82eeeb 100644
--- a/po/nso.po
+++ b/po/nso.po
@@ -70,7 +70,7 @@ msgid ""
@ -1776,7 +1788,7 @@ index 909dc15..2f981c2 100644
msgstr ""
diff --git a/po/or.po b/po/or.po
index 62f34d6..14b4079 100644
index 6769c36..38b5636 100644
--- a/po/or.po
+++ b/po/or.po
@@ -74,7 +74,7 @@ msgid ""
@ -1800,10 +1812,10 @@ index 62f34d6..14b4079 100644
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 0cfe651..210b39d 100644
index 1d64b25..5537a93 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -97,7 +97,7 @@ msgid ""
@@ -98,7 +98,7 @@ msgid ""
"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://"
@ -1812,7 +1824,7 @@ index 0cfe651..210b39d 100644
"ways to mitigate these risks."
msgstr ""
@@ -105,8 +105,8 @@ msgstr ""
@@ -106,8 +106,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -1824,7 +1836,7 @@ index 0cfe651..210b39d 100644
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 60f3000..b158c0d 100644
index b819df4..ddb4d39 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -101,28 +101,28 @@ msgid ""
@ -1862,10 +1874,10 @@ index 60f3000..b158c0d 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/pt.po b/po/pt.po
index 95e9f99..5b9f37e 100644
index 9318a88..b4eee6b 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -105,28 +105,28 @@ msgid ""
@@ -106,28 +106,28 @@ msgid ""
"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://"
@ -1900,7 +1912,7 @@ index 95e9f99..5b9f37e 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ce6ee83..9839cdf 100644
index 4fd7d38..1277492 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -144,28 +144,28 @@ msgid ""
@ -1938,7 +1950,7 @@ index ce6ee83..9839cdf 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ro.po b/po/ro.po
index 99609e8..a09eedd 100644
index 2bc7f82..37b5e74 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -82,7 +82,7 @@ msgid ""
@ -1962,7 +1974,7 @@ index 99609e8..a09eedd 100644
msgstr ""
diff --git a/po/si.po b/po/si.po
index 5cfac9c..e68bf61 100644
index 2bf8cb8..71b925a 100644
--- a/po/si.po
+++ b/po/si.po
@@ -74,7 +74,7 @@ msgid ""
@ -1986,7 +1998,7 @@ index 5cfac9c..e68bf61 100644
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index 7caf356..d133f6d 100644
index 3b225e3..33321b7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -93,13 +93,13 @@ msgid ""
@ -2024,10 +2036,10 @@ index 7caf356..d133f6d 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/sl.po b/po/sl.po
index 1909caf..d49018d 100644
index dfc3b1e..a71b0b6 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -80,7 +80,7 @@ msgid ""
@@ -82,7 +82,7 @@ msgid ""
"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://"
@ -2036,7 +2048,7 @@ index 1909caf..d49018d 100644
"ways to mitigate these risks."
msgstr ""
@@ -88,8 +88,8 @@ msgstr ""
@@ -90,8 +90,8 @@ msgstr ""
msgid ""
"Simultaneous Multithreading (SMT) may improve performance for certain "
"workloads, but introduces several publicly disclosed security issues. You "
@ -2048,7 +2060,7 @@ index 1909caf..d49018d 100644
msgstr ""
diff --git a/po/sq.po b/po/sq.po
index 2a6c797..3d0558e 100644
index 9b6ba9c..3c0daff 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -78,7 +78,7 @@ msgid ""
@ -2072,7 +2084,7 @@ index 2a6c797..3d0558e 100644
msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 2962f29..f7cfe51 100644
index b8e0263..bb9873f 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -79,7 +79,7 @@ msgid ""
@ -2096,7 +2108,7 @@ index 2962f29..f7cfe51 100644
msgstr ""
diff --git a/po/sr@latin.po b/po/sr@latin.po
index cc10d02..a498ad2 100644
index 724f5e8..056e9a7 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -72,7 +72,7 @@ msgid ""
@ -2120,7 +2132,7 @@ index cc10d02..a498ad2 100644
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 99d1711..9fc19b9 100644
index 3c6af96..6d8319b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -96,28 +96,28 @@ msgid ""
@ -2158,7 +2170,7 @@ index 99d1711..9fc19b9 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ta.po b/po/ta.po
index 8d956eb..bbb5b13 100644
index 11e7997..bf82400 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -84,7 +84,7 @@ msgid ""
@ -2182,7 +2194,7 @@ index 8d956eb..bbb5b13 100644
msgstr ""
diff --git a/po/te.po b/po/te.po
index 3b37664..2e8e65c 100644
index 089af97..fb4a1af 100644
--- a/po/te.po
+++ b/po/te.po
@@ -78,7 +78,7 @@ msgid ""
@ -2206,7 +2218,7 @@ index 3b37664..2e8e65c 100644
msgstr ""
diff --git a/po/tg.po b/po/tg.po
index 60b90ae..703fd27 100644
index 24e0a7b..347f3d6 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -70,7 +70,7 @@ msgid ""
@ -2230,7 +2242,7 @@ index 60b90ae..703fd27 100644
msgstr ""
diff --git a/po/th.po b/po/th.po
index 318eb06..a80604c 100644
index fbe67aa..5466494 100644
--- a/po/th.po
+++ b/po/th.po
@@ -77,7 +77,7 @@ msgid ""
@ -2254,7 +2266,7 @@ index 318eb06..a80604c 100644
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index c2551da..4e50821 100644
index 4b6b0c9..fba0798 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -93,7 +93,7 @@ msgid ""
@ -2295,7 +2307,7 @@ index c2551da..4e50821 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/uk.po b/po/uk.po
index d2b9b55..bf2b778 100644
index dc27050..94271ea 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -94,14 +94,14 @@ msgid ""
@ -2335,7 +2347,7 @@ index d2b9b55..bf2b778 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/ur.po b/po/ur.po
index 65f5829..cc8f8f2 100644
index 83db94a..34cde5e 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -72,7 +72,7 @@ msgid ""
@ -2359,7 +2371,7 @@ index 65f5829..cc8f8f2 100644
msgstr ""
diff --git a/po/vi.po b/po/vi.po
index 89a979e..5caf2da 100644
index a778eaa..f16b319 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -74,13 +74,13 @@ msgid ""
@ -2397,10 +2409,10 @@ index 89a979e..5caf2da 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4f48bfc..7a8fbd8 100644
index 5699e6b..d3f3f0c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -112,25 +112,25 @@ msgid ""
@@ -114,25 +114,25 @@ msgid ""
"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://"
@ -2432,7 +2444,7 @@ index 4f48bfc..7a8fbd8 100644
#: pyanaconda/core/constants.py:206
msgid "The password is empty."
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 3a1fd76..0f2143e 100644
index bd7ae1c..0b535c6 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -78,7 +78,7 @@ msgid ""
@ -2456,7 +2468,7 @@ index 3a1fd76..0f2143e 100644
msgstr ""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 20a4972..162cf5b 100644
index 29097b2..c0f76db 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -104,23 +104,23 @@ msgid ""
@ -2489,7 +2501,7 @@ index 20a4972..162cf5b 100644
#: pyanaconda/core/constants.py:206
diff --git a/po/zu.po b/po/zu.po
index 3bbc627..4643ba5 100644
index 48e3906..1cba95d 100644
--- a/po/zu.po
+++ b/po/zu.po
@@ -72,7 +72,7 @@ msgid ""
@ -2513,5 +2525,5 @@ index 3bbc627..4643ba5 100644
msgstr ""
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From 6ca2b4ca1aa775d3c4a76a538da68a5aea5c8727 Mon Sep 17 00:00:00 2001
From 0b57471484b98dd37de0eb6ce95b3cda393aae7c Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 13:53:57 +0300
Subject: [PATCH 11/11] Enable administrator by default
Subject: [PATCH 11/14] Enable administrator by default
---
pyanaconda/ui/gui/spokes/user.glade | 3 ++-
@ -38,5 +38,5 @@ index 31665f0..415a914 100644
return user_data_list
--
2.43.0
2.39.3

@ -1,7 +1,7 @@
From d6795301a2adecb99e94e0d5a91dbe5404b370f5 Mon Sep 17 00:00:00 2001
From 44aeb5edc044dd6e8af54117c02181d9e9552413 Mon Sep 17 00:00:00 2001
From: Anton Volkov <AV.Volkov@softline.com>
Date: Thu, 8 Feb 2024 20:59:29 +0300
Subject: [PATCH] Backport bugfixes for keyboard layout:
Subject: [PATCH 12/14] Backport bugfixes for keyboard layout:
https://bugzilla.redhat.com/show_bug.cgi?id=1039185
https://bugzilla.redhat.com/show_bug.cgi?id=1912609

@ -1,8 +1,8 @@
From a5cb6c787cd9329aa4d4825c350a45785859a01f Mon Sep 17 00:00:00 2001
From e9211745672557570dc16829489556fa58254cbd Mon Sep 17 00:00:00 2001
From: Anton Volkov <AV.Volkov@softline.com>
Date: Tue, 20 Feb 2024 19:38:47 +0300
Subject: [PATCH 1/2] Activate all wired network devices with link in up state
when running interactive installation
Subject: [PATCH 13/14] Activate all wired network devices with link in up
state when running interactive installation
---
anaconda.py | 3 +

@ -1,8 +1,8 @@
From 580c3dee53f0e374104af8d778457ebc526ca92d Mon Sep 17 00:00:00 2001
From b6807446c6531753b5b46ec906f8fa4d05f91770 Mon Sep 17 00:00:00 2001
From: Anton Volkov <AV.Volkov@softline.com>
Date: Thu, 22 Feb 2024 12:42:25 +0300
Subject: [PATCH 2/2] Set autoconnect and autoconnect-priority for connections
of all network devices with link in up state
Subject: [PATCH 14/14] Set autoconnect and autoconnect-priority for
connections of all network devices with link in up state
---
pyanaconda/modules/network/initialization.py | 53 +++++++++++++-

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.9.4
Release: 1%{?dist}.inferit.5
Version: 33.16.10.4
Release: 1%{?dist}.inferit.1
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -386,14 +386,35 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Apr 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.10.4-1.inferit.1
- Fix Translation "Encrypt my data"
- Added Version to ARM Welcome
* Tue Apr 16 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 33.16.10.4-1.inferit
- Update to 33.16.10.4-1
- Rebuilt for MSVSphere 8.10 beta
* Fri Feb 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.5
- Activate network interfaces in anaconda
* Fri Feb 16 2024 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.4-1
- Lower log file permission in /tmp (jkonecny)
Resolves: RHEL-23344
- Add utility function to set file mode (jkonecny)
Related: RHEL-23344
* Tue Feb 13 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.4
- Fix keyboard layout order
* Tue Jan 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.3
- Fix typo
* Wed Feb 07 2024 Martin Kolman <mkolman@redhat.com> - 33.16.10.3-1
- Fixed file-write operation to a public directory (ataf)
Resolves: RHEL-23344
* Tue Jan 23 2024 Martin Kolman <mkolman@redhat.com> - 33.16.10.2-1
- Propagate a lazy proxy of the storage model (vponcova)
Resolves: RHEL-16276
- rescue: Don't allow to mount systems without a root device (vponcova)
Resolves: RHEL-4784
* Fri Dec 29 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.2
- Set Russian as default language
@ -417,13 +438,21 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
- Fix smt url
- Enable administrator by default
* Wed Dec 13 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.10.1-1
- timezone: for kickstart allow also timezones not offered by GUI (rvykydal)
Resolves: RHEL-13151
Resolves: RHEL-4795
- Rename Organization to Organization ID on subscription screen (mkolman)
Resolves: RHEL-11168
* Mon Sep 18 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.9.5-1
- [ja_JP] - Need to update string on anaconda screen for installation completed
Resolves: rhbz#2216746
* Wed Aug 09 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.9.4-1
- iscsi: Allow changing iSCSI initiator name once set (vtrefny)
Resolves: rhbz#2223980
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 33.16.9.3-1
- Rebuilt for MSVSphere 8.8
* Tue Jul 11 2023 Jiri Konecny <jkonecny@redhat.com> - 33.16.9.3-1
- Be more indulgent when reclaiming disk space (jstodola)
Resolves: rhbz#1855371

Loading…
Cancel
Save