forked from autopatch/libdnf
31 lines
892 B
YAML
31 lines
892 B
YAML
actions:
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Add x86_64_v2 to arch_map"
|
|
- "Add link to AlmaLinux bugtracker"
|
|
- "Fix tests on x86_64_v2"
|
|
- name: "Yuriy Kohut"
|
|
email: "ykohut@almalinux.org"
|
|
line:
|
|
- "Extend arch_map list with x86_64_v2 for the x86_64"
|
|
|
|
- add_files:
|
|
- type: "patch"
|
|
name: "0001-Add-link-to-AlmaLinux-bugtracker.patch"
|
|
number: 1001
|
|
- type: "patch"
|
|
name: "0001-Add-x86_64_v2-to-arch_map.patch"
|
|
number: "Latest"
|
|
- type: "patch"
|
|
name: "0001-Add-x86_64_v2-to-tests.patch"
|
|
number: "Latest"
|
|
- type: "patch"
|
|
name: "0001-Extend-arch_map-list-with-x86_64_v2-for-the-x86_64.patch"
|
|
number: "Latest"
|