From b3fc897e201184eca0c8e6e9f09948f5a8f81b93 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mon, 18 Apr 2022 10:36:45 +0200 Subject: [PATCH] Fix upgradepath for multilib Signed-off-by: Igor Raits --- lilv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lilv.spec b/lilv.spec index a13a92f..432e941 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -43,6 +43,7 @@ faster and have minimal dependencies. %package libs Summary: Libraries for %{name} +Obsoletes: lilv < 0.24.12-2 %description libs %{name} is a lightweight C library for Resource Description Syntax which @@ -121,6 +122,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{python3_sitelib}/__pycache__/* %changelog +* Mon Apr 18 2022 Igor Raits - 0.24.12-5 +- Fix upgradepath for multilib + * Thu Feb 24 2022 Adam Williamson - 0.24.12-4 - Try and fix multilib upgrade issues from the package split (#2052588)