public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Use python-krbV in EPEL
Date: Mon, 10 Aug 2026 21:43:34 GMT [thread overview]
Message-ID: <178639821459.1.14232021422458626195.rpms-rpkg-9b751055ec9e@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 21:43 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=178639821459.1.14232021422458626195.rpms-rpkg-9b751055ec9e@fedoraproject.org \
--to=cqi@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