From d895e008cb14db9d0f693d87fe49ce08e06f7a60 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 15 Jan 2025 20:49:16 +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..5a2edf6 --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "spec" + find: "netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch" + replace: "netdump, diskdump and kdump packages from AlmaLinux, the mcore kernel patch" + count: 2 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux"