[sssd] New upstream release 1.12.3

Lukas Slebodnik lslebodn at fedoraproject.org
Thu Jan 8 20:05:48 UTC 2015


commit d747a9c497587eadb1028cc9a9a0ba6e56cb7225
Author: Lukas Slebodnik <lslebodn at redhat.com>
Date:   Thu Jan 8 20:51:31 2015 +0100

    New upstream release 1.12.3
    
    - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.12.3
    - Fix spelling errors in description (fedpkg lint)

 .gitignore                                         |    1 +
 ...ues-with-older-servers-not-supporting-vie.patch |   97 --------
 ...rove-error-reporting-for-extdom-LDAP-exop.patch |   48 ----
 ...ins_handler_master_done-initialize-reply_.patch |   31 ---
 ...PA-Handle-NULL-members-in-process_members.patch |   40 ----
 0005-GPO-Terminate-request-on-error.patch          |   31 ---
 0006-nss-group-enumeration-fix.patch               |   36 ---
 ...ail-the-request-when-BE-doesn-t-find-the-.patch |   53 -----
 ...-use-ipaUserGroup-object-class-for-groups.patch |   35 ---
 ...AM-Remove-authtok-from-PAM-stack-with-OTP.patch |   87 -------
 ...-LDAP-Remove-unused-option-ldap_user_uuid.patch |  176 --------------
 ...LDAP-Remove-unused-option-ldap_group_uuid.patch |  176 --------------
 0012-Fix-uuid-defaults.patch                       |  102 --------
 ...-Change-defaults-for-ldap_user-group_obje.patch |   88 -------
 0014-LDAP-Disable-token-groups-by-default.patch    |   55 -----
 ...Extract-destroying-of-mmap-cache-to-funct.patch |   72 ------
 ...client-Fix-race-condition-in-memory-cache.patch |  243 --------------------
 ...ng-parameter-type-in-sss_parse_name_check.patch |   32 ---
 ...l-case-PCRE_ERROR_NOMATCH-in-sss_parse_na.patch |   88 -------
 ..._get_domain_name-regex-mismatch-not-fatal.patch |   41 ----
 ...SBUS-Initialize-DBusError-before-using-it.patch |   32 ---
 ...e-KRB5KRB_ERR_GENERIC-as-unspecific-error.patch |   54 -----
 ...dle-IPA-groups-returned-from-extop-plugin.patch |   37 ---
 ...group-memberships-of-trusted-domain-users.patch |  215 -----------------
 ...erly-handle-groups-from-different-domains.patch |   51 ----
 ...-IPA-do-not-try-to-add-override-gid-twice.patch |   42 ----
 ...-GID-overrides-for-MPG-domains-on-clients.patch |   62 -----
 ...libwbclient-initialize-some-return-values.patch |  101 --------
 sources                                            |    2 +-
 sssd.spec                                          |   46 +---
 30 files changed, 15 insertions(+), 2159 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 131a319..8e57730 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.12.0.tar.gz
 /sssd-1.12.1.tar.gz
 /sssd-1.12.2.tar.gz
+/sssd-1.12.3.tar.gz
diff --git a/sources b/sources
index 0197ade..dab3c57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46d445ac060782027098eb6d572e4f13  sssd-1.12.2.tar.gz
+b891c263819a1dde062d7065448a4d58  sssd-1.12.3.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 8bff45a..1ee2e1e 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -24,8 +24,8 @@
 %endif
 
 Name: sssd
