public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alfredo Moralejo <amoralej@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/google-api-python-client] epel10: Fix build when python3 is disabled.
Date: Tue, 21 Jul 2026 20:26:57 GMT [thread overview]
Message-ID: <178466561766.1.16101944894289902341.rpms-google-api-python-client-57959b262389@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-21 20:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178466561766.1.16101944894289902341.rpms-google-api-python-client-57959b262389@fedoraproject.org \
--to=amoralej@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox