From 5b9ff23d5140985f89e1fffe4bbe465dbe038f2a Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 8 Sep 2026 15:52:50 +0300 Subject: [PATCH] Don't download drivedb.h at build time, use the shipped Source5 --- config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.yaml 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"