From b72df010631afcf72a45b65af6109ae4dc854312 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 5 Feb 2025 09:45:00 +0300 Subject: [PATCH] Update config --- config.yaml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/config.yaml b/config.yaml index 4161071..e5b8244 100644 --- a/config.yaml +++ b/config.yaml @@ -8,7 +8,7 @@ actions: replace: | %if !%{use_container_plugin} Obsoletes: subscription-manager-plugin-container <= %{version} - endif + %endif # AlmaLinux do not provide the following packages no more Obsoletes: subscription-manager-cockpit @@ -20,23 +20,9 @@ actions: - target: "spec" find: "to manage subscriptions and yum repositories from the Red Hat entitlement" replace: "to manage subscriptions and yum repositories from the EL entitlement" - count: 1 - target: "spec" - find: "This package provides a plugin to interact with repositories from the Red Hat" - replace: "This package provides a plugin to interact with repositories from an" - count: 1 - - target: "spec" - find: "from the Red Hat entitlement platform; contains subscription-manager and" - replace: "from an entitlement platform; contains subscription-manager and" - count: 1 - - target: "spec" - find: "Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform" - replace: "Summary: A Python library to communicate with Unified Entitlement Platform" - count: 1 - - target: "spec" - find: "A small library for communicating with the REST interface of a Red Hat Unified" - replace: "A small library for communicating with the REST interface of Unified" - count: 1 + find: "the Red Hat" + replace: "an" - target: "spec" find: | # fake out the redhat.repo file @@ -91,6 +77,11 @@ actions: %endif count: 1 + - delete_line: + - target: "spec" + lines: + - " a Red Hat" + - modify_release: - suffix: ".alma.2" enabled: true