Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2015-08-25 07:17:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2015-08-17 
15:33:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2015-08-25 
07:17:29.000000000 +0200
@@ -1,0 +2,26 @@
+Thu Aug 20 08:34:44 UTC 2015 - [email protected]
+
+- Update to new upstream release 1.13
+* Support for separate prompts when using two-factor authentication
+* Added support for one-way trusts between an IPA and Active
+  Directory environment. (Depends on IPA 4.2)
+* The fast memory cache now also supports the initgroups operation.
+* The PAM responder is now capable of caching authentication for
+  configurable period, which might reduce server load in cases
+  where accounts authenticate very frequently.
+  Refer to the "cached_auth_timeout" option in sssd.conf(5).
+* The Active Directory provider has changed the default value of
+  the "ad_gpo_access_control" option from permissive to enforcing.
+  As a consequence, the GPO access control now affects all clients
+  that set access_provider to ad. In order to restore the previous
+  behaviour, set ad_gpo_access_control to permissive or use a
+  different access_provider type.
+* Group Policy objects defined in a different AD domain that the
+  computer object is defined in are now supported.
+* Credential caching and Offline authentication are also available
+  when using two-factor authentication
+* The Python bindings are now built for both Python2 and Python3.
+* The LDAP bind timeout, StartTLS timeout and password change
+  timeout are now configurable using the ldap_opt_timeout option.
+
+-------------------------------------------------------------------

Old:
----
  sssd-1.12.5.tar.gz
  sssd-1.12.5.tar.gz.asc

New:
----
  sssd-1.13.0.tar.gz
  sssd-1.13.0.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.yNmKBT/_old  2015-08-25 07:17:30.000000000 +0200
+++ /var/tmp/diff_new_pack.yNmKBT/_new  2015-08-25 07:17:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sssd
-Version:        1.12.5
+Version:        1.13.0
 Release:        0
 Summary:        System Security Services Daemon
 License:        GPL-3.0+ and LGPL-3.0+
@@ -53,8 +53,9 @@
 BuildRequires:  nscd
 BuildRequires:  openldap2-devel
 BuildRequires:  pam-devel
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  pkg-config >= 0.21
+BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(augeas) >= 1.0.0
 BuildRequires:  pkgconfig(collection) >= 0.5.1
@@ -168,6 +169,7 @@
 Group:          System/Management
 Requires:       python-sssd-config = %version
 Requires:       sssd = %version
+%py_requires
 
 %description tools
 The packages contains commandline tools for managing users and groups using
@@ -294,32 +296,74 @@
 Summary:        Python bindings for the FreeIPA HBAC Evaluator library
 License:        LGPL-3.0+
 Group:          Development/Libraries/Python
-%py_requires
 
 %description -n python-ipa_hbac
 The python-ipa_hbac package contains the bindings so that libipa_hbac
 can be used by Python applications.
 
+%package -n python3-ipa_hbac
+Summary:        Python bindings for the FreeIPA HBAC Evaluator library
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+
+%description -n python3-ipa_hbac
+The python-ipa_hbac package contains the bindings so that libipa_hbac
+can be used by Python applications.
+
+%package -n python-sss-murmur
+Summary:        Python2 bindings for SSSD Murmur hash function
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+
+%description -n python-sss-murmur
+This subpackage provides the python2 module for calculating the
+Murmur hash version 3.
+
+%package -n python3-sss-murmur
+Summary:        Python3 bindings for SSSD Murmur hash function
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+
+%description -n python3-sss-murmur
+This subpackage provides the python3 module for calculating the
+Murmur hash version 3.
+
 %package -n python-sss_nss_idmap
 Summary:        Python bindings for libsss_nss_idmap
 License:        LGPL-3.0+
 Group:          Development/Libraries/Python
-%py_requires
 
 %description -n python-sss_nss_idmap
 The libsss_nss_idmap-python contains the bindings so that
 libsss_nss_idmap can be used by Python applications.
 
+%package -n python3-sss_nss_idmap
+Summary:        Python bindings for libsss_nss_idmap
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+
+%description -n python3-sss_nss_idmap
+The libsss_nss_idmap-python contains the bindings so that
+libsss_nss_idmap can be used by Python applications.
+
 %package -n python-sssd-config
 Summary:        Python API for configuring sssd
 License:        GPL-3.0+ and LGPL-3.0+
 Group:          Development/Libraries/Python
-%py_requires
 
 %description -n python-sssd-config
 Provide python module to access and manage configuration of the System 
 Security Services Daemon (sssd).
 
