systemd-rpm-macros is a build requirement for the Fedora build.

This commit is contained in:
Fabio Manganiello 2024-05-23 03:28:56 +02:00
parent a51d8978e7
commit 2dd5b6c122
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -3,7 +3,18 @@
[ -f .skipci ] && exit 0 [ -f .skipci ] && exit 0
echo "-- Installing dependencies" 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" echo "-- Copying source directory"
mkdir -p "$WORKDIR" mkdir -p "$WORKDIR"