From 9ac2827203ab124eff79f1deda07bbb0ed156876 Mon Sep 17 00:00:00 2001 From: tigro Date: Fri, 3 Nov 2023 16:34:28 +0300 Subject: [PATCH] Apply Transaltion changes --- SOURCES/0011-Add-MSVSphere-identification-support.patch | 2 +- SPECS/anaconda.spec | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index 6378715..50a9ef0 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -392,7 +392,7 @@ index 9dbfe1f..4feea0a 100644 + elif productName == "MSVSphere": + os_release = open("/etc/os-release", "r") + for line in os_release: -+ match = re.match("PRETTY_NAME=.*\((.*?)\)", line) ++ match = re.match("VERSION=.*\((.*?)\)", line) + if match: + productFlavor = match.group(1) + else: diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 112bd7b..2adbd4e 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -26,6 +26,7 @@ Patch1010: 0010-Set-English-as-fallback-language-for-help.patch Patch1011: 0011-Add-MSVSphere-identification-support.patch Patch1012: 0012-Enable-administrator-by-default.patch Patch1013: 0013-Fix-smt-url.patch +Patch1014: 0014-Make-branding-free-Russian-translation.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -429,6 +430,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Nov 3 2023 Arkady L. Shane - 34.25.3.8-1.inferit.6 +- Apply Transaltion changes + * Tue Oct 24 2023 Sergey Cherevko - 34.25.3.8-1.inferit.5 - Updated Russian translation for checkbox label "Encrypt my data"