]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: mkosi: update files
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 5 Feb 2019 00:01:01 +0000 (16:01 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 5 Feb 2019 00:09:38 +0000 (16:09 -0800)
  - Add openssl
  - Disable python (quick hack to avoid more dependencies)
  - Update Fedora to 29

testsuite/mkosi/mkosi.arch
testsuite/mkosi/mkosi.build
testsuite/mkosi/mkosi.fedora

index c9c1fa98329a3a6c70d2ed1a8b1acaa6cc3a0ef1..ace5d9550c6b6143640bb2953204b8414bda4bbe 100644 (file)
@@ -20,6 +20,7 @@ BuildPackages =
        docbook-xml
        docbook-xsl
        linux-headers
+       openssl
 
 [Partitions]
 RootSize = 3G
index 53fc797b202035d03f97f6881fb2482cc052a17c..c0ba549ca64becad817a69e47eb7673a3f803a89 100755 (executable)
@@ -32,7 +32,7 @@ cd build
 kdir=$(find_kdir)
 IFS=/ read _ _ _ kver _ <<<"$kdir"
 
-../autogen.sh c
+../autogen.sh c --disable-python
 make -j
 make check KDIR="$kdir" KVER="$kver"
 make install
index 7be7dd9b6668bcb93838bfb663c5664025c81a20..5252f8775f69334eda2f199bbd1c00a6597a05c5 100644 (file)
@@ -1,6 +1,6 @@
 [Distribution]
 Distribution=fedora
-Release=27
+Release=29
 
 [Output]
 Output = fedora-image.raw
@@ -21,6 +21,7 @@ BuildPackages =
        xml-common
        xz-devel
        zlib-devel
+       openssl-devel
 
 [Partitions]
 RootSize = 2G