From: Lennart Poettering Date: Tue, 6 Dec 2016 17:41:27 +0000 (+0100) Subject: mkosi: update mkosi.fedora so that we can run "make check" during build X-Git-Tag: v233~311^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eec83d9302f4a061a6a99e2157787804a8c8a2f;p=thirdparty%2Fsystemd.git mkosi: update mkosi.fedora so that we can run "make check" during build Our tests require "diff" and "tree", hence let's add them to the set of development packages. --- diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora index 478703c41a2..4f5f084f931 100644 --- a/.mkosi/mkosi.fedora +++ b/.mkosi/mkosi.fedora @@ -27,7 +27,7 @@ Format=raw_btrfs Bootable=yes [Partitions] -RootSize=2G +RootSize=3G [Packages] BuildPackages= @@ -37,6 +37,7 @@ BuildPackages= bzip2-devel cryptsetup-devel dbus-devel + diffutils docbook-style-xsl elfutils-devel gcc @@ -69,4 +70,5 @@ BuildPackages= python3-devel python3-lxml qrencode-devel + tree xz-devel