[arch-commits] Commit in salt/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Jun 21 00:41:57 UTC 2014


    Date: Saturday, June 21, 2014 @ 02:41:57
  Author: seblu
Revision: 113380

upgpkg: salt 2014.1.5-3

- fix typo in salt-master.service

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-21 00:26:52 UTC (rev 113379)
+++ PKGBUILD	2014-06-21 00:41:57 UTC (rev 113380)
@@ -5,7 +5,7 @@
 
 pkgname=salt
 pkgver=2014.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -42,6 +42,10 @@
   for _svc in salt-master.service salt-syndic.service salt-minion.service; do
     install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
   done
+
+  # quick workaround to fix typo in salt-master.service
+  # which was not backported into 2014.1
+  sed -i 's/Type=Notify/Type=notify/' "$pkgdir/usr/lib/systemd/system/salt-master.service"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list