public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-api-python-client] epel10: Fix conditionals
@ 2026-07-21 20:26 Nick Bebout
  0 siblings, 0 replies; only message in thread
From: Nick Bebout @ 2026-07-21 20:26 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/google-api-python-client
Branch : epel10
Commit : 640654fe6a71ab41e1022db7f8bb9a2c31a77089
Author : Nick Bebout <nb@fedoraproject.org>
Date   : 2017-08-04T09:58:41-05:00
Stats  : +14/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/google-api-python-client/c/640654fe6a71ab41e1022db7f8bb9a2c31a77089?branch=epel10

Log:
Fix conditionals

---
diff --git a/google-api-python-client.spec b/google-api-python-client.spec
index 06eebc5..097d098 100644
--- a/google-api-python-client.spec
+++ b/google-api-python-client.spec
@@ -10,7 +10,7 @@
 Name:           google-api-python-client
 Summary:        %{sum}
 Version:        1.6.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        ASL 2.0
 URL:            http://github.com/google/%{name}/
@@ -30,12 +30,22 @@ BuildRequires:  python2-setuptools
 BuildRequires:  python-httplib2 >= 0.8
 BuildRequires:  python-oauth2client >= 2.0.0
 BuildRequires:  python2-uritemplate >= 3.0.0
+
+%if 0%{?fedora}
+BuildRequires:  python2-six >= 1.6.1
+%else
 BuildRequires:  python-six >= 1.6.1
+%endif
 
 Requires:       python-httplib2 >= 0.9.2
 Requires:       python2-oauth2client >= 2.0.0
 Requires:       python2-uritemplate >= 3.0.0
+
+%if 0%{?fedora}
 Requires:       python2-six >= 1.6.1
+%else
+Requires:       python-six >= 1.6.1
+%endif
 
 %description -n python2-%{srcname}
 Written by Google, this library provides a small, flexible, and powerful 
@@ -104,6 +114,9 @@ done
 %{python3_sitelib}/google_api_python_client-%{version}-py?.?.egg-info
 
 %changelog
+* Fri Aug 4 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.2-2
+- Fix conditionals for epel
+
 * Tue Aug 1 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.2-1
 - Update to 1.6.2
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 20:26 [rpms/google-api-python-client] epel10: Fix conditionals Nick Bebout

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox