commit 5b9ff23d5140985f89e1fffe4bbe465dbe038f2a Author: Eduard Abdullin Date: Tue Sep 8 15:52:50 2026 +0300 Don't download drivedb.h at build time, use the shipped Source5 diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..2159ae5 --- /dev/null +++ b/config.yaml @@ -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"