diff --git a/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch b/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch index 4566c90..ffc09f9 100644 --- a/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch +++ b/SOURCES/0004-Add-Minimal-and-Server-repository-support.patch @@ -1,27 +1,28 @@ -From 18fcf71d53a8c476c55076f8a0e8db0904a51670 Mon Sep 17 00:00:00 2001 +From 0d80cd00f38b0d8be0070b8db92066e070687528 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 28 Jul 2023 23:47:23 +0300 -Subject: [PATCH 04/15] Add Minimal and Server repository support +Subject: [PATCH 4/4] Add Minimal and Server repository support --- - pyanaconda/core/constants.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + pyanaconda/core/constants.py | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py -index 1496f8c..72a9d39 100644 +index 1496f8c..e8c79b8 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py -@@ -58,7 +58,9 @@ DEFAULT_REPOS = [productName.split('-')[0].lower(), +@@ -58,7 +58,10 @@ DEFAULT_REPOS = [productName.split('-')[0].lower(), "fedora-modular-server", "rawhide", "BaseOS", # Used by RHEL - "baseos"] # Used by CentOS Stream + "baseos", # Used by CentOS Stream + "Server", # Used by MSVSphere ++ "Certified", # Used by MSVSphere Certified + "Minimal"] # Used by MSVSphere DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS" -- -2.44.0 +2.46.0 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 48f1338..9e1b149 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.4.9 -Release: 1%{?dist}.inferit.1 +Release: 1%{?dist}.inferit.2 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -441,6 +441,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Sep 13 2024 Arkady L. Shane - 34.25.4.9-1.inferit.2 +- Added Certified repository support + * Mon Aug 12 2024 Arkady L. Shane - 34.25.4.9-1.inferit.1 - Set LatGrkCyr-8x16 as default font instead of eurlatgr