commit fea3e0ab9ac72f7708b448129f83a09dc682ffec Author: Sofia Boldyreva Date: Mon Jan 27 20:22:22 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..dc9c0e0 --- /dev/null +++ b/config.yaml @@ -0,0 +1,20 @@ +actions: + - replace: + - target: "spec" + find: "%build" + replace: | + # Add AlmaLinux detection + sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh + + %build + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux"