public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Clean up requires
@ 2026-08-10 21:43 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : 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

^ 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: Clean up requires 

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