From e47c648430180ca132ec753e535e1ec2c0bd3bff Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Mar 16 2017 08:47:07 +0000 Subject: Add lz4 to build dependencies This commit fixes build failure due to failed "make check". Our test-compress uses lz4cat. Binary is included in lz4 package that used to contain both library and binaries. Since lz4-libs split-off we need to explicitly pull-in lz4. See: http://pkgs.fedoraproject.org/cgit/rpms/lz4.git/commit/?id=34760ea9354a972f946af0282e2c145c660a823c --- diff --git a/systemd.spec b/systemd.spec index 9b344f7..3bb3b01 100644 --- a/systemd.spec +++ b/systemd.spec @@ -109,6 +109,7 @@ BuildRequires: libtool %if %{num_patches} BuildRequires: git %endif +BuildRequires: lz4 Requires(post): coreutils Requires(post): sed