From 7d7df7fbeb8ead369804360c344857867fd1e61b Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 16 Jan 2025 20:59:47 +0100 Subject: [PATCH] Initial commit --- config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..e5aa8b2 --- /dev/null +++ b/config.yaml @@ -0,0 +1,22 @@ +actions: + - replace: + - target: "spec" + find: | + # Downstream branding + Patch: 0001-RHEL10-style-illustrations.patch + replace: | + %if 0%{!?almalinux} + # Downstream branding + Patch: 0001-RHEL10-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