commit 7d7df7fbeb8ead369804360c344857867fd1e61b Author: Sofia Boldyreva Date: Thu Jan 16 20:59:47 2025 +0100 Initial commit 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