forked from platypush/platypush
systemd-rpm-macros is a build requirement for the Fedora build.
This commit is contained in:
parent
a51d8978e7
commit
2dd5b6c122
1 changed files with 12 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue