[arch-commits] Commit in sssd/repos (8 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Feb 19 11:35:03 UTC 2015
Date: Thursday, February 19, 2015 @ 12:35:02
Author: mtorromeo
Revision: 127983
archrelease: copy trunk to community-i686, community-x86_64
Added:
sssd/repos/community-i686/PKGBUILD
(from rev 127982, sssd/trunk/PKGBUILD)
sssd/repos/community-i686/sssd.service
(from rev 127982, sssd/trunk/sssd.service)
sssd/repos/community-x86_64/PKGBUILD
(from rev 127982, sssd/trunk/PKGBUILD)
sssd/repos/community-x86_64/sssd.service
(from rev 127982, 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 | 166 ++++++++++++++++++++++++++++++++++++++++
/sssd.service | 24 +++++
community-i686/PKGBUILD | 84 --------------------
community-i686/sssd.service | 12 --
community-x86_64/PKGBUILD | 84 --------------------
community-x86_64/sssd.service | 12 --
6 files changed, 190 insertions(+), 192 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-19 11:34:41 UTC (rev 127982)
+++ community-i686/PKGBUILD 2015-02-19 11:35:02 UTC (rev 127983)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Mantas M. <grawity at gmail.com>
-
-pkgname=sssd
-pkgver=1.12.3
-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
- 'systemd'
- 'nfsidmap'
-)
-makedepends=(
- 'docbook-xsl'
- 'doxygen'
- 'python2'
- 'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
- 'sssd.service')
-sha1sums=('ce2511c37bccac68691b170ee8171294a27549f6'
- '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 127982, sssd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-19 11:35:02 UTC (rev 127983)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=sssd
+pkgver=1.12.4
+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=('dd34530f26e0109a67109013c582bd833d1ca8d7'
+ '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
Deleted: community-i686/sssd.service
===================================================================
--- community-i686/sssd.service 2015-02-19 11:34:41 UTC (rev 127982)
+++ community-i686/sssd.service 2015-02-19 11:35:02 UTC (rev 127983)
@@ -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 127982, sssd/trunk/sssd.service)
===================================================================
--- community-i686/sssd.service (rev 0)
+++ community-i686/sssd.service 2015-02-19 11:35:02 UTC (rev 127983)
@@ -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-02-19 11:34:41 UTC (rev 127982)
+++ community-x86_64/PKGBUILD 2015-02-19 11:35:02 UTC (rev 127983)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Maintainer: Mantas M. <grawity at gmail.com>
-
-pkgname=sssd
-pkgver=1.12.3
-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
- 'systemd'
- 'nfsidmap'
-)
-makedepends=(
- 'docbook-xsl'
- 'doxygen'
- 'python2'
- 'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
- 'sssd.service')
-sha1sums=('ce2511c37bccac68691b170ee8171294a27549f6'
- '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 127982, sssd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-19 11:35:02 UTC (rev 127983)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=sssd
+pkgver=1.12.4
+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=('dd34530f26e0109a67109013c582bd833d1ca8d7'
+ '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
Deleted: community-x86_64/sssd.service
===================================================================
--- community-x86_64/sssd.service 2015-02-19 11:34:41 UTC (rev 127982)
+++ community-x86_64/sssd.service 2015-02-19 11:35:02 UTC (rev 127983)
@@ -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 127982, sssd/trunk/sssd.service)
===================================================================
--- community-x86_64/sssd.service (rev 0)
+++ community-x86_64/sssd.service 2015-02-19 11:35:02 UTC (rev 127983)
@@ -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