Accepting request 478785 from network:ldap

- Switch *all* URLs after fedorahosted.org retirement

OBS-URL: https://build.opensuse.org/request/show/478785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=82
This commit is contained in:
Dominique Leuenberger 2017-03-15 00:05:03 +00:00 committed by Git OBS Bridge
commit 529febaa1d
6 changed files with 46 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729ed277ff99e4adec81291b6a3ec28147a2531b733f36f429940de01ec7b344
size 5178779

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAliIx8gACgkQHsardTLnvCUx9gCggg/0GBat/nZT98+IjlSF9h1u
BsIAoIhnoCAHFsbnF6Y3DfXN47ySyPbt
=o/YH
-----END PGP SIGNATURE-----

3
sssd-1.15.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a64a15c1e344fdfd1904872133d558b4fbbc6cb1ac748b66819f941d5c804fb
size 5244029

6
sssd-1.15.1.tar.gz.asc Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAli53WwACgkQHsardTLnvCUIBQCguPYgc+o1n1+bl3fnrqs/QJh9
LXQAnj6hXHbfhvAJy23otBTKi3Xs2+9h
=S3bq
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Mar 11 22:34:41 UTC 2017 - jengelh@inai.de
- Switch *all* URLs after fedorahosted.org retirement
-------------------------------------------------------------------
Sat Mar 4 19:57:33 UTC 2017 - michael@stroeder.com
- Updated project URL
- Update to new upstream release 1.15.1
* Several issues related to starting the SSSD services on-demand via
socket activation were fixed. In particular, it is no longer possible
to have a service started both by sssd and socket-activated. Another
bug which might have caused the responder to start before SSSD started
and cause issues especially on system startup was fixed.
* A new 'files' provider was added. This provider mirrors the contents
of '/etc/passwd' and '/etc/shadow' into the SSSD database. The purpose
of this new provider is to make it possible to use SSSD's interfaces,
such as the D-Bus interface for local users and enable leveraging the
in-memory fast cache for local users as well, as a replacement for `nscd`.
In future, we intend to extend the D-Bus interface to also provide setting
and retrieving additional custom attributes for the files users.
* SSSD now autogenerates a fallback configuration that enables the
files domain if no SSSD configuration exists. This allows distributions
to enable the 'sssd' service when the SSSD package is installed. Please
note that SSSD must be build with the configuration option
'--enable-files-domain' for this functionality to be enabled.
* Support for public-key authentication with Kerberos (PKINIT) was
added. This support will enable users who authenticate with a Smart Card
to obtain a Kerberos ticket during authentication.
-------------------------------------------------------------------
Sat Feb 18 08:35:13 CET 2017 - kukuk@suse.de

View File

@ -17,16 +17,16 @@
Name: sssd
Version: 1.15.0
Version: 1.15.1
Release: 0
Summary: System Security Services Daemon
License: GPL-3.0+ and LGPL-3.0+
Group: System/Daemons
Url: https://fedorahosted.org/sssd/
Url: https://pagure.io/SSSD/sssd
#Git-Clone: git://git.fedorahosted.org/sssd
Source: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz
Source2: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc
Source: http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz
Source2: http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz.asc
Source3: baselibs.conf
Source4: sssd.service
Source5: %name.keyring
@ -490,6 +490,7 @@ rm -f /var/lib/sss/db/*.ldb
%_mandir/??/man8/sssd.8*
%_mandir/man1/sss_ssh_*
%_mandir/man8/sssctl.8*
%_mandir/man5/sssd-files.5*
%_mandir/man5/sssd-simple.5*
%_mandir/man5/sssd-sudo.5*
%_mandir/man5/sssd.conf.5*
@ -500,6 +501,7 @@ rm -f /var/lib/sss/db/*.ldb
%_libdir/%name/libsss_cert*
%_libdir/%name/libsss_crypt*
%_libdir/%name/libsss_debug*
%_libdir/%name/libsss_files*
%_libdir/%name/libsss_semanage*
%_libdir/%name/libsss_simple*
%_libdir/%name/libsss_util*