From a69fca83971954be29f8a2176e69fcbcafb05bc5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 25 2022 00:28:39 +0000 Subject: Try and fix multilib upgrade issues from the package split (#2052588) --- diff --git a/lilv.spec b/lilv.spec index efbdce7..a13a92f 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -32,6 +32,10 @@ BuildRequires: python3-sphinx_lv2_theme Requires: lv2 >= 1.18.0 +# To try and deal with multilib issues from the -libs split: +# https://bugzilla.redhat.com/show_bug.cgi?id=2052588 +Obsoletes: lilv < 0.24.12-2 + %description %{name} is a library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly @@ -117,6 +121,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{python3_sitelib}/__pycache__/* %changelog +* Thu Feb 24 2022 Adam Williamson - 0.24.12-4 +- Try and fix multilib upgrade issues from the package split (#2052588) + * Thu Jan 20 2022 Fedora Release Engineering - 0.24.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild