commit 763818149f416bed556aebc8d8513940fa516b03 Author: Sofia Boldyreva Date: Tue Jan 14 15:28:40 2025 +0100 Initial commit 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