From 29ac5f2a44e67472d76de37edea23715629a04eb Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 28 May 2025 00:06:18 +0000 Subject: [PATCH] Initial config for a10 --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..f68aa1c --- /dev/null +++ b/config.yaml @@ -0,0 +1,18 @@ +actions: + - delete_line: + - target: "spec" + lines: + - "Patch: subscription-manager.patch" + + - delete_files: + - file_name: "subscription-manager.patch" + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Remove Subscription Manager's autostart patch"