[sssd] New upstream release 1.11.2

Jakub Hrozek jhrozek at fedoraproject.org
Wed Oct 30 23:34:30 UTC 2013


commit 4dcc16e6e61eb9a45069a62ecb15d7b2f5cfd962
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Thu Oct 31 00:33:55 2013 +0100

    New upstream release 1.11.2
    
    - Remove upstreamed patches
    - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.2

 .gitignore                                         |    1 +
 ...move-ability-to-create-public-directories.patch |  284 -------------
 0002-krb5-Fix-unit-tests.patch                     |  432 --------------------
 ...erly-intitialize-GC-from-ad_server-option.patch |   25 --
 ...erver-mode-properly-initialize-ext_groups.patch |   32 --
 sources                                            |    2 +-
 sssd.spec                                          |   15 +-
 7 files changed, 9 insertions(+), 782 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c16bea9..ca6b1cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.11.0beta2.tar.gz
 /sssd-1.11.0.tar.gz
 /sssd-1.11.1.tar.gz
+/sssd-1.11.2.tar.gz
diff --git a/sources b/sources
index 514253b..479c9d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-507a6b8dd5e18b3b604989fe26ce19b0  sssd-1.11.1.tar.gz
+b22b43cfab8e52961e1e8b2f6d9c403b  sssd-1.11.2.tar.gz
diff --git a/sssd.spec b/sssd.spec
index d269c88..de5889a 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -13,8 +13,8 @@
 %global ldb_version 1.1.16
 
 Name: sssd
-Version: 1.11.1
-Release: 5%{?dist}
+Version: 1.11.2
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -23,12 +23,6 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch0001: 0001-krb5-Remove-ability-to-create-public-directories.patch
-Patch0002: 0002-krb5-Fix-unit-tests.patch
-Patch0003: 0003-AD-properly-intitialize-GC-from-ad_server-option.patch
-Patch0004: 0004-IPA-server-mode-properly-initialize-ext_groups.patch
-
-Patch0601:  0601-FEDORA-LDAP-handle-SID-requests-if-noexist_delete-is-set.patch
 Patch0602:  0602-FEDORA-Add-CIFS-idmap-plugin.patch
 
 ### Dependencies ###
@@ -736,6 +730,11 @@ fi
 %postun -n libsss_idmap -p /sbin/ldconfig
 
 %changelog
+* Wed Oct 30 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.11.2-1
+- New upstream release 1.11.2
+- Remove upstreamed patches
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.2
+
 * Wed Oct 16 2013 Sumit Bose <sbose at redhat.com> - 1.11.1-5
 - Fix potential crash with external groups in trusted IPA-AD setup
 


More information about the scm-commits mailing list