From 930a3f3778eff1168e0449d11d4250aafd4bedd6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 7 Feb 2013 11:49:02 +0100 Subject: [PATCH] Rebuild against new libldb --- sssd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sssd.spec b/sssd.spec index 97581be..a9d90cf 100644 --- a/sssd.spec +++ b/sssd.spec @@ -12,11 +12,11 @@ # Determine the location of the LDB modules directory %global ldb_modulesdir %(pkg-config --variable=modulesdir ldb) -%global ldb_version 1.1.14 +%global ldb_version 1.1.15 Name: sssd Version: 1.9.4 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -526,6 +526,9 @@ fi %postun -n libsss_sudo -p /sbin/ldconfig %changelog +* Thu Feb 07 2013 Jakub Hrozek - 1.9.4-5 +- Rebuild against new libldb + * Mon Feb 04 2013 Jakub Hrozek - 1.9.4-4 - Fix build with new automake versions