From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] sssd: Update to 1.14.1 Date: Mon, 19 Sep 2016 10:56:42 +0000 Message-ID: <1474282602-9973-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6311900983904273929==" List-Id: --===============6311900983904273929== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - The IPA provider now supports logins with enterprise principals - When a user name is overriden in an IPA domain, resolving a group these use= rs are a member of now returns the overriden user names - Users can be looked up by and log in with their e-mail address as an identi= fier. - A new ad_enabled_domains option was added. - The sssctl tool has two new commands active-server and servers that allow t= he administrator to observe the server that SSSD is bound to and the servers t= hat SSSD autodiscovered For full changelog see https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14= .1 Signed-off-by: Stefan Schantl Signed-off-by: Alexander Marx --- sssd/sssd.nm | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/sssd/sssd.nm b/sssd/sssd.nm index 2f4c6ad..de78e07 100644 --- a/sssd/sssd.nm +++ b/sssd/sssd.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D sssd -version =3D 1.9.4 -release =3D 2 +version =3D 1.14.1 +release =3D 1 =20 groups =3D System/Tools url =3D http://fedorahosted.org/sssd/ @@ -22,29 +22,46 @@ end source_dl =3D https://fedorahosted.org/released/sssd/ =20 build + # The system security services daemon and many tools requires + # an rpath to run properly. Disable the macro for fixing these rpath's. + MACRO_FIX_LIBTOOL =3D # Do nothing. + requires /usr/bin/nsupdate + autoconf + automake c-ares-devel + cifs-utils-devel >=3D 6.6 cyrus-sasl-devel dbus-devel + ding-libs-devel >=3D 0.6.0 docbook-xsl + gettext-devel glib2-devel krb5-devel >=3D 1.10.3 libcollection-devel libdhash-devel libini_config-devel libldb-devel - libnl-devel + libnl3-devel + libnfsidmap-devel libsemanage-devel libtalloc-devel libtdb-devel libtevent-devel + libtool openldap-devel openssl-devel pam-devel >=3D 1.1.6 pcre-devel popt-devel - python-devel + python3-devel + samba-devel >=3D 4.0.5 + systemd-devel + end + + prepare_cmds + autoreconf -vfi end =20 configure_options +=3D \ @@ -60,7 +77,13 @@ build --with-systemdunitdir=3D%{unitdir} \ --enable-pammoddir=3D%{libdir}/security \ --disable-static \ - --disable-rpath + --disable-rpath \ + --disable-config-lib \ + --without-secrets + + test + make check + end =20 install_cmds # Install default config file. @@ -72,6 +95,14 @@ build end end =20 +quality-agent + whitelist_rpath + %{libdir}/sssd + %{libdir}:%{libdir}/sssd + %{libdir}/sssd:%{libdir} + end +end + packages package %{name} groups +=3D Base --=20 2.6.3 --===============6311900983904273929==--