Skip to content

Commit 3bcbe99

Browse files
committed
updated PKGBUILD to 0.13.2 with minor fixes
- removed rc.d scripts (master,minion,syndic) - s/python-m2crypto/python2-m2crypto/
1 parent b084ccf commit 3bcbe99

File tree

4 files changed

+6
-201
lines changed

4 files changed

+6
-201
lines changed

pkg/arch/PKGBUILD

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Maintainer: Christer Edwards <christer.edwards@gmail.com>
22

33
pkgname=salt
4-
pkgver=0.13.0
4+
pkgver=0.13.2
55
pkgrel=1
66
pkgdesc="A remote execution and communication system built on zeromq"
77
arch=(any)
88
url="https://github.com/saltstack/salt"
99
license=("APACHE")
1010
depends=('python2'
11-
'python2-pyzmq'
12-
'python-m2crypto'
1311
'python2-yaml'
12+
'python2-jinja'
13+
'python2-pyzmq'
1414
'python2-crypto'
1515
'python2-psutil'
16-
'python2-jinja'
17-
'python2-msgpack')
16+
'python2-msgpack'
17+
'python2-m2crypto')
1818

1919
backup=('etc/salt/master'
2020
'etc/salt/minion')
@@ -32,7 +32,7 @@ source=("http://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver
3232
"salt-syndic"
3333
"salt-minion")
3434

35-
md5sums=('0e96a361a5bfb9a208a6a30b2537a7c2'
35+
md5sums=('b18ab3d0f4fcb79ab8552b8dbcd5a002'
3636
'3a2b032ec37077363c049969105b128e'
3737
'e4c6adce5087e947c26c5c9d9fc3c9bb'
3838
'833d31ebee69f5c0e2c0b6c8d345b6d7'
@@ -45,12 +45,6 @@ package() {
4545

4646
python2 setup.py install --root=${pkgdir}/ --optimize=1
4747

48-
mkdir -p ${pkgdir}/etc/rc.d/
49-
cp ${srcdir}/salt-master ${pkgdir}/etc/rc.d/
50-
cp ${srcdir}/salt-minion ${pkgdir}/etc/rc.d/
51-
cp ${srcdir}/salt-syndic ${pkgdir}/etc/rc.d/
52-
chmod +x ${pkgdir}/etc/rc.d/salt-{master,minion,syndic}
53-
5448
install -Dm644 ${srcdir}/salt-master.service ${pkgdir}/usr/lib/systemd/system/salt-master.service
5549
install -Dm644 ${srcdir}/salt-syndic.service ${pkgdir}/usr/lib/systemd/system/salt-syndic.service
5650
install -Dm644 ${srcdir}/salt-minion.service ${pkgdir}/usr/lib/systemd/system/salt-minion.service

pkg/arch/salt-master

Lines changed: 0 additions & 63 deletions
This file was deleted.

pkg/arch/salt-minion

Lines changed: 0 additions & 63 deletions
This file was deleted.

pkg/arch/salt-syndic

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)