diff --git a/xmms2.spec b/xmms2.spec index 76b9672..10cfa2d 100644 --- a/xmms2.spec +++ b/xmms2.spec @@ -5,7 +5,7 @@ Name: xmms2 Summary: A modular audio framework and plugin architecture Version: 0.8 -Release: 46%{?dist} +Release: 47%{?dist} License: LGPLv2+ and GPLv2+ and BSD Group: Applications/Multimedia # We can't use the upstream source tarball as-is, because it includes an mp4 decoder. @@ -80,6 +80,7 @@ API documentation for the XMMS2 modular audio framework architecture. %package -n python2-xmms2 %{?python_provide:%python_provide python2-xmms2} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Python support for XMMS2 @@ -231,6 +232,9 @@ rm -rf %{buildroot} %{_bindir}/nyxmms2 %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 0.8-47 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.8-46 - Python 2 binary package renamed to python2-xmms2 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3