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 23:28:01 +0100
commit9ed070838a9bacc98a7bf173885ed1c0658981da (patch)
treea863df037666eea8ea01af45694de864d9643ddf
parent2c87d13f0009dda9944e4b4b3935262a7753d516 (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 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