From 5564df77801ef9f4a3e236a5221319f4dd4aa53d Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 17 Jan 2025 17:12:47 +0100 Subject: [PATCH] Initial setup --- config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..dc8c480 --- /dev/null +++ b/config.yaml @@ -0,0 +1,19 @@ +actions: + - replace: + - target: "spec" + find: "Patch: 0001-RHEL-style-illustrations.patch" + replace: | + %if 0%{!?almalinux} + Patch: 0001-RHEL-style-illustrations.patch + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Don’t apply the RHEL patch on AlmaLinux" \ No newline at end of file