Added Extras as default repo

i9-beta
Arkady L. Shane 1 year ago
parent 280b526867
commit 7c4d4c4a60
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -1,22 +1,23 @@
From ac96b00ea3b3fe15c841e9cb08ad61d124228a87 Mon Sep 17 00:00:00 2001 From 38c7e6926df9f218a37b1acbf82cdc9e54093b3e Mon Sep 17 00:00:00 2001
From: Eugene Zamriy <evgeniy.zamriy@softline.com> From: Eugene Zamriy <evgeniy.zamriy@softline.com>
Date: Fri, 28 Jul 2023 23:47:23 +0300 Date: Fri, 28 Jul 2023 23:47:23 +0300
Subject: [PATCH 04/13] Add Minimal and Server repository support Subject: [PATCH 4/4] Add Minimal and Server repository support
--- ---
pyanaconda/core/constants.py | 4 +++- pyanaconda/core/constants.py | 5 ++++-
1 file changed, 3 insertions(+), 1 deletion(-) 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py
index df360a0..21c410a 100644 index df360a0..9c319ff 100644
--- a/pyanaconda/core/constants.py --- a/pyanaconda/core/constants.py
+++ b/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", "fedora-modular-server",
"rawhide", "rawhide",
"BaseOS", # Used by RHEL "BaseOS", # Used by RHEL
- "baseos"] # Used by CentOS Stream - "baseos"] # Used by CentOS Stream
+ "baseos", # Used by CentOS Stream + "baseos", # Used by CentOS Stream
+ "Extras", # Used by MSVSphere
+ "Server", # Used by MSVSphere + "Server", # Used by MSVSphere
+ "Minimal"] # Used by MSVSphere + "Minimal"] # Used by MSVSphere

@ -1,7 +1,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 34.25.3.8 Version: 34.25.3.8
Release: 1%{?dist}.inferit.5 Release: 1%{?dist}.inferit.6
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -429,6 +429,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Tue Oct 23 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.25.3.8-1.inferit.6
- Added Extras as default repo
* Tue Oct 24 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 34.25.3.8-1.inferit.5 * Tue Oct 24 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 34.25.3.8-1.inferit.5
- Updated Russian translation for checkbox label "Encrypt my data" - Updated Russian translation for checkbox label "Encrypt my data"

Loading…
Cancel
Save