Compare commits

...

No commits in common. "changed/a9/subscription-manager-1.29.33.1-1.el9_2.alma" and "c8" have entirely different histories.

6 changed files with 1317 additions and 1172 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/subscription-manager-1.29.33.1.tar.gz
SOURCES/subscription-manager-1.28.42.tar.gz
SOURCES/subscription-manager-cockpit-1.28.42.tar.gz

View File

@ -1 +1,2 @@
38881af878868368653d5998ce98adc45e82b7cf SOURCES/subscription-manager-1.29.33.1.tar.gz
01f0a068cb66e42b795d775faa5cf6d6741356e4 SOURCES/subscription-manager-1.28.42.tar.gz
2599b490ec820cd7b36a3debb6651246854162dc SOURCES/subscription-manager-cockpit-1.28.42.tar.gz

View File

@ -1,12 +0,0 @@
diff -aruN subscription-manager-1.29.30.1/src/subscription_manager/repolib.py subscription-manager-1.29.30.1.alma/src/subscription_manager/repolib.py
--- subscription-manager-1.29.30.1/src/subscription_manager/repolib.py 2022-12-16 12:34:49
+++ subscription-manager-1.29.30.1.alma/src/subscription_manager/repolib.py 2023-01-24 12:20:31
@@ -83,7 +83,7 @@
def warning_message(enabled_yum_plugins):
message = _(
"The yum/dnf plugins: %s were automatically enabled for the benefit of "
- "Red Hat Subscription Management. If not desired, use "
+ "Subscription Management. If not desired, use "
'"subscription-manager config --rhsm.auto_enable_yum_plugins=0" to '
"block this behavior."
) % ", ".join(enabled_yum_plugins)

View File

@ -1,16 +0,0 @@
diff -aruN subscription-manager-1.29.30.1/src/subscription_manager/repofile.py subscription-manager-1.29.30.1.alma/src/subscription_manager/repofile.py
--- subscription-manager-1.29.30.1/src/subscription_manager/repofile.py 2022-12-16 12:34:49
+++ subscription-manager-1.29.30.1.alma/src/subscription_manager/repofile.py 2023-01-24 11:33:45
@@ -370,11 +370,7 @@
Try to create new repo file.
:return: None
"""
- self.create_dir_path()
- if self.path_exists(self.path) or not self.manage_repos:
- return
- with open(self.path, "w") as f:
- f.write(self.REPOFILE_HEADER)
+ pass
def fix_content(self, content):
return content

View File

@ -1,20 +0,0 @@
diff --git a/etc-conf/syspurpose/valid_fields.json b/etc-conf/syspurpose/valid_fields.json
index 1ac7ea0e..305ec4b9 100644
--- a/etc-conf/syspurpose/valid_fields.json
+++ b/etc-conf/syspurpose/valid_fields.json
@@ -1,12 +1,10 @@
{
"role": [
- "Red Hat Enterprise Linux Server",
- "Red Hat Enterprise Linux Workstation",
- "Red Hat Enterprise Linux Compute Node"
+ "AlmaLinux Server",
+ "AlmaLinux Workstation",
+ "AlmaLinux Compute Node"
],
"service_level_agreement": [
- "Premium",
- "Standard",
"Self-Support"
],
"usage": [

File diff suppressed because it is too large Load Diff