From 877eeb54f02ff159aa6ce78313d46954bc2f574a Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 16 Jan 2025 21:15:15 +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..4ea5dc6 --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "spec" + find: "--with-bugurl=http://bugzilla.redhat.com/bugzilla \\" + replace: "--with-bugurl=http://bugs.almalinux.org/ \\" + count: 2 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "AlmaLinux changes"