From b14bf2124998312d98795c7f3972798a9acae4b7 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 12 Sep 2016 17:19:45 +0000 Subject: [PATCH] sssd: Update to 1.14.1 Many Bugfixes and new options. See https://fedorahosted.org/sssd/wiki/Releases/Notes-1.14.1 for changelog Signed-off-by: Alexander Marx --- sssd/sssd.nm | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/sssd/sssd.nm b/sssd/sssd.nm index 2f4c6ad0f..0b83d6980 100644 --- a/sssd/sssd.nm +++ b/sssd/sssd.nm @@ -4,8 +4,8 @@ ############################################################################### name = sssd -version = 1.9.4 -release = 2 +version = 1.14.1 +release = 1 groups = System/Tools url = http://fedorahosted.org/sssd/ @@ -25,8 +25,11 @@ build requires /usr/bin/nsupdate c-ares-devel + chrpath + cifs-utils-devel >= 6.6 cyrus-sasl-devel dbus-devel + ding-libs-devel >= 0.6.0 docbook-xsl glib2-devel krb5-devel >= 1.10.3 @@ -35,6 +38,7 @@ build libini_config-devel libldb-devel libnl-devel + libnfsidmap-devel libsemanage-devel libtalloc-devel libtdb-devel @@ -44,7 +48,9 @@ build pam-devel >= 1.1.6 pcre-devel popt-devel - python-devel + python3-devel + samba-devel >= 4.0.5 + systemd-devel end configure_options += \ @@ -60,13 +66,19 @@ build --with-systemdunitdir=%{unitdir} \ --enable-pammoddir=%{libdir}/security \ --disable-static \ - --disable-rpath + --disable-rpath \ + --disable-config-lib \ + --without-secrets install_cmds # Install default config file. install -m 600 %{DIR_SOURCE}/sssd.conf \ %{BUILDROOT}%{sysconfdir}/sssd/sssd.conf + # Remove rpath. + chrpath --delete %{BUILDROOT}/usr/lib/sssd/sssd_pac + chrpath --delete %{BUILDROOT}/usr/lib/sssd/gpo_child + # Remove old sysVinit stuff. rm -rvf %{BUILDROOT}%{sysconfdir}/rc.d end -- 2.39.2