diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index 19b94f9..4030116 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -1,18 +1,18 @@ -From 50f3a9ddbfe912dc6c2045b90bdbf952a3672da4 Mon Sep 17 00:00:00 2001 +From 515649a93a89e6e4c7472b8741dc418608acb08e Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Mon, 23 Oct 2023 09:51:56 +0300 -Subject: [PATCH 11/13] Add MSVSphere identification support +Subject: [PATCH 11/11] Add MSVSphere identification support --- data/liveinst/gnome/fedora-welcome.desktop | 4 +- data/liveinst/gnome/fedora-welcome.js | 2 +- - po/ru.po | 184 +++++++++++++++--- + po/ru.po | 186 ++++++++++++++---- pyanaconda/product.py | 36 +++- .../ui/gui/spokes/installation_progress.py | 8 +- .../ui/gui/spokes/lib/storage_dialogs.py | 4 +- pyanaconda/ui/gui/spokes/welcome.py | 21 +- pyanaconda/vnc.py | 42 +++- - 8 files changed, 254 insertions(+), 47 deletions(-) + 8 files changed, 255 insertions(+), 48 deletions(-) diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop index 90f5678..abbbff3 100644 @@ -41,7 +41,7 @@ index 4c0a66a..120d718 100755 this.window.connect('key-press-event', Lang.bind(this, function(w, event) { diff --git a/po/ru.po b/po/ru.po -index 8340e9e..c054933 100644 +index 8340e9e..2e4e8e5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -461,13 +461,13 @@ msgstr "" @@ -128,7 +128,12 @@ index 8340e9e..c054933 100644 "%(software)s для программ и %(swap)s для подкачки." #: pyanaconda/ui/gui/spokes/lib/storage_dialogs.py:132 -@@ -1957,7 +1987,7 @@ msgid "" +@@ -1953,11 +1983,11 @@ msgstr "%s На выбранных дисках доступно:" + #: pyanaconda/ui/gui/spokes/lib/storage_dialogs.py:142 + #, python-format + msgid "" +-"You don't have enough space available to install %s. You can shrink " ++"You don't have enough space available to install %(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." msgstr "" @@ -550,5 +555,5 @@ index 5fadcde..c349de8 100644 'productVersion': product.productVersion, 'name': host} -- -2.39.3 +2.41.0 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 0ee0a23..4d94d5d 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.2 +Release: 1%{?dist}.inferit.3 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -429,6 +429,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 23 2023 Arkady L. Shane - 34.25.3.8-1.inferit.3 +- Update Russian translation + * Mon Oct 23 2023 Sergey Cherevko - 34.25.3.8-1.inferit.2 - Fixed MSVSphere de-branding and identity support errors. - Rebuilt for MSVSphere 8.8