From 185feb7a2e38c9710c53418e47218018b5a158bf Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 16 Jan 2025 21:40:55 +0100 Subject: [PATCH] Initial commit --- config.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..13648e1 --- /dev/null +++ b/config.yaml @@ -0,0 +1,29 @@ +actions: + - replace: + - target: "spec" + find: "--with-bugurl=http://bugzilla.redhat.com/bugzilla \\" + replace: "--with-bugurl=http://bugs.almalinux.org/ \\" + count: 3 + - target: "spec" + find: | + %if 0%{?rhel} > 9 + --with-arch_64=x86-64-v3 \ + replace: | + %if 0%{?rhel} > 9 + %ifarch x86_64_v2 + --with-arch_64=x86-64-v2 \ + %else + --with-arch_64=x86-64-v3 \ + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Change to almalinux bugtracker" + - "Set --with-arch_64=x86-64-v2 on v2 arch"