Try and fix multilib upgrade issues from the package split (#2052588)

epel9
Adam Williamson 3 years ago
parent 8e1fda0554
commit a69fca8397

@ -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 <awilliam@redhat.com> - 0.24.12-4
- Try and fix multilib upgrade issues from the package split (#2052588)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save