public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Depend on python-osbs directly
@ 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 : 6f6256c37f61904c301f678d46220334b183667b
Author : Lubomír Sedlář <lsedlar@redhat.com>
Date   : 2016-03-14T16:15:23+01:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rpkg/c/6f6256c37f61904c301f678d46220334b183667b?branch=1.70-1

Log:
Depend on python-osbs directly

---
diff --git a/rpkg.spec b/rpkg.spec
index 7f976fc..f0f0825 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           rpkg
 Version:        1.41
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       python-argparse
 Requires:       pyrpkg >= %{version}-%{release}
-Requires:       osbs
+Requires:       python-osbs
 
 # Use this to force plugins to update
 Conflicts:      fedpkg <= 1.7
@@ -28,7 +28,7 @@ BuildRequires:  python-argparse
 BuildRequires:  python-kitchen
 BuildRequires:  python-nose
 BuildRequires:  python-mock
-BuildRequires:  osbs
+BuildRequires:  python-osbs
 
 %description
 A tool for managing RPM package sources in a git repository.
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 14 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.41-2
+- Depend on python-osbs directly to avoid python3
+
 * Mon Mar 14 2016 Lubomír Sedlář <lubomir.sedlar@gmail.com> - 1.41-1
 - Update upstream URL (lsedlar)
 - Fixes based on lsedlar's feedback (maxamillion)

^ 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: Depend on python-osbs directly 

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