zaitcev pushed to git-review (epel7). "Add setuptools for pkg_resources (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 24 22:29:55 UTC 2015


>From 30e1d2af786d467f1dacdf40e2ebffc9a82d2a64 Mon Sep 17 00:00:00 2001
From: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date: Fri, 24 Apr 2015 13:45:27 -0600
Subject: Add setuptools for pkg_resources

Not just BuildRequires in our case, but Requires too.

Resolves: bz#1214040

diff --git a/git-review.conf b/git-review.conf
index c247631..0c60d2b 100644
--- a/git-review.conf
+++ b/git-review.conf
@@ -1,2 +1,8 @@
-[updates]
-check=off
+[DEFAULT]
+# scheme=
+# hostname=
+# port=
+# project=
+# defaultbranch=
+# defaultremote=
+# defaultrebase=
diff --git a/git-review.spec b/git-review.spec
index bce07ef..b95cfec 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
 Version:	1.24
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A Git helper for integration with Gerrit
 
 Group:		Development/Tools
@@ -18,6 +18,7 @@ BuildRequires:	python-setuptools
 
 Requires:	git
 Requires:	python-requests
+Requires:	python-setuptools
 
 %description
 An extension for source control system Git that creates and manages review
@@ -63,6 +64,9 @@ rm -rf %{buildroot}
 %doc README.rst
 
 %changelog
+* Fri Apr 24 2015 Pete Zaitcev <zaitcev at redhat.com> - 1.24-5
+- Add runtime requirement for setuptools to provide pkg_resources (#1214040)
+
 * Fri Mar 06 2015 Pete Zaitcev <zaitcev at redhat.com> - 1.24-4
 - Catch internal exceptions properly, avoid tripping abrtd (#1188913)
 - Rebuilt for EPEL 7
@@ -81,6 +85,9 @@ rm -rf %{buildroot}
 - 1.22-3
 - Rebuilt for EPEL 7
 
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Fri Aug 09 2013 Pete Zaitcev <zaitcev at redhat.com>
 - 1.22-1
 - Upstream 1.22: per-user configurations, tweaks to gerrit branch search
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/git-review.git/commit/?h=epel7&id=30e1d2af786d467f1dacdf40e2ebffc9a82d2a64


More information about the scm-commits mailing list