diff --git a/lilv.changes b/lilv.changes index b3e2e90..ca8d6dc 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 11 11:53:07 UTC 2019 - Dave Plater + +- Add specific version requirement for libserd see boo#1158728 + ------------------------------------------------------------------- Wed Dec 4 06:54:30 UTC 2019 - Dave Plater diff --git a/lilv.spec b/lilv.spec index 50055ce..22c05c7 100644 --- a/lilv.spec +++ b/lilv.spec @@ -18,6 +18,7 @@ %define sover 0 %define sordversion %(pkg-config --modversion sord-0) +%define serdversion %(pkg-config --modversion serd-0) Name: lilv Version: 0.24.6 Release: 0 @@ -49,8 +50,10 @@ Lilv is a C library to make use of LV2 plugins in applications. %package -n liblilv-0-%{sover} Summary: C library to make use of LV2 plugins -# NOTE: This is the only way to ensure that the correct version of sord is installed. +# NOTE: This is the only way to ensure that the correct version of sord and serd is installed. +# See boo#1158728 Group: System/Libraries +Requires: libserd-0-0 = %{serdversion} Requires: libsord-0-0 = %{sordversion} %description -n liblilv-0-%{sover}