24 lines
562 B
YAML
24 lines
562 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: "Summary: Initial system configuration utility"
|
|
replace: |
|
|
%global dist %{dist}.alma
|
|
Summary: Initial system configuration utility
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "AlmaLinux OS debrand patch"
|
|
|
|
- add_files:
|
|
- type: "patch"
|
|
name: "initial-setup-almalinux.patch"
|
|
number: 100
|