From 09b4299c1fdf96d60a81fcb76a2f54630d835795 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Thu, 14 May 2020 16:51:59 +0900 Subject: [PATCH] packaging: Add rsync build requires The rsync command is used at build time and needs to be added to the build requires. Change-Id: I6d513efbd19efbc036b2dba1182f04e69c18ef19 Signed-off-by: Hoegeun Kwon --- packaging/linux-rpi4.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/linux-rpi4.spec b/packaging/linux-rpi4.spec index e8c7d18..35c2ff9 100644 --- a/packaging/linux-rpi4.spec +++ b/packaging/linux-rpi4.spec @@ -25,6 +25,7 @@ BuildRequires: module-init-tools BuildRequires: bison BuildRequires: flex BuildRequires: libopenssl1.1-devel +BuildRequires: rsync %description The Linux Kernel, the operating system core itself -- 2.7.4