bootstrap: Add missing packages on RPM distributions
authorAndreas Schneider <asn@samba.org>
Thu, 25 Apr 2019 08:14:44 +0000 (10:14 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Apr 2019 10:47:16 +0000 (10:47 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
bootstrap/config.py

index 6f2b2bfd832e11aee7554f54946fe85a1a449621..a98120c3849abb3ac199b3a366889d3032e1e2e8 100644 (file)
@@ -122,6 +122,7 @@ PKGS = [
     # refer: https://fedoraproject.org/wiki/Changes/SunRPCRemoval
     ('', 'libtirpc-devel'),  # for <rpc/rpc.h> header on fedora
     ('', 'libnsl2-devel'),  # for <rpcsvc/yp_prot.h> header on fedora
+    ('', 'rpcsvc-proto-devel'), # for <rpcsvc/rquota.h> 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': {