diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index 57d9a30..20fe72f 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -410,7 +410,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 4eb4c5b..289d6fc 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.2.10 -Release: 1%{?dist}.inferit.11 +Release: 1%{?dist}.inferit.12 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -432,6 +432,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Oct 27 2023 Arkady L. Shane - 34.25.2.10-1.inferit.12 +- Parse VERSION, not PRETTY_NAME + * Fri Oct 27 2023 Arkady L. Shane - 34.25.2.10-1.inferit.11 - Drop some brandiong entries from Russian translation