-Version: 1.12.2
-Release: 8%{?dist}
+Version: 1.12.3
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -34,33 +34,6 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch0001: 0001-ipa-fix-issues-with-older-servers-not-supporting-vie.patch
-Patch0002: 0002-ipa-improve-error-reporting-for-extdom-LDAP-exop.patch
-Patch0003: 0003-ipa_subdomains_handler_master_done-initialize-reply_.patch
-Patch0004: 0004-IPA-Handle-NULL-members-in-process_members.patch
-Patch0005: 0005-GPO-Terminate-request-on-error.patch
-Patch0006: 0006-nss-group-enumeration-fix.patch
-Patch0007: 0007-IPA-Don-t-fail-the-request-when-BE-doesn-t-find-the-.patch
-Patch0008: 0008-IPA-use-ipaUserGroup-object-class-for-groups.patch
-Patch0009: 0009-PAM-Remove-authtok-from-PAM-stack-with-OTP.patch
-Patch0010: 0010-Revert-LDAP-Remove-unused-option-ldap_user_uuid.patch
-Patch0011: 0011-Revert-LDAP-Remove-unused-option-ldap_group_uuid.patch
-Patch0012: 0012-Fix-uuid-defaults.patch
-Patch0013: 0013-Revert-LDAP-Change-defaults-for-ldap_user-group_obje.patch
-Patch0014: 0014-LDAP-Disable-token-groups-by-default.patch
-Patch0015: 0015-sss_client-Extract-destroying-of-mmap-cache-to-funct.patch
-Patch0016: 0016-sss_client-Fix-race-condition-in-memory-cache.patch
-Patch0017: 0017-test-Wrong-parameter-type-in-sss_parse_name_check.patch
-Patch0018: 0018-util-Special-case-PCRE_ERROR_NOMATCH-in-sss_parse_na.patch
-Patch0019: 0019-util-sss_get_domain_name-regex-mismatch-not-fatal.patch
-Patch0020: 0020-SBUS-Initialize-DBusError-before-using-it.patch
-Patch0021: 0021-krb5-handle-KRB5KRB_ERR_GENERIC-as-unspecific-error.patch
-Patch0022: 0022-IPA-Handle-IPA-groups-returned-from-extop-plugin.patch
-Patch0023: 0023-IPA-verify-group-memberships-of-trusted-domain-users.patch
-Patch0024: 0024-IPA-properly-handle-groups-from-different-domains.patch
-Patch0025: 0025-IPA-do-not-try-to-add-override-gid-twice.patch
-Patch0026: 0026-IPA-handle-GID-overrides-for-MPG-domains-on-clients.patch
-PAtch0027: 0027-libwbclient-initialize-some-return-values.patch
 
 ### Dependencies ###
 Requires: sssd-common = %{version}-%{release}
@@ -144,11 +117,11 @@ BuildRequires: libnfsidmap-devel
 %description
 Provides a set of daemons to manage access to remote directories and
 authentication mechanisms. It provides an NSS and PAM interface toward
-the system and a pluggable backend system to connect to multiple different
+the system and a plug-gable back-end system to connect to multiple different
 account sources. It is also the basis to provide client auditing and policy
 services for projects like FreeIPA.
 
-The sssd subpackage is a meta-package that contains the deamon as well as all
+The sssd sub-package is a meta-package that contains the daemon as well as all
 the existing back ends.
 
 %package common
@@ -185,7 +158,7 @@ Obsoletes: libsss_autofs <= 1.10.0-7%{?dist}.beta1
 %description common
 Common files for the SSSD. The common package includes all the files needed
 to run a particular back end, however, the back ends are packaged in separate
-subpackages such as sssd-ldap.
+sub-packages such as sssd-ldap.
 
 %package client
 Summary: SSSD Client libraries for NSS and PAM
@@ -488,7 +461,7 @@ make %{?_smp_mflags} all docs
 
 %check
 export CK_TIMEOUT_MULTIPLIER=10
-make %{?_smp_mflags} check
+make %{?_smp_mflags} check VERBOSE=yes
 unset CK_TIMEOUT_MULTIPLIER
 
 %install
@@ -621,6 +594,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/libsss_debug.so
 %{_libdir}/%{name}/libsss_ldap_common.so
 %{_libdir}/%{name}/libsss_util.so
+%{_libdir}/%{name}/libsss_semanage.so
 
 # 3rd party application libraries
 %{_libdir}/sssd/modules/libsss_autofs.so
@@ -693,6 +667,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 %attr(755,root,root) %dir %{pubconfpath}/krb5.include.d
 %{_libdir}/%{name}/libsss_ipa.so
+%{_libexecdir}/%{servicename}/selinux_child
 %{_mandir}/man5/sssd-ipa.5*
 
 %files ad -f sssd_ad.lang
@@ -905,6 +880,11 @@ if [ $1 -eq 0 ]; then
 fi
 
 %changelog
+* Thu Jan 08 2015 Lukas Slebodnik <lslebodn at redhat.com> - 1.12.3-1
+- New upstream release 1.12.3
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.12.3
+- Fix spelling errors in description (fedpkg lint)
+
 * Tue Jan  6 2015 Lukas Slebodnik <lslebodn at redhat.com> - 1.12.2-8
 - Rebuild for libldb 1.1.19
 


More information about the scm-commits mailing list