summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap/config.py3
1 files changed, 3 insertions, 0 deletions
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 <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': {