forked from jengelh/sssd
Accepting request 280513 from network:ldap
- Update to new upstream release 1.12.3 OBS-URL: https://build.opensuse.org/request/show/280513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=62
This commit is contained in:
commit
05bf6de000
@ -1,4 +1,4 @@
|
|||||||
sssd
|
sssd
|
||||||
supplements "packageand(sssd:pam-<targettype>)"
|
supplements "packageand(sssd:pam-<targettype>)"
|
||||||
supplements "packageand(sssd:glibc-<targettype>)"
|
supplements "packageand(sssd:glibc-<targettype>)"
|
||||||
-/usr/lib(64)?/*
|
-/usr/lib(64)?/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55a06a191b2e2506b23f80cf3d15f58b8d94d1f5a1bc5dc77ccf010c0eaafa5d
|
|
||||||
size 4149084
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlRFH8kACgkQHsardTLnvCXMOACeKY1jciw1hTsvG/aOYK3h0+N1
|
|
||||||
1/QAniL6o+Rhb0HReZPsMGYlQv41MI2C
|
|
||||||
=chdM
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sssd-1.12.3.tar.gz
Normal file
3
sssd-1.12.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d32c41b7964e3a49e27c8e278daff70f4e1d0171c7f641ffb4e800724cabf42
|
||||||
|
size 4198515
|
7
sssd-1.12.3.tar.gz.asc
Normal file
7
sssd-1.12.3.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlSuve8ACgkQHsardTLnvCWtlwCfZGbXyMTjWgYK3gBCqEaSj92y
|
||||||
|
67cAoKZZQEn1+pdNjxgZN+C1J02+2xJz
|
||||||
|
=X5Ef
|
||||||
|
-----END PGP SIGNATURE-----
|
17
sssd.changes
17
sssd.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 8 22:23:42 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.12.3
|
||||||
|
* SSSD now allows the IPA client to move from one ID view to
|
||||||
|
another after SSSD restart.
|
||||||
|
* It is possible to apply ID views to IPA domains as well.
|
||||||
|
Previous SSSD versions only allowed views to be applied to AD
|
||||||
|
trusted domains.
|
||||||
|
* Overriding SSH public keys is supported in this release.
|
||||||
|
* Move semanage related functions to a separate library.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 1 22:01:02 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- build with PIE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 10 00:37:00 UTC 2014 - Led <ledest@gmail.com>
|
Mon Nov 10 00:37:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sssd
|
# spec file for package sssd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.12.2
|
Version: 1.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0+ and LGPL-3.0+
|
||||||
@ -346,6 +346,8 @@ export LDB_DIR="$(pkg-config ldb --variable=modulesdir)"
|
|||||||
export PATH="$PATH:/usr/sbin"
|
export PATH="$PATH:/usr/sbin"
|
||||||
|
|
||||||
autoreconf -fiv;
|
autoreconf -fiv;
|
||||||
|
export CFLAGS="%optflags -fPIE"
|
||||||
|
export LDFLAGS="-pie"
|
||||||
%configure \
|
%configure \
|
||||||
--with-crypto=libcrypto \
|
--with-crypto=libcrypto \
|
||||||
--with-db-path="%dbpath" \
|
--with-db-path="%dbpath" \
|
||||||
@ -470,6 +472,7 @@ rm -f /var/lib/sss/db/*.ldb
|
|||||||
%_libdir/%name/libsss_child*
|
%_libdir/%name/libsss_child*
|
||||||
%_libdir/%name/libsss_crypt*
|
%_libdir/%name/libsss_crypt*
|
||||||
%_libdir/%name/libsss_debug*
|
%_libdir/%name/libsss_debug*
|
||||||
|
%_libdir/%name/libsss_semanage*
|
||||||
%_libdir/%name/libsss_simple*
|
%_libdir/%name/libsss_simple*
|
||||||
%_libdir/%name/libsss_util*
|
%_libdir/%name/libsss_util*
|
||||||
%dir %_libdir/%name/modules/
|
%dir %_libdir/%name/modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user