summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-19 22:17:43 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-19 22:17:43 +0100
commita32d94eb048a181488157162cab1000226fcaa58 (patch)
tree004b86a24925487b3756a54c77b1d93bedd5d523
parentb471e3066e0b33945548758267dfc375b4dc0938 (diff)
Mageia requires libcap-utils for setcap during installation (#2169).
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e22667715..fd30ff30a 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