From 9ed070838a9bacc98a7bf173885ed1c0658981da Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Jan 2022 22:17:43 +0100 Subject: [PATCH] Mageia requires libcap-utils for setcap during installation (#2169). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2