commit ed57855d1d308e8450807ae62576f7c45cf3f9da Author: Sofia Boldyreva Date: Fri Jan 24 14:58:15 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7bd8e73 --- /dev/null +++ b/config.yaml @@ -0,0 +1,21 @@ +actions: + - replace: + - target: "spec" + find: "%global portablebuilddir /builddir/build/BUILD" + replace: | + %global portablebuilddir /builddir/build/BUILD + + %if 0%{?almalinux} + %global portablesuffix el8 + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Use el8 portable packages"