diff --git a/config.yaml b/config.yaml index 8a68e9a..f1e5acb 100644 --- a/config.yaml +++ b/config.yaml @@ -15,6 +15,9 @@ actions: # ... but AlmaLinux restores Btrfs support %if 0%{?almalinux} %define with_btrfs 1 + %ifarch i686 + %define with_lsm 0 + %endif %endif count: 1 @@ -27,3 +30,7 @@ actions: email: "ngompa@almalinux.org" line: - "AlmaLinux changes: Enable Btrfs support" + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Disable LSM module for i686 architecture"