X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=390978de5baef1335ba480bbc9c75a935797f0e4;hb=refs%2Ftags%2Fv2.16.0;hp=04c183d669aad300e5029d8a8aad63a8d3808a73;hpb=df34292525addcd497aed990fd606186b6ff5dbd;p=dcpomatic.git diff --git a/cscript b/cscript index 04c183d66..390978de5 100644 --- a/cscript +++ b/cscript @@ -678,7 +678,7 @@ def package_rpm(target, cpu, version, options): requires = None if target.distro == 'mageia': - requires = "lib64xmlsec1-devel lib64canberra-gtk0" + requires = "lib64xmlsec1-devel lib64canberra-gtk0 libcap-utils" make_spec('build/platform/linux/dcpomatic2.spec', version, target, options, requires) cmd = 'rpmbuild --define "_topdir %s" -bb build/platform/linux/dcpomatic2.spec' % topdir