From 04b054c1c51626cd5909568a7929201f5768da8a Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 29 Jan 2025 18:36:17 +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..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