From 5f809f019541d269fa1309c728f15f9394914017 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: May 08 2024 10:07:42 +0000 Subject: Add rsync BuildRequires Upstream introduced a requirement on rsync to install test files when not using recent meson so let's add it as a BuildRequires. --- diff --git a/systemd.spec b/systemd.spec index cfa7cf0..3ef706d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -205,6 +205,7 @@ BuildRequires: firewalld-filesystem BuildRequires: libseccomp-devel BuildRequires: meson >= 0.43 BuildRequires: gettext +BuildRequires: rsync # We use RUNNING_ON_VALGRIND in tests, so the headers need to be available %ifarch %{valgrind_arches} BuildRequires: valgrind-devel