public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Use python-krbV in EPEL
@ 2026-08-10 21:43 Chenxiong Qi
0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : 9b751055ec9e5e17155d204bda059849e42192b2
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2016-11-14T10:54:07+08:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/9b751055ec9e5e17155d204bda059849e42192b2?branch=1.70-1
Log:
Use python-krbV in EPEL
rpkg is moving to Python 3 compatiblity and now is using python-gssapi to
detect whether there is valid tickets in credential ccache. However,
python-gssapi is still not available in EPEL for RHEL. So, packages for RHEL
has to use old python-krbV for a while.
Request of making python-gssapi available in EPEL is created. Once it's done,
this change can be reverted.
---
diff --git a/rpkg.spec b/rpkg.spec
index 43fea5b..ec39c7e 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -50,6 +50,12 @@ Requires: python-six >= 1.9.0
Requires: python-argparse
%endif
+%if 0%{?rhel}
+Requires: python-krbV
+%else
+Requires: python-gssapi
+%endif
+
BuildRequires: python-six >= 1.9.0
%description -n pyrpkg
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: Use python-krbV in EPEL Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox