public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Obsoletes python2-rpkg after upgrade to Fedora30
@ 2026-08-10 21:44 Ondrej Nosek
  0 siblings, 0 replies; only message in thread
From: Ondrej Nosek @ 2026-08-10 21:44 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rpkg
            Branch : 1.70-1
            Commit : 4bb1c1f192acc6b82c88f86da14bd22de3357c71
            Author : Ondrej Nosek <onosek@redhat.com>
            Date   : 2019-08-01T16:50:01+02:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpkg/c/4bb1c1f192acc6b82c88f86da14bd22de3357c71?branch=1.70-1

            Log:
            Obsoletes python2-rpkg after upgrade to Fedora30

Signed-off-by: Ondrej Nosek <onosek@redhat.com>

---
diff --git a/rpkg.spec b/rpkg.spec
index 53d6976..2b919fd 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -4,7 +4,7 @@
 
 Name:           rpkg
 Version:        1.58
-Release:        7%{?dist}
+Release:        8%{?dist}
 
 Summary:        Python library for interacting with rpm+git
 License:        GPLv2+ and LGPLv2
@@ -139,6 +139,10 @@ A python library for managing RPM package sources in a git repository.
 %package -n python3-%{name}
 Summary:        %{summary}
 %{?python_provide:%python_provide python3-%{name}}
+# Obsolete python2-rpkg (remove after Fedora29)
+%if 0%{?with_python2} == 0
+Obsoletes:      python2-rpkg < %{version}-%{release}
+%endif
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-GitPython
@@ -283,6 +287,9 @@ nosetests tests
 
 
 %changelog
+* Thu Aug 01 2019 Ondřej Nosek <onosek@redhat.com> - 1.58-8
+- Obsoletes python2-rpkg after upgrade to Fedora30
+
 * Wed Jul 31 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.58-7
 - Fix libmodulemd requirements
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10 21:44 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:44 [rpms/rpkg] 1.70-1: Obsoletes python2-rpkg after upgrade to Fedora30 Ondrej Nosek

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