22 lines
471 B
YAML
22 lines
471 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: "%setup -q"
|
|
replace: "%autosetup -p 1"
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Neal Gompa"
|
|
email: "ngompa@almalinux.org"
|
|
line:
|
|
- "AlmaLinux changes: Enable Btrfs support"
|
|
|
|
- add_files:
|
|
- type: "patch"
|
|
name: "0001-btrfs-Restore-support-for-Btrfs-on-RHEL10.patch"
|
|
number: 1001
|