From 2dd5b6c122b61a4227833be023efcb8013ab8c2a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 23 May 2024 03:28:56 +0200 Subject: [PATCH] systemd-rpm-macros is a build requirement for the Fedora build. --- .drone/update-rpm-repo.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone/update-rpm-repo.sh b/.drone/update-rpm-repo.sh index c567b2902..a94f61599 100755 --- a/.drone/update-rpm-repo.sh +++ b/.drone/update-rpm-repo.sh @@ -3,7 +3,18 @@ [ -f .skipci ] && exit 0 echo "-- Installing dependencies" -yum install -y createrepo rpm-build rpm-sign gpg wget yum-utils git python python-pip python-setuptools +yum install -y \ + createrepo \ + git \ + gpg \ + python \ + python-pip \ + python-setuptools + rpm-build \ + rpm-sign \ + systemd-rpm-macros \ + wget \ + yum-utils \ echo "-- Copying source directory" mkdir -p "$WORKDIR"