From 33d18dd927aed357f4989777e0de61cc8322dea7 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sat, 7 Dec 2024 03:44:58 +0100
Subject: [PATCH] Don't use a glob in file list for archives
(This has better reproducibility)
---
build-scripts/release-info.json | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index f697b8e8..67d863c9 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -163,7 +163,11 @@
"bin/tiff.dll",
"bin/libwebp.dll",
"bin/libwebpdemux.dll",
- "share/licenses/SDL3_image/optional/*.txt"
+ "share/licenses/SDL3_image/optional/LICENSE.aom.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.avif.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.dav1d.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.tiff.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.webp.txt"
]
},
"files-devel": {
@@ -179,7 +183,11 @@
"bin/tiff.dll",
"bin/libwebp.dll",
"bin/libwebpdemux.dll",
- "share/licenses/SDL3_image/optional/*.txt"
+ "share/licenses/SDL3_image/optional/LICENSE.aom.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.avif.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.dav1d.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.tiff.txt",
+ "share/licenses/SDL3_image/optional/LICENSE.webp.txt"
]
}
},