Compare commits

..

6 Commits
c8 ... a10

Author SHA1 Message Date
Eduard Abdullin
c747a0b9e7 Debrand for AlmaLinux 2025-11-11 22:19:03 +00:00
fc3e90b8b1 import UBI subscription-manager-1.30.10.1-1.el10_1 2025-11-11 22:18:51 +00:00
Eduard Abdullin
5de2614d74 Debrand for AlmaLinux 2025-06-24 09:46:20 +00:00
c12de547e7 import UBI subscription-manager-1.30.6.1-1.el10_0 2025-06-24 09:46:08 +00:00
Eduard Abdullin
af541ce647 Debrand for AlmaLinux 2025-05-14 19:08:43 +00:00
7df8213db0 import UBI subscription-manager-1.30.6-1.el10_0 2025-05-14 19:08:32 +00:00
5 changed files with 1589 additions and 1439 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/subscription-manager-1.28.44.tar.gz
SOURCES/subscription-manager-cockpit-1.28.44.tar.gz
subscription-manager-1.30.10.1.tar.gz

View File

@ -1,2 +0,0 @@
14b2eace3714eaa4d6d95064c0f561734ec8652f SOURCES/subscription-manager-1.28.44.tar.gz
264ebb8f882bbc887389695ce69e6b69ecc111e4 SOURCES/subscription-manager-cockpit-1.28.44.tar.gz

47
almalinux_debrand.patch Normal file
View File

@ -0,0 +1,47 @@
diff -aruN subscription-manager-1.29.37/etc-conf/syspurpose/valid_fields.json subscription-manager-1.29.37.alma/etc-conf/syspurpose/valid_fields.json
--- subscription-manager-1.29.37/etc-conf/syspurpose/valid_fields.json 2023-08-23 07:18:22
+++ subscription-manager-1.29.37.alma/etc-conf/syspurpose/valid_fields.json 2023-10-09 23:38:40
@@ -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": [
diff -aruN subscription-manager-1.29.37/src/subscription_manager/repofile.py subscription-manager-1.29.37.alma/src/subscription_manager/repofile.py
--- subscription-manager-1.29.37/src/subscription_manager/repofile.py 2023-08-23 07:18:22
+++ subscription-manager-1.29.37.alma/src/subscription_manager/repofile.py 2023-10-09 23:38:48
@@ -375,11 +375,7 @@
"""
Try to create new repo file.
"""
- 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: str) -> str:
return content
diff -aruN subscription-manager-1.29.37/src/subscription_manager/repolib.py subscription-manager-1.29.37.alma/src/subscription_manager/repolib.py
--- subscription-manager-1.29.37/src/subscription_manager/repolib.py 2023-08-23 07:18:22
+++ subscription-manager-1.29.37.alma/src/subscription_manager/repolib.py 2023-10-09 23:38:57
@@ -92,7 +92,7 @@
def warning_message(enabled_yum_plugins: List[str]) -> str:
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)

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (subscription-manager-1.30.10.1.tar.gz) = 1aa23cf4000e92d7c71ceabf3c2f41926a5585e61df928125d7fe2bf42b50be8cdb6b01057126ae9416dd2c95c8c30cbd1f28416bef03e8aba7ab8763fa4083f

File diff suppressed because it is too large Load Diff