rpms/sssd/devel sssd.spec,1.36,1.37

Stephen Gallagher sgallagh at fedoraproject.org
Wed Feb 24 20:44:32 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20123

Modified Files:
	sssd.spec 
Log Message:
* Wed Feb 24 2010 Stephen Gallagehr <sgallagh at redhat.com> - 1.0.5-2
- Rebuild against new libtevent



Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/devel/sssd.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sssd.spec	19 Feb 2010 15:39:59 -0000	1.36
+++ sssd.spec	24 Feb 2010 20:44:32 -0000	1.37
@@ -3,7 +3,7 @@
 
 Name: sssd
 Version: 1.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 # The entire source code is GPLv3+ except replace/ which is LGPLv3+
@@ -18,6 +18,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 Requires: libldb >= 0.9.3
 Requires: libtdb >= 1.1.3
+Requires: libtevent >= 0.9.8-7
 Requires: sssd-client = %{version}-%{release}
 Requires: cyrus-sasl-gssapi
 Requires(post): python
@@ -44,7 +45,7 @@ BuildRequires: popt
 BuildRequires: popt-devel
 %endif
 BuildRequires: libtalloc-devel
-BuildRequires: libtevent-devel
+BuildRequires: libtevent-devel >= 0.9.8-7
 BuildRequires: libtdb-devel
 BuildRequires: libldb-devel
 BuildRequires: dbus-devel
@@ -207,6 +208,9 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Wed Feb 24 2010 Stephen Gallagehr <sgallagh at redhat.com> - 1.0.5-2
+- Rebuild against new libtevent
+
 * Fri Feb 19 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.0.5-1
 - Fix licenses in sources and on RPMs
 



More information about the scm-commits mailing list