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: Refine BuildRequires
Date: Mon, 10 Aug 2026 21:43:53 GMT [thread overview]
Message-ID: <178639823358.1.11096950166289175149.rpms-rpkg-c21bb4e0e511@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : c21bb4e0e5117d78093155a88a2c1803fdb51714
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2018-04-16T18:46:55+08:00
Stats : +6/-7 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/c21bb4e0e5117d78093155a88a2c1803fdb51714?branch=1.70-1
Log:
Refine BuildRequires
python-rpmfluff is removed as no test depends on it anymore.
rhel<7 requires python-mock, otherwise python2-mock is required. This
would be convenient for building internally, where only python-mock is
available for el6.
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
diff --git a/rpkg.spec b/rpkg.spec
index 4735c52..bebdc65 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -41,30 +41,29 @@ BuildRequires: python2-devel
BuildRequires: python2-koji
BuildRequires: python2-cccolutils
BuildRequires: python2-openidc-client
-BuildRequires: python2-mock
%if 0%{?rhel}
BuildRequires: GitPython
BuildRequires: python-pycurl
-BuildRequires: python-rpmfluff
-BuildRequires: python-six >= 1.9.0
BuildRequires: python-requests
+BuildRequires: python-six >= 1.9.0
%else
BuildRequires: python2-GitPython
BuildRequires: python2-pycurl
-BuildRequires: python2-rpmfluff
-BuildRequires: python2-six >= 1.9.0
BuildRequires: python2-requests
+BuildRequires: python2-six >= 1.9.0
%endif
%if 0%{?rhel} && 0%{?rhel} < 7
-BuildRequires: python-setuptools
BuildRequires: python-argparse
+BuildRequires: python-mock
BuildRequires: python-nose
+BuildRequires: python-setuptools
BuildRequires: python-unittest2
%else
-BuildRequires: python2-setuptools
+BuildRequires: python2-mock
BuildRequires: python2-nose
+BuildRequires: python2-setuptools
%endif
BuildRequires: rpmlint
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=178639823358.1.11096950166289175149.rpms-rpkg-c21bb4e0e511@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