[restauth] add python-mimeparse to BuildRequires

Jan Kaluža jkaluza at fedoraproject.org
Mon Jun 3 16:07:18 UTC 2013


commit 92ae8d7644d4ee3256431cfda729b8cc1c4def47
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Mon Jun 3 18:06:59 2013 +0200

    add python-mimeparse to BuildRequires

 restauth.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/restauth.spec b/restauth.spec
index 62d8cee..790b22b 100644
--- a/restauth.spec
+++ b/restauth.spec
@@ -4,7 +4,7 @@
 
 Name:           restauth
 Version:        0.6.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Web-service providing shared authentication, authorization and preferences
 Group:          Applications/Internet
 License:        GPLv3+
@@ -18,7 +18,7 @@ BuildRequires:  python-sphinx
 BuildRequires:  python-setuptools
 BuildRequires:  python-django
 BuildRequires:  python-restauth-common
-Requires:       python-mimeparse
+BuildRequires:  python-mimeparse
 
 %description
 Lightweight web-service that provides shared authentication, authorization
@@ -88,6 +88,9 @@ find %{buildroot}%{python_sitelib} -type f -a -name "*.py" -print0 | xargs -0 %{
 %doc html
 
 %changelog
+* Mon Jun 03 2013 Jan Kaluza <jkaluza at redhat.com> - 0.6.3-2
+- add python-mimeparse to BuildRequires
+
 * Mon Jun 03 2013 Jan Kaluza <jkaluza at redhat.com> - 0.6.3-1
 - update to upstream version 0.6.3
 


More information about the scm-commits mailing list