Don't download drivedb.h at build time, use the shipped Source5

This commit is contained in:
Eduard Abdullin 2026-09-08 15:52:50 +03:00
commit 5b9ff23d51

16
config.yaml Normal file
View File

@ -0,0 +1,16 @@
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"