diff --git a/vapoursynth.spec b/vapoursynth.spec index c7cccb5..205b05f 100644 --- a/vapoursynth.spec +++ b/vapoursynth.spec @@ -4,7 +4,7 @@ Name: vapoursynth Version: 48 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Video processing framework with simplicity in mind License: LGPLv2 URL: http://www.vapoursynth.com @@ -82,7 +82,7 @@ This package contains the vspipe tool for interfacing with VapourSynth. %package plugins Summary: VapourSynth plugins -Requires: libvapoursynth%{?_isa} = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description plugins VapourSynth plugins. @@ -158,6 +158,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %changelog +* Sat Mar 07 2020 Simone Caronni - 48-7 +- Fix broken dependency. + * Sat Feb 29 2020 Simone Caronni - 48-6 - Make it exclusive for i686/x86_64. - Fix build on RHEL/CentOS 8.