commit ded9cecd0859cec68d23147eb337b0096985a7d6 Author: Sofia Boldyreva Date: Wed Jan 15 20:51:53 2025 +0100 Initial commit 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