diff --git a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch index 5c6aed2..43f7a90 100644 --- a/SOURCES/0009-MSVSphere-Adaptation-Patch.patch +++ b/SOURCES/0009-MSVSphere-Adaptation-Patch.patch @@ -1,4 +1,4 @@ -From 95a54e7fd1d20bfa980e6dc3caab6cc7762d683b Mon Sep 17 00:00:00 2001 +From 773a0d57681eb40d6e30e7e3d58443b51df8f172 Mon Sep 17 00:00:00 2001 From: tigro 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 = _("You don't have enough space available to install " - "%s. You can shrink or remove existing partitions " -+ "%s(name). You can shrink or remove existing partitions " ++ "%(name)s. 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) diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index faf1ee4..2246ab6 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -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 - 33.16.9.4-1.inferit.3 +- Fix typo + * Fri Dec 29 2023 Arkady L. Shane - 33.16.9.4-1.inferit.2 - Set Russian as default language