bootstrap: Add missing packages for XFS quota support
authorAndreas Schneider <asn@samba.org>
Thu, 25 Apr 2019 09:10:15 +0000 (11:10 +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 a98120c3849abb3ac199b3a366889d3032e1e2e8..eebb38c22ef04de7c551f69cbc565c565c4dcc05 100644 (file)
@@ -158,6 +158,9 @@ PKGS = [
     ('', 'perl-generators'),
     ('', 'perl-interpreter'),
 
+    # fs
+    ('xfslibs-dev', 'xfsprogs-devel'), # for xfs quota support
+
     # misc
     # @ means group for rpm, use fedora as rpm default
     ('build-essential', '@development-tools'),