commit 04b054c1c51626cd5909568a7929201f5768da8a Author: Sofia Boldyreva Date: Wed Jan 29 18:36:17 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..453ece3 --- /dev/null +++ b/config.yaml @@ -0,0 +1,16 @@ +actions: + - replace: + - target: "cmsfs-1.1.8-kernel26.patch" + find: "2.4*|2.5*|2.6*|3.*|4.*)" + replace: "2.4*|2.5*|2.6*|3.*|4.*|5.*)" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Fix detection 5* kernel" \ No newline at end of file