From 8dd34a3d6ad4fd737b3e2b1844571c108ffb5885 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 8 Sep 2023 14:42:07 -0700 Subject: [PATCH] Obsolete versions from before the -libs split This is to try and fix the openQA tests: https://bodhi.fedoraproject.org/updates/FEDORA-2023-23ddd6d134#comment-3191947 --- passim.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/passim.spec b/passim.spec index 3ad7ccc..e38ca21 100644 --- a/passim.spec +++ b/passim.spec @@ -23,11 +23,16 @@ BuildRequires: systemd >= %{systemd_version} Requires: glib2%{?_isa} >= %{glib2_version} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +# Obsolete versions from before the subpackage split +Obsoletes: %{name} < 0.1.1-3 + %description Passim is a daemon that allows software to share files on your local network. %package libs Summary: Local caching server library +# Obsolete versions from before the subpackage split +Obsoletes: %{name} < 0.1.1-3 %description libs libpassim is a library that allows software to share files on your local network