[python-pycurl] add missing dep on keyutils-libs

Dennis Gilmore ausil at fedoraproject.org
Mon Dec 20 19:13:06 UTC 2010


commit f95cf629c0116f3431c25210213e88f81648b31f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Dec 20 13:12:46 2010 -0600

    add missing dep on keyutils-libs

 python-pycurl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-pycurl.spec b/python-pycurl.spec
index a081444..b30acfb 100644
--- a/python-pycurl.spec
+++ b/python-pycurl.spec
@@ -2,7 +2,7 @@
 
 Name:           python-pycurl
 Version:        7.19.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A Python interface to libcurl
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@ Source0:        http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
 Patch0:		python-pycurl-no-static-libs.patch
 Patch1:         python-pycurl-fix-do_curl_reset-refcount.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       keyutils-libs
 
 BuildRequires:  python-devel
 BuildRequires:  curl-devel >= 7.19.0
@@ -62,6 +63,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Mon Dec 20 2010 Dennis Gilmore <dennis at ausil.us> - 7.19.0-8
+- add Missing Requires on keyutils-libs
+
 * Tue Aug 17 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.19.0-7
 - Add patch developed by David Malcolm to fix segfaults caused by a missing incref
 


More information about the scm-commits mailing list