From ded9cecd0859cec68d23147eb337b0096985a7d6 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 15 Jan 2025 20:51:53 +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..f46c817 --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "pacemaker-borrow-schemas" + find: ": \"${INPUTDIR=$(pkg-config --variable schemadir pacemaker)}\"" + replace: ": \"${INPUTDIR=$(pkg-config --variable schemadir pacemaker-schemas)}\"" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Use a new version of pacemaker to build clufter" \ No newline at end of file