public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: fix wrong place to add dep to python-six
@ 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 : 21e11e3e0fa68c236a1f47587c1f7c22b89ef0b1
Author : Chenxiong Qi <cqi@redhat.com>
Date   : 2016-06-27T23:25:50+08:00
Stats  : +4/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/21e11e3e0fa68c236a1f47587c1f7c22b89ef0b1?branch=1.70-1

Log:
fix wrong place to add dep to python-six

---
diff --git a/rpkg.spec b/rpkg.spec
index b43ef18..0eee480 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.45
-Release:        2
+Release:        2%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -15,7 +15,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python-argparse
 Requires:       pyrpkg >= %{version}-%{release}
 Requires:       python-osbs
-Requires:       python-six
 
 # Use this to force plugins to update
 Conflicts:      fedpkg <= 1.7
@@ -44,6 +43,9 @@ Requires:       rpmlint, mock, curl, openssh-clients, redhat-rpm-config
 Requires:       python-kitchen
 Requires:       python-hashlib
 Requires:       python-osbs
+Requires:       python-six
+
+BuildRequires:  python-six
 
 %description -n pyrpkg
 A python library for managing RPM package sources in a git repository.

^ 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: fix wrong place to add dep to python-six Chenxiong Qi

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