added Server repository support

al changed/i9/anaconda-34.25.2.10-1.el9_2.inferit.2
Arkady L. Shane 1 year ago
parent 64d1c6d87a
commit db3ce405d8
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -0,0 +1,14 @@
diff -urN anaconda-34.25.2.10.orig/pyanaconda/core/constants.py anaconda-34.25.2.10/pyanaconda/core/constants.py
--- anaconda-34.25.2.10.orig/pyanaconda/core/constants.py 2023-07-08 08:53:04.204043791 +0300
+++ anaconda-34.25.2.10/pyanaconda/core/constants.py 2023-07-08 08:56:24.293030663 +0300
@@ -58,7 +58,9 @@
"fedora-modular-server",
"rawhide",
"BaseOS", # Used by RHEL
- "baseos"] # Used by CentOS Stream
+ "baseos", # Used by CentOS Stream
+ "Server", # Used by MSVSphere
+ "Minimal"] # Used by MSVSphere
DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS"

@ -1,26 +0,0 @@
From e91fd0e488aa11e862436967bf74e67f0f9e708c Mon Sep 17 00:00:00 2001
From: Eugene Zamriy <eugene@zamriy.info>
Date: Fri, 14 Apr 2023 12:56:53 +0300
Subject: [PATCH 4/8] Add Minimal repository support
---
pyanaconda/core/constants.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py
index 2f62cce..874c785 100644
--- a/pyanaconda/core/constants.py
+++ b/pyanaconda/core/constants.py
@@ -58,7 +58,8 @@ DEFAULT_REPOS = [productName.split('-')[0].lower(),
"fedora-modular-server",
"rawhide",
"BaseOS", # Used by RHEL
- "baseos"] # Used by CentOS Stream
+ "baseos", # Used by CentOS Stream
+ "Minimal"] # Used by MSVSphere
DBUS_ANACONDA_SESSION_ADDRESS = "DBUS_ANACONDA_SESSION_BUS_ADDRESS"
--
2.39.2

@ -1,7 +1,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 34.25.2.10 Version: 34.25.2.10
Release: 1%{?dist}.inferit.1 Release: 1%{?dist}.inferit.2
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -16,7 +16,7 @@ Source0: %{name}-%{version}.tar.bz2
Patch1001: 0001-Disable-subscription.patch Patch1001: 0001-Disable-subscription.patch
Patch1002: 0002-Hide-CDN-source-button.patch Patch1002: 0002-Hide-CDN-source-button.patch
Patch1003: 0003-Set-MSVSphere-installer-colors.patch Patch1003: 0003-Set-MSVSphere-installer-colors.patch
Patch1004: 0004-Add-Minimal-repository-support.patch Patch1004: 0004-Add-Minimal-and-Server-repository-support.patch
Patch1005: 0005-Set-default-timezone-to-Europe-Moscow.patch Patch1005: 0005-Set-default-timezone-to-Europe-Moscow.patch
Patch1006: 0006-Add-MSVSphere-product-config.patch Patch1006: 0006-Add-MSVSphere-product-config.patch
Patch1007: 0007-Set-Russian-language-as-default.patch Patch1007: 0007-Set-Russian-language-as-default.patch
@ -429,6 +429,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Sat Jul 8 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 34.25.2.10-1.inferit.2
- Added Server repository support
* Sun Jun 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 34.25.2.10-1.inferit.1 * Sun Jun 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 34.25.2.10-1.inferit.1
- Replace Fedora with MSVSphere in po translations - Replace Fedora with MSVSphere in po translations

Loading…
Cancel
Save