commit 29ac5f2a44e67472d76de37edea23715629a04eb Author: Andrew Lukoshko Date: Wed May 28 00:06:18 2025 +0000 Initial config for a10 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"