From 763818149f416bed556aebc8d8513940fa516b03 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Tue, 14 Jan 2025 15:28:40 +0100 Subject: [PATCH] Initial commit --- config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..4d1686a --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "spec" + find: "- start scripts (Red Hat)" + replace: "- start scripts" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux" \ No newline at end of file