File tree 4 files changed +6
-201
lines changed 4 files changed +6
-201
lines changed Original file line number Diff line number Diff line change 1
1
# Maintainer: Christer Edwards <christer.edwards@gmail.com>
2
2
3
3
pkgname=salt
4
- pkgver=0.13.0
4
+ pkgver=0.13.2
5
5
pkgrel=1
6
6
pkgdesc=" A remote execution and communication system built on zeromq"
7
7
arch=(any)
8
8
url=" https://github.com/saltstack/salt"
9
9
license=(" APACHE" )
10
10
depends=(' python2'
11
- ' python2-pyzmq'
12
- ' python-m2crypto'
13
11
' python2-yaml'
12
+ ' python2-jinja'
13
+ ' python2-pyzmq'
14
14
' python2-crypto'
15
15
' python2-psutil'
16
- ' python2-jinja '
17
- ' python2-msgpack ' )
16
+ ' python2-msgpack '
17
+ ' python2-m2crypto ' )
18
18
19
19
backup=(' etc/salt/master'
20
20
' etc/salt/minion' )
@@ -32,7 +32,7 @@ source=("http://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver
32
32
" salt-syndic"
33
33
" salt-minion" )
34
34
35
- md5sums=(' 0e96a361a5bfb9a208a6a30b2537a7c2 '
35
+ md5sums=(' b18ab3d0f4fcb79ab8552b8dbcd5a002 '
36
36
' 3a2b032ec37077363c049969105b128e'
37
37
' e4c6adce5087e947c26c5c9d9fc3c9bb'
38
38
' 833d31ebee69f5c0e2c0b6c8d345b6d7'
@@ -45,12 +45,6 @@ package() {
45
45
46
46
python2 setup.py install --root=${pkgdir} / --optimize=1
47
47
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
-
54
48
install -Dm644 ${srcdir} /salt-master.service ${pkgdir} /usr/lib/systemd/system/salt-master.service
55
49
install -Dm644 ${srcdir} /salt-syndic.service ${pkgdir} /usr/lib/systemd/system/salt-syndic.service
56
50
install -Dm644 ${srcdir} /salt-minion.service ${pkgdir} /usr/lib/systemd/system/salt-minion.service
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments