[python-sleekxmpp] Add python-pyasn1{,-modules} to Requires

Jamie Nguyen jamielinux at fedoraproject.org
Sun Mar 10 21:51:53 UTC 2013


commit f2d2173b30b9397d83234cae225ca68858c45977
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Mar 10 21:51:03 2013 +0000

    Add python-pyasn1{,-modules} to Requires

 python-sleekxmpp.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-sleekxmpp.spec b/python-sleekxmpp.spec
index c2125d7..563d34a 100644
--- a/python-sleekxmpp.spec
+++ b/python-sleekxmpp.spec
@@ -1,6 +1,6 @@
 Name:		python-sleekxmpp
 Version:	1.1.11
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Flexible XMPP client/component/server library for Python
 
 Group:		Development/Languages
@@ -16,7 +16,8 @@ BuildRequires:	python3-devel
 BuildRequires:  gnupg
 
 Requires:	python-dns
-
+Requires:   python-pyasn1
+Requires:   python-pyasn1-modules
 
 %description
 SleekXMPP is a flexible XMPP library for python that allows
@@ -80,6 +81,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 10 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.11-2
+- add python-pyasn1 and python-pyasn1-modules to Requires
+
 * Sat Feb 16 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.11-1
 - update to upstream release 1.1.11
 - add python3-dns to BuildRequires for python3-sleekxmpp subpackage


More information about the scm-commits mailing list