diff --git a/sssd-1.15.0.tar.gz b/sssd-1.15.0.tar.gz deleted file mode 100644 index 4ed9e2c..0000000 --- a/sssd-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729ed277ff99e4adec81291b6a3ec28147a2531b733f36f429940de01ec7b344 -size 5178779 diff --git a/sssd-1.15.0.tar.gz.asc b/sssd-1.15.0.tar.gz.asc deleted file mode 100644 index 0c792cb..0000000 --- a/sssd-1.15.0.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABECAAYFAliIx8gACgkQHsardTLnvCUx9gCggg/0GBat/nZT98+IjlSF9h1u -BsIAoIhnoCAHFsbnF6Y3DfXN47ySyPbt -=o/YH ------END PGP SIGNATURE----- diff --git a/sssd-1.15.1.tar.gz b/sssd-1.15.1.tar.gz new file mode 100644 index 0000000..296bfcf --- /dev/null +++ b/sssd-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a64a15c1e344fdfd1904872133d558b4fbbc6cb1ac748b66819f941d5c804fb +size 5244029 diff --git a/sssd-1.15.1.tar.gz.asc b/sssd-1.15.1.tar.gz.asc new file mode 100644 index 0000000..6d8a29c --- /dev/null +++ b/sssd-1.15.1.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iEYEABECAAYFAli53WwACgkQHsardTLnvCUIBQCguPYgc+o1n1+bl3fnrqs/QJh9 +LXQAnj6hXHbfhvAJy23otBTKi3Xs2+9h +=S3bq +-----END PGP SIGNATURE----- diff --git a/sssd.changes b/sssd.changes index 0252785..bd1dfa5 100644 --- a/sssd.changes +++ b/sssd.changes @@ -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 diff --git a/sssd.spec b/sssd.spec index ef865d5..fc2c9cf 100644 --- a/sssd.spec +++ b/sssd.spec @@ -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*