Compare commits
11 Commits
imports/c8
...
c8
Author | SHA1 | Date | |
---|---|---|---|
b221637863 | |||
e580dca8a3 | |||
|
869cb90578 | ||
|
721503844c | ||
|
39885e042d | ||
|
4f13fa4edc | ||
|
8d2944ebf5 | ||
|
a8f8e40dc3 | ||
|
03650f13ef | ||
|
a3bd1b1bf6 | ||
|
9149f79ecf |
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/subscription-manager-1.28.13.tar.gz
|
||||
SOURCES/subscription-manager-cockpit-1.28.13.tar.gz
|
||||
SOURCES/subscription-manager-1.28.42.tar.gz
|
||||
|
@ -1,2 +0,0 @@
|
||||
5db5807dec6579b0fcbd2a9b1e693a23ff23b02c SOURCES/subscription-manager-1.28.13.tar.gz
|
||||
76bd7e5b39c67c76c1b52e8d20ee84497b0a7707 SOURCES/subscription-manager-cockpit-1.28.13.tar.gz
|
32
SOURCES/subscription-manager-debrand.patch
Normal file
32
SOURCES/subscription-manager-debrand.patch
Normal file
@ -0,0 +1,32 @@
|
||||
diff -aruN subscription-manager-1.28.29/etc-conf/subscription-manager-cockpit.desktop.in subscription-manager-1.28.29.alma/etc-conf/subscription-manager-cockpit.desktop.in
|
||||
--- subscription-manager-1.28.29/etc-conf/subscription-manager-cockpit.desktop.in 2022-04-13 18:01:03.000000000 +0300
|
||||
+++ subscription-manager-1.28.29.alma/etc-conf/subscription-manager-cockpit.desktop.in 2022-05-10 19:54:57.000000000 +0300
|
||||
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
-_Name=Red Hat Subscription Manager
|
||||
+_Name=Subscription Manager
|
||||
Icon=subscription-manager
|
||||
Type=Application
|
||||
TryExec=/usr/libexec/cockpit-desktop
|
||||
diff -aruN subscription-manager-1.28.29/etc-conf/subscription-manager-gui.desktop.in subscription-manager-1.28.29.alma/etc-conf/subscription-manager-gui.desktop.in
|
||||
--- subscription-manager-1.28.29/etc-conf/subscription-manager-gui.desktop.in 2022-04-13 18:01:03.000000000 +0300
|
||||
+++ subscription-manager-1.28.29.alma/etc-conf/subscription-manager-gui.desktop.in 2022-05-10 19:55:18.000000000 +0300
|
||||
@@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
-_Name=Red Hat Subscription Manager
|
||||
+_Name=Subscription Manager
|
||||
Icon=subscription-manager
|
||||
Exec=subscription-manager-gui
|
||||
Terminal=false
|
||||
diff -aruN subscription-manager-1.28.29/src/subscription_manager/repolib.py subscription-manager-1.28.29.alma/src/subscription_manager/repolib.py
|
||||
--- subscription-manager-1.28.29/src/subscription_manager/repolib.py 2022-04-13 18:01:03.000000000 +0300
|
||||
+++ subscription-manager-1.28.29.alma/src/subscription_manager/repolib.py 2022-05-10 20:01:44.000000000 +0300
|
||||
@@ -87,7 +87,7 @@
|
||||
@staticmethod
|
||||
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)
|
||||
return message
|
16
SOURCES/subscription-manager-remove-redhat.repo.patch
Normal file
16
SOURCES/subscription-manager-remove-redhat.repo.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff -Nurp subscription-manager-1.27.11.orig/src/subscription_manager/repofile.py subscription-manager-1.27.11/src/subscription_manager/repofile.py
|
||||
--- subscription-manager-1.27.11.orig/src/subscription_manager/repofile.py 2020-07-28 11:06:10.000000000 -0500
|
||||
+++ subscription-manager-1.27.11/src/subscription_manager/repofile.py 2020-08-05 16:48:00.911709258 -0500
|
||||
@@ -368,11 +368,7 @@ class RepoFileBase(object):
|
||||
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
|
20
SOURCES/use-almalinux-syspurposes.patch
Normal file
20
SOURCES/use-almalinux-syspurposes.patch
Normal file
@ -0,0 +1,20 @@
|
||||
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
Loading…
Reference in New Issue
Block a user