17 lines
535 B
YAML
17 lines
535 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: "curl %{UrlSource5} -o %{SOURCE5} ||:"
|
|
replace: "# AlmaLinux: drivedb.h is not downloaded at build time - the SourceForge URL is dead (HTTP 404) and curl would overwrite Source5 with the error page"
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Don't download drivedb.h at build time, use the shipped Source5"
|