[rabbitvcs/f15] Added python-dulwich as a requirement so the git plugin can work

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Wed Sep 21 15:16:21 UTC 2011


commit 4d8f624ec912c94fff468ec4298117de8b1aa1d7
Author: Juan Rodriguez <nushio at fedoraproject.org>
Date:   Wed Sep 21 10:16:18 2011 -0500

    Added python-dulwich as a requirement so the git plugin can work

 rabbitvcs.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rabbitvcs.spec b/rabbitvcs.spec
index 6d6987e..b50e80d 100644
--- a/rabbitvcs.spec
+++ b/rabbitvcs.spec
@@ -8,7 +8,7 @@
 
 Name:           rabbitvcs  
 Version:        0.14.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Graphical user interface to version control systems
 
 Group:          Development/Languages
@@ -33,6 +33,7 @@ Requires:       meld
 Requires:       pygtk2-libglade
 Requires:       pygtk2
 Requires:       pysvn
+Requires:       python-dulwich
 Requires:       python-configobj
 Requires:       subversion
 
@@ -196,7 +197,10 @@ rm -rf $RPM_BUILD_ROOT
 %files git
 %defattr(-, root, root,-)
 
-%changelog
+%changeloga
+* Wed Sep 21 2011 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.2.1-3
+- Adds a dependency to python-dulwich so the git plugin can work
+
 * Tue Sep 13 2011 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.2.1-2
 - Removes Nautilus dependency on rabbitvcs-core
 


More information about the scm-commits mailing list