[sssd/f19] New upstream release 1.11.2

Jakub Hrozek jhrozek at fedoraproject.org
Thu Oct 31 15:54:37 UTC 2013


commit a8c0fcfcc25535b5b2a191a904035fb8559ee801
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                                          |   13 +-
 7 files changed, 9 insertions(+), 780 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 20fa8af..7bf5b08 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -7,8 +7,8 @@
 %global ldb_version 1.1.16
 
 Name: sssd
-Version: 1.11.1
-Release: 4%{?dist}
+Version: 1.11.2
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -17,10 +17,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
 
 ### Dependencies ###
 Requires: sssd-common = %{version}-%{release}
@@ -706,6 +702,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-4
 - Fix potential crash with external groups in trusted IPA-AD setup
 


More information about the scm-commits mailing list