26 lines
689 B
YAML
26 lines
689 B
YAML
actions:
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- replace:
|
|
- target: "spec"
|
|
find: "%setup -q"
|
|
replace: "%autosetup -p1"
|
|
count: 1
|
|
|
|
- changelog_entry:
|
|
- name: "Andrew Lukoshko"
|
|
email: "alukoshko@almalinux.org"
|
|
line:
|
|
- "Add OCI platform support for x86_64 sub-architecture containers"
|
|
- "Add cache_key option to yum_cache plugin for shared package cache across configs"
|
|
|
|
- add_files:
|
|
- type: "patch"
|
|
name: "1000-add-oci-platform-support-for-x86_64-sub-arch.patch"
|
|
number: 1000
|
|
- type: "patch"
|
|
name: "1001-yum-cache-add-cache-key-for-shared-package-cache.patch"
|
|
number: 1001
|