public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-google-auth] epel10: Fix EPEL builds
@ 2026-07-29 22:46 Jason Montleon
  0 siblings, 0 replies; only message in thread
From: Jason Montleon @ 2026-07-29 22:46 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-google-auth
Branch : epel10
Commit : 2fd17e3ee3da2587b2f0af97ad2e524cbdc8e12c
Author : Jason Montleon <jmontleo@redhat.com>
Date   : 2025-11-04T09:49:19-05:00
Stats  : +8/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-google-auth/c/2fd17e3ee3da2587b2f0af97ad2e524cbdc8e12c?branch=epel10

Log:
Fix EPEL builds

---
diff --git a/python-google-auth.spec b/python-google-auth.spec
index 2346874..0a358c0 100644
--- a/python-google-auth.spec
+++ b/python-google-auth.spec
@@ -4,14 +4,20 @@
 %bcond reauth 0
 # Since grpc is a challenging package, it’s helpful to maintain the ability to
 # break this dependency.
-%bcond grpcio 1
 
+%if 0%{?rhel}
+%bcond grpcio 0
+%bcond tests 0
+%else
+%bcond grpcio 1
 %bcond tests 1
+%endif
+
 %bcond pytest_localserver %[ %{undefined el10} && %{undefined el9} ]
 
 Name:           python-google-auth
 Version:        2.42.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          1
 Summary:        Google Authentication Library
 

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

only message in thread, other threads:[~2026-07-29 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 22:46 [rpms/python-google-auth] epel10: Fix EPEL builds Jason Montleon

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