[django-followit] Add requires on Django

Rahul Sundaram sundaram at fedoraproject.org
Mon Jul 18 03:51:31 UTC 2011


commit 1ec11b2a78d7d1b0e9cdcd526b9619b816c2766d
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Jul 18 09:17:23 2011 +0530

    Add requires on Django

 django-followit.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/django-followit.spec b/django-followit.spec
index a3d95d4..17cfe47 100644
--- a/django-followit.spec
+++ b/django-followit.spec
@@ -2,7 +2,7 @@
 
 Name:           django-%{srcname}
 Version:        0.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A django app that allows users to follow django model objects
 
 Group:          Development/Libraries
@@ -10,10 +10,13 @@ License:        BSD
 URL:            https://github.com/ASKBOT/%{name}
 
 Source0:        http://pypi.python.org/packages/source/f/%{srcname}/%{srcname}-%{version}.tar.gz
+
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
+Requires:       Django
+
 %description
 The django-followit django app allows to easily set up a
 capability for the site users to follow various things on the site,
@@ -34,5 +37,8 @@ represented by django model objects.
 %doc %{srcname}/LICENSE PKG-INFO
 
 %changelog
+* Mon Jul 18 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.0.2-2
+- Add requires on Django
+
 * Mon Jul 18 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 0.0.2-1
 - initial spec


More information about the scm-commits mailing list