[git-review/f20] Add Requires: python-requests

Pete Zaitcev zaitcev at fedoraproject.org
Wed Nov 12 01:03:17 UTC 2014


commit 05b4cb17067aaccfe082fc95118f87ccae914901
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Tue Nov 11 14:49:21 2014 -0700

    Add Requires: python-requests
    
    Resolves: rhbz#1162709

 git-review.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/git-review.spec b/git-review.spec
index 21f2ffa..a6c000f 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
 Version:	1.24
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A Git helper for integration with Gerrit
 
 Group:		Development/Tools
@@ -15,6 +15,7 @@ BuildRequires:	python-pbr
 BuildRequires:	python-setuptools
 
 Requires:	git
+Requires:	python-requests
 
 %description
 An extension for source control system Git that creates and manages review
@@ -57,6 +58,9 @@ rm -rf %{buildroot}
 %doc README.rst
 
 %changelog
+* Tue Nov 11 2014 Pete Zaitcev <zaitcev at redhat.com> - 1.24-2
+- Require python-requests (#1162709)
+
 * Wed Oct 29 2014 Pete Zaitcev <zaitcev at redhat.com> - 1.24-1
 - Upstream 1.24: better deal w/ proxies, https; bugfixes (e.g. unicode crash)
 - Checking for updates is out, other configuration options are in


More information about the scm-commits mailing list