diff --git a/sssd-1.16.3.tar.gz b/sssd-1.16.3.tar.gz deleted file mode 100644 index ab7017d..0000000 --- a/sssd-1.16.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee5d17a0c663c09819cbab9364085b9e57faeca02406cc30efe14cc0cfc04ec4 -size 6217114 diff --git a/sssd-1.16.3.tar.gz.asc b/sssd-1.16.3.tar.gz.asc deleted file mode 100644 index b107df9..0000000 --- a/sssd-1.16.3.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJbcDdwAAoJEHDBRgYiUL36CW0H/2gGY35HxXQNiufErxIMT3/9 -8Uq5EqTOYUlmScijvT3J1AXPg5Sw/KP65cBSOaZYNyzzBcr8GwaM19y3/WInFA5z -tWTHfAmVusIvLijmWmfw9qGY6X8386S2g+wbTn7WsMYb0Spt8K2l+OgQDIq7sIx5 -iSPfICt/HgESBkC0YEsaVq5S4kQLS6w3pJEclkwoj22jl831FHlVmQ8K2G369/Iz -YycSYK7qXWvs8YSzsihA3zvjGT9v2vZQWamE5gkHlXZEPkJYIR3ant7Ziux4zIrA -n/fuIWZCWu/gR4jtg3vmrcRVLnOo1ukqdrDmE4v/CiJrvS/H4McCZUhiUaXQ9Us= -=Fx4X ------END PGP SIGNATURE----- diff --git a/sssd-2.0.0.tar.gz b/sssd-2.0.0.tar.gz new file mode 100644 index 0000000..2591175 --- /dev/null +++ b/sssd-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77569d00dd516e7eba1bfcc2ae562647068d7d16e283e8b3fc4f1e03fc899586 +size 6263376 diff --git a/sssd-2.0.0.tar.gz.asc b/sssd-2.0.0.tar.gz.asc new file mode 100644 index 0000000..a446f4f --- /dev/null +++ b/sssd-2.0.0.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJbcd4JAAoJEHDBRgYiUL36ZpUH/0R46OWssuYR7gVSoh1UWZdA +Gg/uPN5iSo0hq6mjU/w7inGb5GxTnbj8WQXo8466EUw98NDTTc7NMLScy83bsb1i +MIk4eXxm0c5lsRuIFCS+3qtakZtYyjDk+8v6BqRARFFPE9R4j8Cb1BOUurgoMDTg +IE75AP+QHTxdrPQ/xj4PQcdIZ6qimeztD1IJDrb7hValyMfqs9XHsamXsQwRrfEV +l0U3eUlsX0vegrQwEG8iOQt4v0cr9jMCahgSnvNZotqiyHUr5VLH901OSZzwPly6 +8+BAp9mnNZ2lG5pqFEXOsI1kmQ5hnXDFu1OcIedkKHdBRMqNZC3ip0k8ow3fbAk= +=K92m +-----END PGP SIGNATURE----- diff --git a/sssd.changes b/sssd.changes index 102ddc1..183d423 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 7 18:52:18 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2.0.0 + * The Python API for managing users and groups in local domains + (id_provider=local) was removed completely. The local + provider (id_provider=local) and the command line tools to + manage users and groups in the local domains, such as + sss_useradd is not built anymore. + * The LDAP provider had a special-case branch for evaluating + group memberships with the RFC2307bis schema when group + nesting was explicitly disabled. This codepath is removed. + * The "ldap_sudo_include_regexp" option changed its default + value from true to false. Wildcards in the sudoHost LDAP + attribute are no longer evaluated. This was costly to + evaluate on the LDAP server side and at the same time rarely + used. + * The list of PAM services which are allowed to authenticate + using a Smart Card is now configurable using a new option + pam_p11_allowed_services. + ------------------------------------------------------------------- Fri Aug 31 07:14:39 UTC 2018 - kbabioch@suse.com diff --git a/sssd.spec b/sssd.spec index 5c66d09..12b3629 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,7 +1,7 @@ # # spec file for package sssd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: sssd -Version: 1.16.3 +Version: 2.0.0 Release: 0 Summary: System Security Services Daemon License: GPL-3.0+ and LGPL-3.0+ @@ -59,6 +59,8 @@ BuildRequires: libcmocka-devel BuildRequires: nss_wrapper BuildRequires: uid_wrapper BuildRequires: check-devel +BuildRequires: python +BuildRequires: python-xml BuildRequires: pkgconfig(augeas) >= 1.0.0 BuildRequires: pkgconfig(collection) >= 0.5.1 BuildRequires: pkgconfig(dbus-1) >= 1.0.0 @@ -477,7 +479,6 @@ rm -f /var/lib/sss/db/*.ldb %dir %_mandir/??/ %dir %_mandir/??/man[158]/ %_mandir/??/man1/sss_ssh_* -%_mandir/??/man5/sssd-simple.5* %_mandir/??/man5/sssd-sudo.5* %_mandir/??/man8/sssd.8* %_mandir/??/man5/sss-certmap.5.gz @@ -501,12 +502,15 @@ rm -f /var/lib/sss/db/*.ldb %_mandir/man8/sssd.8* %dir %_libdir/%name/ %_libdir/%name/conf/ +%_libdir/%name/libifp_iface* %_libdir/%name/libsss_child* %_libdir/%name/libsss_cert* %_libdir/%name/libsss_crypt* %_libdir/%name/libsss_debug* %_libdir/%name/libsss_files* +%_libdir/%name/libsss_iface* %_libdir/%name/libsss_semanage* +%_libdir/%name/libsss_sbus* %_libdir/%name/libsss_simple* %_libdir/%name/libsss_util* %dir %_libdir/%name/modules/ @@ -638,16 +642,9 @@ rm -f /var/lib/sss/db/*.ldb %defattr(-,root,root) %_sbindir/sss_cache %_sbindir/sss_debuglevel -%_sbindir/sss_groupadd -%_sbindir/sss_groupdel -%_sbindir/sss_groupmod -%_sbindir/sss_groupshow %_sbindir/sss_seed %_sbindir/sss_obfuscate %_sbindir/sss_override -%_sbindir/sss_useradd -%_sbindir/sss_userdel -%_sbindir/sss_usermod %dir %_mandir/??/man8/ %_mandir/??/man8/sss_*.8* %_mandir/man8/sss_*.8*