summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-11 22:04:14 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-13 11:51:49 +0200
commitb414cf496203470da9b32b1dd65f3a8f48c9124b (patch)
tree62da82ef1f980537ffcb31272f88def292858ce9 /cscript
parent1ca20a04d30764f689345e23c22ab49bc6990ec8 (diff)
Download Barco certificates using SFTP instead of plain FTP (#2842).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 169598569..7d4a8f1f6 100644
--- a/cscript
+++ b/cscript
@@ -785,6 +785,8 @@ def package_rpm(target, cpu, version, options):
requires = None
if target.distro == 'mageia':
requires = "lib64xmlsec1-devel lib64canberra-gtk0 libcap-utils"
+ if target.distro == 'fedora':
+ requires = "libcurl-full"
make_spec('dcpomatic2.spec', version, target, options, requires)
cmd = 'rpmbuild --define "_topdir %s" -bb dcpomatic2.spec' % topdir