Date: Wednesday, October 25, 2017 @ 06:54:56 Author: mtorromeo Revision: 264171
archrelease: copy trunk to community-i686, community-x86_64 Added: sssd/repos/community-i686/PKGBUILD (from rev 264170, sssd/trunk/PKGBUILD) sssd/repos/community-x86_64/PKGBUILD (from rev 264170, sssd/trunk/PKGBUILD) Deleted: sssd/repos/community-i686/PKGBUILD sssd/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 174 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 87 ---------------------- community-x86_64/PKGBUILD | 87 ---------------------- 3 files changed, 174 insertions(+), 174 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-10-25 06:54:15 UTC (rev 264170) +++ community-i686/PKGBUILD 2017-10-25 06:54:56 UTC (rev 264171) @@ -1,87 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> -# Maintainer: Mantas M. <graw...@gmail.com> - -pkgname=sssd -pkgver=1.15.3 -pkgrel=2 -pkgdesc="System Security Services Daemon" -arch=('i686' 'x86_64') -url="https://pagure.io/SSSD/sssd" -license=('GPL3') -depends=( - 'bind' # for nsupdate - 'c-ares' - 'cyrus-sasl-gssapi' - 'ding-libs' - 'libnl' - 'libunistring' - 'nss' - 'smbclient' # for libndr-nbt - 'nfsidmap' - 'http-parser' - 'jansson' - 'curl' -) -makedepends=( - 'docbook-xsl' - 'doxygen' - 'python' - 'python2' - 'samba' # for libndr-nbt headers - 'systemd' -) -source=("https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('0df5201e4f692b915c70786010b7a576d7350f79') - -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 - - sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate -} - -# vim: ts=2:sw=2:et:nowrap Copied: sssd/repos/community-i686/PKGBUILD (from rev 264170, sssd/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-10-25 06:54:56 UTC (rev 264171) @@ -0,0 +1,87 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> +# Maintainer: Mantas M. <graw...@gmail.com> + +pkgname=sssd +pkgver=1.16.0 +pkgrel=1 +pkgdesc="System Security Services Daemon" +arch=('i686' 'x86_64') +url="https://pagure.io/SSSD/sssd" +license=('GPL3') +depends=( + 'bind' # for nsupdate + 'c-ares' + 'cyrus-sasl-gssapi' + 'ding-libs' + 'libnl' + 'libunistring' + 'nss' + 'smbclient' # for libndr-nbt + 'nfsidmap' + 'http-parser' + 'jansson' + 'curl' +) +makedepends=( + 'docbook-xsl' + 'doxygen' + 'python' + 'python2' + 'samba' # for libndr-nbt headers + 'systemd' +) +source=("https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('fff74b3798e163a0fe311bdfc4588524afe6dd87') + +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 + + sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate +} + +# vim: ts=2:sw=2:et:nowrap Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-10-25 06:54:15 UTC (rev 264170) +++ community-x86_64/PKGBUILD 2017-10-25 06:54:56 UTC (rev 264171) @@ -1,87 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> -# Maintainer: Mantas M. <graw...@gmail.com> - -pkgname=sssd -pkgver=1.15.3 -pkgrel=2 -pkgdesc="System Security Services Daemon" -arch=('i686' 'x86_64') -url="https://pagure.io/SSSD/sssd" -license=('GPL3') -depends=( - 'bind' # for nsupdate - 'c-ares' - 'cyrus-sasl-gssapi' - 'ding-libs' - 'libnl' - 'libunistring' - 'nss' - 'smbclient' # for libndr-nbt - 'nfsidmap' - 'http-parser' - 'jansson' - 'curl' -) -makedepends=( - 'docbook-xsl' - 'doxygen' - 'python' - 'python2' - 'samba' # for libndr-nbt headers - 'systemd' -) -source=("https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('0df5201e4f692b915c70786010b7a576d7350f79') - -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 - - sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate -} - -# vim: ts=2:sw=2:et:nowrap Copied: sssd/repos/community-x86_64/PKGBUILD (from rev 264170, sssd/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-10-25 06:54:56 UTC (rev 264171) @@ -0,0 +1,87 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> +# Maintainer: Mantas M. <graw...@gmail.com> + +pkgname=sssd +pkgver=1.16.0 +pkgrel=1 +pkgdesc="System Security Services Daemon" +arch=('i686' 'x86_64') +url="https://pagure.io/SSSD/sssd" +license=('GPL3') +depends=( + 'bind' # for nsupdate + 'c-ares' + 'cyrus-sasl-gssapi' + 'ding-libs' + 'libnl' + 'libunistring' + 'nss' + 'smbclient' # for libndr-nbt + 'nfsidmap' + 'http-parser' + 'jansson' + 'curl' +) +makedepends=( + 'docbook-xsl' + 'doxygen' + 'python' + 'python2' + 'samba' # for libndr-nbt headers + 'systemd' +) +source=("https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('fff74b3798e163a0fe311bdfc4588524afe6dd87') + +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 + + sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate +} + +# vim: ts=2:sw=2:et:nowrap