commit 2113563d920d84c0b7c34215e558997cfb96cd2c Author: Andrew Lukoshko Date: Fri May 30 18:13:20 2025 +0000 Enable Btrfs support diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..87d990a --- /dev/null +++ b/config.yaml @@ -0,0 +1,22 @@ +actions: + - replace: + - target: "spec" + find: | + %if 0%{?rhel} >= 9 + Patch0: 0001-remove-btrfs-plugin.patch + %endif + replace: | + %if 0%{?rhel} >= 9 && ! 0%{?almalinux} + Patch0: 0001-remove-btrfs-plugin.patch + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Neal Gompa" + email: "ngompa@almalinux.org" + line: + - "AlmaLinux changes: Enable Btrfs support"