From 084503fe3867a71e6b911a10181087cdaf5fcd0a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jul 16 2024 19:10:19 +0000 Subject: Add build dependency on rsync on CentOS Stream 9 meson on CentOS Stream 9 is too old to properly handle symlinks when installing test data so the systemd meson build script uses rsync instead. Let's add the requisite build requires to make that work. --- diff --git a/systemd.spec b/systemd.spec index 8ce14eb..5eb03ef 100644 --- a/systemd.spec +++ b/systemd.spec @@ -226,6 +226,9 @@ BuildRequires: gettext %ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif +%if %{defined rhel} && 0%{?rhel} < 10 +BuildRequires: rsync +%endif %ifnarch %ix86 # bpftool is not built for i368