rpms/trac-git-plugin/F-7 trac-git-plugin.spec,1.1,1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Jul 6 03:23:01 UTC 2007


Author: jkeating

Update of /cvs/pkgs/rpms/trac-git-plugin/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3168/F-7

Modified Files:
	trac-git-plugin.spec 
Log Message:
Forgot we need to require trac and python-setuptools for the egg stuff to work



Index: trac-git-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/F-7/trac-git-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trac-git-plugin.spec	6 Jul 2007 03:02:00 -0000	1.1
+++ trac-git-plugin.spec	6 Jul 2007 03:22:24 -0000	1.2
@@ -5,7 +5,7 @@
 
 Name:           trac-git-plugin
 Version:        0.0.1
-Release:        2.20070705svn%{svnrev}%{?dist}
+Release:        3.20070705svn%{svnrev}%{?dist}
 Summary:        GIT version control plugin for Trac
 
 Group:          Applications/Internet
@@ -20,7 +20,7 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       git-core
+Requires:       git-core, trac, python-setuptools
 
 %description
 This Trac plugin provides support for the GIT SCM.
@@ -54,6 +54,9 @@
 
 
 %changelog
+* Thu Jul 05 2007 Jesse Keating <jkeating at redhat.com> - 0.0.1-3.20070705svn1536
+- Require trac and python-setuptools as well
+
 * Thu Jul 05 2007 Jesse Keating <jkeating at redhat.com> - 0.0.1-2.20070705svn1536
 - Require git-core
 




More information about the fedora-extras-commits mailing list