[git-review/el6] Add Requires: python-argparse

Pete Zaitcev zaitcev at fedoraproject.org
Thu Aug 2 19:31:56 UTC 2012


commit 9de709c220af576e0858211579f4742c35c6754a
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Thu Aug 2 13:30:58 2012 -0600

    Add Requires: python-argparse
    
    The RPM builds and installs fine, but tracebacks on start without.

 git-review.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/git-review.spec b/git-review.spec
index b1f2b46..60567dc 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
 Version:	1.17
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A git helper for integration with Gerrit
 
 Group:		Development/Tools
@@ -17,6 +17,7 @@ BuildRequires:	python2-devel
 BuildRequires:	python-setuptools
 
 Requires:	git
+Requires:	python-argparse
 
 %description
 An extension for source control system git that creates and manages review
@@ -57,6 +58,10 @@ rm -rf %{buildroot}
 %doc README.md
 
 %changelog
+* Thu Aug 2 2012 Pete Zaitcev <zaitcev at redhat.com>
+- 1.17-2
+- Add Requires: python-argparse for el6 per Trond Amundsen, bz#840826
+
 * Thu Jun 28 2012 Pete Zaitcev <zaitcev at redhat.com>
 - 1.17-1
 - Upstream 1.17: refs/publish, no ssh -Y, adapt to newer git so -d works


More information about the scm-commits mailing list