From 2113563d920d84c0b7c34215e558997cfb96cd2c Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 30 May 2025 18:13:20 +0000 Subject: [PATCH] Enable Btrfs support --- config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.yaml 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"