+%package -n python3-sssd-config
+Summary:        Python API for configuring sssd
+License:        GPL-3.0+ and LGPL-3.0+
+Group:          Development/Libraries/Python
+
+%description -n python3-sssd-config
+Provide python module to access and manage configuration of the System 
+Security Services Daemon (sssd).
+
 %prep
 %setup -q
 %patch -P 1 -p1
@@ -371,6 +415,7 @@
 rm -Rf "$b/%_initddir"
 ln -s service "$b/%_sbindir/rcsssd"
 
+mkdir -p "$b/%sssdstatedir/mc"
 mkdir -p "$b/%_sysconfdir/ld.so.conf.d"
 cat >"$b/%_sysconfdir/ld.so.conf.d/sssd-wbclient.conf" <<-EOF
        %_libdir/%name/modules
@@ -435,6 +480,7 @@
 %_mandir/man8/sssd.8*
 %dir %_libdir/%name/
 %_libdir/%name/libsss_child*
+%_libdir/%name/libsss_cert*
 %_libdir/%name/libsss_crypt*
 %_libdir/%name/libsss_debug*
 %_libdir/%name/libsss_semanage*
@@ -458,6 +504,8 @@
 %attr(755,root,root) %dir %pipepath/
 %attr(700,root,root) %dir %pipepath/private/
 %attr(755,root,root) %dir %pubconfpath/
+%attr(755,root,root) %dir %sssdstatedir/mc/
+%attr(700,root,root) %dir %sssdstatedir/keytabs/
 %attr(750,root,root) %dir %_localstatedir/log/%name/
 %dir %_sysconfdir/sssd/
 %config(noreplace) %_sysconfdir/sssd/sssd.conf
@@ -490,6 +538,9 @@
 %dir %_datadir/%name/sssd.api.d/
 %_datadir/%name/sssd.api.d/sssd-ad.conf
 %_mandir/man5/sssd-ad.5*
+%dir %_mandir/??/
+%dir %_mandir/??/man5/
+%_mandir/??/man5/sssd-ad.5*
 
 %files dbus
 %defattr(-,root,root)
@@ -510,6 +561,9 @@
 %dir %_datadir/%name/sssd.api.d
 %_datadir/%name/sssd.api.d/sssd-ipa.conf
 %_mandir/man5/sssd-ipa.5*
+%dir %_mandir/??/
+%dir %_mandir/??/man5/
+%_mandir/??/man5/sssd-ipa.5*
 
 %files krb5
 %defattr(-,root,root)
@@ -599,6 +653,8 @@
 %defattr(-,root,root)
 %_libdir/libnfsidmap/
 %_mandir/man5/sss_rpcidmapd.5*
+%dir %_mandir/??/man5/
+%_mandir/??/man5/sss_rpcidmapd.5*
 
 %files -n libsss_idmap0
 %defattr(-,root,root)
@@ -633,17 +689,47 @@
 %files -n python-ipa_hbac
 %defattr(-,root,root)
 %dir %python_sitearch
+%python_sitearch/_py2hbac.so
 %python_sitearch/pyhbac.so
 
+%files -n python3-ipa_hbac
+%defattr(-,root,root)
+%dir %python3_sitearch
+%python3_sitearch/_py3hbac.so
+%python3_sitearch/pyhbac.so
+
+%files -n python-sss-murmur
+%defattr(-,root,root)
+%python_sitearch/_py2sss_murmur.so
+%python_sitearch/pysss_murmur.so
+
+%files -n python3-sss-murmur
+%defattr(-,root,root)
+%python3_sitearch/_py3sss_murmur.so
+%python3_sitearch/pysss_murmur.so
+
 %files -n python-sss_nss_idmap
 %defattr(-,root,root)
 %dir %python_sitearch
+%python_sitearch/_py2sss_nss_idmap.so
 %python_sitearch/pysss_nss_idmap.so
 
+%files -n python3-sss_nss_idmap
+%defattr(-,root,root)
+%dir %python3_sitearch
+%python3_sitearch/_py3sss_nss_idmap.so
+%python3_sitearch/pysss_nss_idmap.so
+
 %files -n python-sssd-config
 %defattr(-,root,root)
+%python_sitearch/_py2sss.so
 %python_sitearch/pysss.so
-%python_sitearch/pysss_murmur.so
 %python_sitelib/SSSDConfig*
 
+%files -n python3-sssd-config
+%defattr(-,root,root)
+%python3_sitearch/_py3sss.so
+%python3_sitearch/pysss.so
+%python3_sitelib/SSSDConfig*
+
 %changelog

++++++ sssd-1.12.5.tar.gz -> sssd-1.13.0.tar.gz ++++++
++++ 179582 lines of diff (skipped)


Reply via email to