[python-httplib2/epel7] Initial build for epel7. Disable python3 for now.

Kevin Fenzi kevin at fedoraproject.org
Wed Jan 29 17:11:24 UTC 2014


commit 7ece0141c40bee56677a1e232bf7696f157708b3
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Jan 29 10:11:50 2014 -0700

    Initial build for epel7. Disable python3 for now.

 python-httplib2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-httplib2.spec b/python-httplib2.spec
index c420062..c0a24b3 100644
--- a/python-httplib2.spec
+++ b/python-httplib2.spec
@@ -1,7 +1,7 @@
 %if 0%{?fedora} >= 13
 %global with_python3 1
 %else
-%if 0%{?rhel} >= 7
+%if 0%{?rhel} >= 8
 %global with_python3 1
 %endif
 %endif
@@ -10,7 +10,7 @@
 
 Name:           python-httplib2
 Version:        0.7.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A comprehensive HTTP client library
 Group:          System Environment/Libraries
 License:        MIT
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Wed Jan 29 2014 Kevin Fenzi <kevin at scrye.com> 0.7.7-3
+- Initial build for epel7. Disable python3 for now. 
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list