[arch-commits] Commit in sssd/trunk (PKGBUILD sssd.service)

Massimiliano Torromeo mtorromeo at archlinux.org
Sun Feb 14 22:23:10 UTC 2016


    Date: Sunday, February 14, 2016 @ 23:23:10
  Author: mtorromeo
Revision: 161560

upgpkg: sssd 1.13.3-2

Rebuild with upstream service file

Modified:
  sssd/trunk/PKGBUILD
Deleted:
  sssd/trunk/sssd.service

--------------+
 PKGBUILD     |    9 +++------
 sssd.service |   12 ------------
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 20:52:48 UTC (rev 161559)
+++ PKGBUILD	2016-02-14 22:23:10 UTC (rev 161560)
@@ -4,7 +4,7 @@
 
 pkgname=sssd
 pkgver=1.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="System Security Services Daemon"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/sssd/"
@@ -28,10 +28,8 @@
   'python2'
   'samba'         # for libndr-nbt headers
 )
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
-        'sssd.service')
-sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512'
-          '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz")
+sha1sums=('333bccc6c037f6153dcfea9f7ebfefa9fd853512')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -79,7 +77,6 @@
 
   cd "$srcdir"
   rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir"/usr/lib/systemd/system/sssd.service
 
   sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
 }

Deleted: sssd.service
===================================================================
--- sssd.service	2016-02-14 20:52:48 UTC (rev 161559)
+++ sssd.service	2016-02-14 22:23:10 UTC (rev 161560)
@@ -1,12 +0,0 @@
-[Unit]
-Description=System Security Services Daemon
-Documentation=man:sssd(8)
-Before=rpc-idmapd.service
-
-[Service]
-ExecStart=/usr/bin/sssd -D -f
-Type=forking
-PIDFile=/run/sssd.pid
-
-[Install]
-WantedBy=multi-user.target



More information about the arch-commits mailing list