diff --git a/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch b/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch index ffc09f9..be46d5f 100644 --- a/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch +++ b/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch @@ -18,7 +18,7 @@ index 1496f8c..e8c79b8 100644 - "baseos"] # Used by CentOS Stream + "baseos", # Used by CentOS Stream + "Server", # Used by MSVSphere -+ "Certified", # Used by MSVSphere Certified ++ "OS", # Used by MSVSphere Certified + "Minimal"] # Used by MSVSphere DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS" diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index 4830f15..85c3b52 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -392,7 +392,7 @@ index 9dbfe1f..3a9998c 100644 + if productName == "MSVSphere Server" or \ + (productName == "MSVSphere" and productVariant == "Minimal"): + productFlavor = "Server" -+ elif productName == "MSVSphere" and productVariant == "Certified": ++ elif productName == "MSVSphere" and productVariant == "OS": + productFlavor = "Certified" + elif productName == "MSVSphere" and productVariant == "BaseOS": + productFlavor = "OS" diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index b549706..ac4c1a0 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.5.9 -Release: 1%{?dist}.inferit.5 +Release: 1%{?dist}.inferit.6 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -456,6 +456,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Jan 22 2025 Arkady L. Shane - 34.25.5.9-1.inferit.6 +- Resolves INF-1633 + * Tue Nov 5 2024 Arkady L. Shane - 34.25.5.9-1.inferit.5 - Added R: iputils to dracut subpackage