anaconda/config.yaml

49 lines
1.3 KiB
YAML
Raw Normal View History

2025-01-14 12:50:51 +00:00
actions:
- replace:
- target: "spec"
find: |
%else
%bcond_with glade
%bcond_with live
%endif
replace: |
%else
%if 0%{?almalinux}
2025-01-16 07:19:37 +00:00
%bcond_without live
2025-01-14 12:50:51 +00:00
%else
%bcond_with glade
%bcond_with live
%endif
%endif
count: 1
- target: "spec"
find: "%autosetup -p 1"
replace: |
2025-01-14 13:45:07 +00:00
%autosetup -p 1
2025-01-14 12:50:51 +00:00
sed -e 's/RHEL/AlmaLinux/g' -i po/*.po
sed -e 's/Red Hat Enterprise Linux/AlmaLinux/g' -i po/*.po
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Apply AlmaLinux patches"
- "Enable live subpackage by defaul on AlmaLinux"
- add_files:
- type: "patch"
name: "0001-Add-Minimal-repo-support.patch"
number: 1001
- type: "patch"
name: "0002-Change-anaconda-background-color.patch"
number: "Latest"
- type: "patch"
name: "0003-Remove-visible-Fedora-references.patch"
number: "Latest"