From: Andreas Schneider Date: Thu, 25 Apr 2019 08:14:44 +0000 (+0200) Subject: bootstrap: Add missing packages on RPM distributions X-Git-Tag: tdb-1.4.1~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b2fbd7983e4c7c8cb946851231eab641fedd463;p=thirdparty%2Fsamba.git bootstrap: Add missing packages on RPM distributions Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- diff --git a/bootstrap/config.py b/bootstrap/config.py index 6f2b2bfd832..a98120c3849 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -122,6 +122,7 @@ PKGS = [ # refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval ('', 'libtirpc-devel'), # for header on fedora ('', 'libnsl2-devel'), # for header on fedora + ('', 'rpcsvc-proto-devel'), # for header ('mawk', 'gawk'), # python @@ -423,6 +424,7 @@ RPM_DISTS = { # update perl core modules on centos # fix: Can't locate Archive/Tar.pm in @INC 'perl': 'perl-core', + 'rpcsvc-proto-devel': '', } }, 'centos7': { @@ -443,6 +445,7 @@ RPM_DISTS = { # update perl core modules on centos # fix: Can't locate Archive/Tar.pm in @INC 'perl': 'perl-core', + 'rpcsvc-proto-devel': '', } }, 'fedora28': {