diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index a100baa0f04..0f537e265db 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,26 +1,26 @@ # Template file for 'salt' pkgname=salt version=2018.3.0 -revision=1 -build_style=python2-module +revision=2 noarch=yes +build_style=python2-module pycompile_module="salt" conf_files="/etc/salt/*" hostmakedepends="python-devel" -makedepends="python-devel" -depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto +# XXX remove python-futures once tornado will be updated to 5 +depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures python-M2Crypto python-tornado python-msgpack dmidecode pciutils" #changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html" short_desc="Remote execution system, and configuration manager" maintainer="Toyam Cox " license="Apache-2.0" homepage="http://saltstack.org/" -distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz" +distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz" checksum=a0a45d22fdf6961542a419b7e09568a3118e2b019ffe7bab9dee5aeb55b56b31 post_install() { - vmkdir /etc/salt 0750 - vcopy conf/* /etc/salt/ + vmkdir etc/salt 0750 + vcopy conf/* etc/salt vsv salt-api vsv salt-master vsv salt-minion