public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-api-python-client] epel10: Fix build when python3 is disabled.
@ 2026-07-21 20:26 Alfredo Moralejo
  0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 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 : 57959b2623894aad8433007ae64102160eef4cda
Author : Alfredo Moralejo <amoralej@redhat.com>
Date   : 2018-07-20T16:40:11+02:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/google-api-python-client/c/57959b2623894aad8433007ae64102160eef4cda?branch=epel10

Log:
Fix build when python3 is disabled.

---
diff --git a/google-api-python-client.spec b/google-api-python-client.spec
index 23c8b87..4200d75 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.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 License:        ASL 2.0
 URL:            http://github.com/google/%{name}/
@@ -108,14 +108,19 @@ done
 %{python2_sitelib}/googleapiclient
 %{python2_sitelib}/google_api_python_client-%{version}-py?.?.egg-info
 
+%if 0%{?with_python3}
 %files -n python3-%{srcname}
 %license LICENSE 
 %doc CHANGELOG
 %{python3_sitelib}/apiclient
 %{python3_sitelib}/googleapiclient
 %{python3_sitelib}/google_api_python_client-%{version}-py?.?.egg-info
+%endif
 
 %changelog
+* Fri Jul 20 2018 Alfredo Moralejo <amoralej@redhat.com> - 1.6.7-4
+- Fix build when disabling python3.
+
 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
 

^ 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 build when python3 is disabled Alfredo Moralejo

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