i8 changed/i8/anaconda-33.16.9.4-1.el8.inferit.3
Arkady L. Shane 11 months ago
parent 2dbc5e48bb
commit 7679bd3e28
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,4 +1,4 @@
From 95a54e7fd1d20bfa980e6dc3caab6cc7762d683b Mon Sep 17 00:00:00 2001
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
@ -746,7 +746,7 @@ index 05c0e11..9e85c09 100644
- return _("Red Hat CDN")
+ return _("MSVSphere CDN")
diff --git a/pyanaconda/product.py b/pyanaconda/product.py
index 0f3e248..bc34d1d 100644
index 0f3e248..cb43f44 100644
--- a/pyanaconda/product.py
+++ b/pyanaconda/product.py
@@ -19,6 +19,7 @@
@ -865,7 +865,7 @@ index 1044d9b..ba4c5ec 100644
if not self.ready:
return _("Installation source not set up")
diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 1dc4aed..5b535a7 100644
index 1dc4aed..e502e68 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -174,10 +174,10 @@ class NeedSpaceDialog(InstallOptionsDialogBase):
@ -873,7 +873,7 @@ index 1dc4aed..5b535a7 100644
label_text = _("<b>You don't have enough space available to install "
- "%s</b>. You can shrink or remove existing partitions "
+ "%s(name)</b>. You can shrink or remove existing partitions "
+ "%(name)s</b>. You can shrink or remove existing partitions "
"via our guided reclaim space tool, or you can adjust your "
"partitions on your own in the custom partitioning "
- "interface.") % escape_markup(productName)

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.9.4
Release: 1%{?dist}.inferit.2
Release: 1%{?dist}.inferit.3
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -383,6 +383,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Jan 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.3
- Fix typo
* Fri Dec 29 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.9.4-1.inferit.2
- Set Russian as default language

Loading…
Cancel
Save