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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jan 7 09:23:10 UTC 2020


    Date: Tuesday, January 7, 2020 @ 09:23:09
  Author: mtorromeo
Revision: 549809

Removed python2 bindings

Modified:
  sssd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 08:49:03 UTC (rev 549808)
+++ PKGBUILD	2020-01-07 09:23:09 UTC (rev 549809)
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://pagure.io/SSSD/sssd"
@@ -24,7 +24,6 @@
   'docbook-xsl'
   'doxygen'
   'python'
-  'python2'
   'samba'         # for libndr-nbt headers
   'systemd'
 )
@@ -60,7 +59,7 @@
     --with-initscript=systemd                     \
     --with-os=fedora                              \
     --with-pid-path=/run                          \
-    --with-python2-bindings                       \
+    --without-python2-bindings                    \
     --with-python3-bindings                       \
     --with-syslog=journald                        \
     --without-selinux                             \
@@ -83,8 +82,6 @@
 
   cd "$srcdir"
   rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-
-  sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
 }
 
 # vim: ts=2:sw=2:et:nowrap



More information about the arch-commits mailing list