Disable LSM module for i686 architecture
This commit is contained in:
parent
bbfb5807be
commit
7f58a3fb09
11
config.yaml
11
config.yaml
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user