[arch-commits] Commit in sssd/repos (8 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jul 14 14:18:27 UTC 2015


    Date: Tuesday, July 14, 2015 @ 16:18:27
  Author: mtorromeo
Revision: 136888

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sssd/repos/community-i686/PKGBUILD
    (from rev 136887, sssd/trunk/PKGBUILD)
  sssd/repos/community-i686/sssd.service
    (from rev 136887, sssd/trunk/sssd.service)
  sssd/repos/community-x86_64/PKGBUILD
    (from rev 136887, sssd/trunk/PKGBUILD)
  sssd/repos/community-x86_64/sssd.service
    (from rev 136887, sssd/trunk/sssd.service)
Deleted:
  sssd/repos/community-i686/PKGBUILD
  sssd/repos/community-i686/sssd.service
  sssd/repos/community-x86_64/PKGBUILD
  sssd/repos/community-x86_64/sssd.service

-------------------------------+
 /PKGBUILD                     |  170 ++++++++++++++++++++++++++++++++++++++++
 /sssd.service                 |   24 +++++
 community-i686/PKGBUILD       |   83 -------------------
 community-i686/sssd.service   |   12 --
 community-x86_64/PKGBUILD     |   83 -------------------
 community-x86_64/sssd.service |   12 --
 6 files changed, 194 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-14 14:17:54 UTC (rev 136887)
+++ community-i686/PKGBUILD	2015-07-14 14:18:27 UTC (rev 136888)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Mantas M. <grawity at gmail.com>
-
-pkgname=sssd
-pkgver=1.12.5
-pkgrel=1
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/"
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'          # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient'     # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python2'
-  'samba'         # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
-        'sssd.service')
-sha1sums=('2e3fdabbf49d7031ac9b72bbbf9e364909c638ab'
-          '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-    if [[ $f == *.patch ]]; then
-      msg2 "Applying $f"
-      patch -p1 < "$srcdir/$f"
-    fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  ./configure \
-    --prefix=/usr                                 \
-    --sbindir=/usr/bin                            \
-    --sysconfdir=/etc                             \
-    --localstatedir=/var                          \
-    --libexecdir=/usr/lib/sssd                    \
-    --datadir=/usr/share                          \
-    --enable-pammoddir=/usr/lib/security          \
-    --with-initscript=systemd                     \
-    --with-os=fedora                              \
-    --with-pid-path=/run                          \
-    --with-python-bindings                        \
-    --without-selinux                             \
-    --without-semanage                            \
-    --with-systemdunitdir=/usr/lib/systemd/system \
-    ;
-  sed -i '/\<HAVE_KRB5_SET_TRACE_CALLBACK\>/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir/etc/rc.d"
-  rm -rf "$pkgdir/lib"
-  rm -rf "$pkgdir/run"
-  rm -f "$pkgdir/usr/lib/ldb/modules/ldb/memberof.la"
-  find "$pkgdir/usr" -depth -type d \
-    -exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir/usr/lib/systemd/system/sssd.service"
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-i686/PKGBUILD (from rev 136887, sssd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-14 14:18:27 UTC (rev 136888)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=sssd
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/"
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'          # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient'     # for libndr-nbt
+  'nfsidmap'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba'         # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
+        'sssd.service')
+sha1sums=('f9c57cfb91d8e0e35d565a1d5b165e8f669989d2'
+          '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+    if [[ $f == *.patch ]]; then
+      msg2 "Applying $f"
+      patch -p1 < "$srcdir/$f"
+    fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr                                 \
+    --sbindir=/usr/bin                            \
+    --sysconfdir=/etc                             \
+    --localstatedir=/var                          \
+    --libexecdir=/usr/lib/sssd                    \
+    --datadir=/usr/share                          \
+    --enable-pammoddir=/usr/lib/security          \
+    --with-initscript=systemd                     \
+    --with-os=fedora                              \
+    --with-pid-path=/run                          \
+    --with-python2-bindings                       \
+    --with-python3-bindings                       \
+    --with-syslog=journald                        \
+    --without-selinux                             \
+    --without-semanage                            \
+    --with-systemdunitdir=/usr/lib/systemd/system \
+    ;
+  sed -i '/\<HAVE_KRB5_SET_TRACE_CALLBACK\>/d' config.h
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 DESTDIR="$pkgdir/" install
+  rm -rf "$pkgdir/etc/rc.d"
+  rm -rf "$pkgdir/lib"
+  rm -rf "$pkgdir/run"
+  rm -f "$pkgdir/usr/lib/ldb/modules/ldb/memberof.la"
+  find "$pkgdir/usr" -depth -type d \
+    -exec rmdir --ignore-fail-on-non-empty {} \;
+
+  cd "$srcdir"
+  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
+  install -Dm0644 sssd.service  "$pkgdir/usr/lib/systemd/system/sssd.service"
+}
+
+# vim: ts=2:sw=2:et:nowrap

Deleted: community-i686/sssd.service
===================================================================
--- community-i686/sssd.service	2015-07-14 14:17:54 UTC (rev 136887)
+++ community-i686/sssd.service	2015-07-14 14:18:27 UTC (rev 136888)
@@ -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

Copied: sssd/repos/community-i686/sssd.service (from rev 136887, sssd/trunk/sssd.service)
===================================================================
--- community-i686/sssd.service	                        (rev 0)
+++ community-i686/sssd.service	2015-07-14 14:18:27 UTC (rev 136888)
@@ -0,0 +1,12 @@
+[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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-14 14:17:54 UTC (rev 136887)
+++ community-x86_64/PKGBUILD	2015-07-14 14:18:27 UTC (rev 136888)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Mantas M. <grawity at gmail.com>
-
-pkgname=sssd
-pkgver=1.12.5
-pkgrel=1
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/"
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'          # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient'     # for libndr-nbt
-  'nfsidmap'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python2'
-  'samba'         # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
-        'sssd.service')
-sha1sums=('2e3fdabbf49d7031ac9b72bbbf9e364909c638ab'
-          '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-    if [[ $f == *.patch ]]; then
-      msg2 "Applying $f"
-      patch -p1 < "$srcdir/$f"
-    fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
-  ./configure \
-    --prefix=/usr                                 \
-    --sbindir=/usr/bin                            \
-    --sysconfdir=/etc                             \
-    --localstatedir=/var                          \
-    --libexecdir=/usr/lib/sssd                    \
-    --datadir=/usr/share                          \
-    --enable-pammoddir=/usr/lib/security          \
-    --with-initscript=systemd                     \
-    --with-os=fedora                              \
-    --with-pid-path=/run                          \
-    --with-python-bindings                        \
-    --without-selinux                             \
-    --without-semanage                            \
-    --with-systemdunitdir=/usr/lib/systemd/system \
-    ;
-  sed -i '/\<HAVE_KRB5_SET_TRACE_CALLBACK\>/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir/etc/rc.d"
-  rm -rf "$pkgdir/lib"
-  rm -rf "$pkgdir/run"
-  rm -f "$pkgdir/usr/lib/ldb/modules/ldb/memberof.la"
-  find "$pkgdir/usr" -depth -type d \
-    -exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-  install -Dm0644 sssd.service  "$pkgdir/usr/lib/systemd/system/sssd.service"
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-x86_64/PKGBUILD (from rev 136887, sssd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-14 14:18:27 UTC (rev 136888)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=sssd
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/"
+license=('GPL3')
+depends=(
+  'augeas'
+  'bind'          # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient'     # for libndr-nbt
+  'nfsidmap'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba'         # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
+        'sssd.service')
+sha1sums=('f9c57cfb91d8e0e35d565a1d5b165e8f669989d2'
+          '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+    if [[ $f == *.patch ]]; then
+      msg2 "Applying $f"
+      patch -p1 < "$srcdir/$f"
+    fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr                                 \
+    --sbindir=/usr/bin                            \
+    --sysconfdir=/etc                             \
+    --localstatedir=/var                          \
+    --libexecdir=/usr/lib/sssd                    \
+    --datadir=/usr/share                          \
+    --enable-pammoddir=/usr/lib/security          \
+    --with-initscript=systemd                     \
+    --with-os=fedora                              \
+    --with-pid-path=/run                          \
+    --with-python2-bindings                       \
+    --with-python3-bindings                       \
+    --with-syslog=journald                        \
+    --without-selinux                             \
+    --without-semanage                            \
+    --with-systemdunitdir=/usr/lib/systemd/system \
+    ;
+  sed -i '/\<HAVE_KRB5_SET_TRACE_CALLBACK\>/d' config.h
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -j1 DESTDIR="$pkgdir/" install
+  rm -rf "$pkgdir/etc/rc.d"
+  rm -rf "$pkgdir/lib"
+  rm -rf "$pkgdir/run"
+  rm -f "$pkgdir/usr/lib/ldb/modules/ldb/memberof.la"
+  find "$pkgdir/usr" -depth -type d \
+    -exec rmdir --ignore-fail-on-non-empty {} \;
+
+  cd "$srcdir"
+  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
+  install -Dm0644 sssd.service  "$pkgdir/usr/lib/systemd/system/sssd.service"
+}
+
+# vim: ts=2:sw=2:et:nowrap

Deleted: community-x86_64/sssd.service
===================================================================
--- community-x86_64/sssd.service	2015-07-14 14:17:54 UTC (rev 136887)
+++ community-x86_64/sssd.service	2015-07-14 14:18:27 UTC (rev 136888)
@@ -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

Copied: sssd/repos/community-x86_64/sssd.service (from rev 136887, sssd/trunk/sssd.service)
===================================================================
--- community-x86_64/sssd.service	                        (rev 0)
+++ community-x86_64/sssd.service	2015-07-14 14:18:27 UTC (rev 136888)
@@ -0,0 +1,12 @@
+[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