salt: update to 2016.11.3.
This commit is contained in:
parent
aa29a747a4
commit
7341531d7d
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=2016.11.2
|
version=2016.11.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -10,12 +10,13 @@ hostmakedepends="python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto
|
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-crypto
|
||||||
python-M2Crypto python-tornado python-msgpack dmidecode pciutils"
|
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"
|
short_desc="Remote execution system, and configuration manager"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://saltstack.org/"
|
homepage="http://saltstack.org/"
|
||||||
distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz"
|
distfiles="$PYPI_SITE/s/salt/salt-${version}.tar.gz"
|
||||||
checksum=f5c3d3cf4293d5b80a93790c76dec61421991c9c54222abd7327b3437ad13a43
|
checksum=9d5849f38a858288ebc6ef790ced86ae724e61b06e3ee27e6cecf3f6c1ecbc51
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir /etc/salt 0750
|
vmkdir /etc/salt 0750
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue