[sssd] New upstream release 1.5.3 Support for libldb >= 1.0.0

Stephen Gallagher sgallagh at fedoraproject.org
Fri Mar 11 19:23:04 UTC 2011


commit 53637a07d346ed8ca1ef9ca7174112c42c3788f1
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Mar 11 13:50:22 2011 -0500

    New upstream release 1.5.3
    Support for libldb >= 1.0.0

 .gitignore                                         |    1 +
 ...ule-registration-with-newer-LDB-libraries.patch |   62 -------------
 FED02-Make-make-check-look-nice-again.patch        |   95 --------------------
 sources                                            |    2 +-
 sssd.spec                                          |   13 ++--
 5 files changed, 8 insertions(+), 165 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00a65de..63d7b92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.5.0.tar.gz
 /sssd-1.5.1.tar.gz
 /sssd-1.5.2.tar.gz
+/sssd-1.5.3.tar.gz
diff --git a/sources b/sources
index 7e6b72f..275db16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e0fafc8a8a1d4219060d7218f93b24b  sssd-1.5.2.tar.gz
+0d1c73ef2cc60e44098410f20818dc1c  sssd-1.5.3.tar.gz
diff --git a/sssd.spec b/sssd.spec
index acffd16..799ddee 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name: sssd
-Version: 1.5.2
+Version: 1.5.3
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -14,8 +14,6 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch1001: FED01-Fix-module-registration-with-newer-LDB-libraries.patch
-Patch1002: FED02-Make-make-check-look-nice-again.patch
 
 ### Dependencies ###
 
@@ -52,7 +50,7 @@ BuildRequires: libtevent-devel
 BuildRequires: libtdb-devel
 BuildRequires: libldb-devel
 %if 0%{?fedora} >= 15
-BuildRequires: libldb-devel >= 1.0.0
+BuildRequires: libldb-devel = 1.0.2
 %endif
 BuildRequires: libdhash-devel >= 0.4.2
 BuildRequires: libcollection-devel
@@ -112,9 +110,6 @@ use with ldap_default_authtok_type = obfuscated_password.
 %prep
 %setup -q
 
-%patch1001 -p1
-%patch1002 -p1
-
 %build
 autoreconf -ivf
 %configure \
@@ -274,6 +269,10 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Fri Mar 11 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.3-1
+- New upstream release 1.5.3
+- Support for libldb >= 1.0.0
+
 * Thu Mar 10 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.2-1
 - New upstream release 1.5.2
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.2


More information about the scm-commits mailing list