Disable LSM module for i686 architecture

This commit is contained in:
eabdullin 2026-01-20 15:26:12 +03:00
parent bbfb5807be
commit 7f58a3fb09

View File

@ -15,15 +15,22 @@ actions:
# ... but AlmaLinux restores Btrfs support
%if 0%{?almalinux}
%define with_btrfs 1
%ifarch i686
%define with_lsm 0
%endif
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
- suffix: ".alma.2"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "AlmaLinux changes: Enable Btrfs support"
- name: "Neal Gompa"
email: "ngompa@almalinux.org"
line:
- "AlmaLinux changes: Enable Btrfs support"
- "Disable LSM module for i686 architecture"