Accepting request 358801 from network:ldap
1 OBS-URL: https://build.opensuse.org/request/show/358801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=72
This commit is contained in:
commit
77971551c1
@ -8,14 +8,16 @@ Samba. See Samba's byteorder.h header for an example.
|
||||
|
||||
Signed-off-by: David Disseldorp <ddiss@samba.org>
|
||||
---
|
||||
configure.ac | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
configure.ac | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
--- sssd-1.12.1.orig/configure.ac
|
||||
+++ sssd-1.12.1/configure.ac
|
||||
@@ -322,6 +322,9 @@ AM_CHECK_CMOCKA
|
||||
|
||||
AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm])
|
||||
Index: sssd-1.13.3/configure.ac
|
||||
===================================================================
|
||||
--- sssd-1.13.3.orig/configure.ac
|
||||
+++ sssd-1.13.3/configure.ac
|
||||
@@ -428,6 +428,9 @@ AM_CONDITIONAL([HAVE_DEVSHM], [test -d /
|
||||
ENABLE_POLKIT_RULES_PATH
|
||||
AM_CONDITIONAL([HAVE_POLKIT_RULES_D], [test x$HAVE_POLKIT_RULES_D != x])
|
||||
|
||||
+AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big endian])],
|
||||
+ [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is little endian])])
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0914e746adb770a712aa9ccbdc8a4332cb20317fbefa367124e696993dfcf8f0
|
||||
size 4641810
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlZN6VQACgkQHsardTLnvCUm0wCeLdBktjtQbTnZqEOPQOJc9Fwj
|
||||
tWkAmQE5GN6d3DvKSbuZ55jwUVJTUzt+
|
||||
=O4fe
|
||||
-----END PGP SIGNATURE-----
|
3
sssd-1.13.3.tar.gz
Normal file
3
sssd-1.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85
|
||||
size 4661143
|
7
sssd-1.13.3.tar.gz.asc
Normal file
7
sssd-1.13.3.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlZwc5IACgkQHsardTLnvCXyOgCg20lBb2owmQRYRjPZClBcn9+y
|
||||
GU4AnR/tg+KqvfA/djm5yoV4/Ys3LA2g
|
||||
=zefD
|
||||
-----END PGP SIGNATURE-----
|
18
sssd.changes
18
sssd.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 16:38:37 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Enable internal testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 14:08:01 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new maintenance release 1.13.3
|
||||
* A bug that prevented user lookups and logins after migration from
|
||||
winsync to IPA-AD trusts was fixed.
|
||||
* A bug that prevented the ignore_group_members option from working
|
||||
correctly in AD provider setups that use a dedicated primary
|
||||
group (as opposed to a user-private group) was fixed.
|
||||
* Offline detection and offline login timeouts were improved for AD
|
||||
users logging in from a domain trusted by an IPA server.
|
||||
* The AD provider supports setting up autofs_provider=ad .
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 10:39:56 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
10
sssd.spec
10
sssd.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sssd
|
||||
Version: 1.13.2
|
||||
Version: 1.13.3
|
||||
Release: 0
|
||||
Summary: System Security Services Daemon
|
||||
License: GPL-3.0+ and LGPL-3.0+
|
||||
@ -57,6 +57,10 @@ BuildRequires: pkg-config >= 0.21
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: libcmocka-devel
|
||||
BuildRequires: nss_wrapper
|
||||
BuildRequires: uid_wrapper
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: pkgconfig(augeas) >= 1.0.0
|
||||
BuildRequires: pkgconfig(collection) >= 0.5.1
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.0.0
|
||||
@ -426,6 +430,10 @@ rm -Rf "$b/%_sysconfdir/dbus-1" "$b/%_datadir/dbus-1"
|
||||
|
||||
%find_lang %name --all-name
|
||||
|
||||
%check
|
||||
# sss_config-tests fails
|
||||
make %{?_smp_mflags} check ||:
|
||||
|
||||
%pre
|
||||
%service_add_pre sssd.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user