diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-11 22:04:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-13 11:51:49 +0200 |
| commit | b414cf496203470da9b32b1dd65f3a8f48c9124b (patch) | |
| tree | 62da82ef1f980537ffcb31272f88def292858ce9 /cscript | |
| parent | 1ca20a04d30764f689345e23c22ab49bc6990ec8 (diff) | |
Download Barco certificates using SFTP instead of plain FTP (#2842).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
