From c5d3af1638de70a3cd7b39cd812cff5c7a5d5441 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jul 18 2024 08:00:02 +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 2cda531..73a6d69 100644 --- a/systemd.spec +++ b/systemd.spec @@ -231,6 +231,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