public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: Clean up requires
Date: Mon, 10 Aug 2026 21:43:33 GMT	[thread overview]
Message-ID: <178639821319.1.11373382655972269015.rpms-rpkg-1e6496e67e7a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : 1e6496e67e7a0df08a09b8c781e7c921d6e75164
            Author : Lubomír Sedlář <lsedlar@redhat.com>
            Date   : 2016-09-06T12:16:52+02:00
            Stats  : +3/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/1e6496e67e7a0df08a09b8c781e7c921d6e75164?branch=1.70-1

            Log:
            Clean up requires

Actually, python-hashlib is provided by python even on EPEL 6, so we
don't have to mention it anywhere. The rpkg main package does not need
to depend on python-osbs, only pyrpkg does.

---
diff --git a/rpkg.spec b/rpkg.spec
index e954a2d..1ff2cc8 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.46
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -13,7 +13,6 @@ Source0:        https://pagure.io/releases/rpkg/rpkg-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       pyrpkg >= %{version}-%{release}
-Requires:       python-osbs
 
 # Use this to force plugins to update
 Conflicts:      fedpkg <= 1.7
@@ -29,7 +28,6 @@ BuildRequires:  python-osbs
 
 %if 0%{?rhel} && 0%{?rhel} < 7
 BuildRequires:  python-argparse
-BuildRequires:  python-hashlib
 %endif
 
 %description
@@ -48,7 +46,6 @@ Requires:       python-six >= 1.9.0
 
 %if 0%{?rhel} && 0%{?rhel} < 7
 Requires:       python-argparse
-Requires:       python-hashlib
 %endif
 
 BuildRequires:  python-six >= 1.9.0
@@ -93,6 +90,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 06 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.46-4
+- Update dependencies for python-argparse and python-hashlib
 
 * Thu Aug 25 2016 Chenxiong Qi <cqi@redhat.com> - 1.46-3
 - python-six-1.9.0 is the minimum version rpkg depends

                 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=178639821319.1.11373382655972269015.rpms-rpkg-1e6496e67e7a@fedoraproject.org \
    --to=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