diff --git a/python-avocado.spec b/python-avocado.spec index f9734092712c9431989ce3da4b15e7977ef55b97..6ba3a15beab22f81ac0f6aefab28095e5a6cc71e 100644 --- a/python-avocado.spec +++ b/python-avocado.spec @@ -569,7 +569,7 @@ server. %package -n python2-%{srcname}-plugins-varianter-yaml-to-mux Summary: Avocado plugin to generate variants out of yaml files -Requires: %{name} == %{version} +Requires: python2-%{srcname} == %{version} %if 0%{?rhel} Requires: PyYAML %else @@ -600,7 +600,7 @@ defined in a yaml file(s). %package -n python2-%{srcname}-plugins-loader-yaml Summary: Avocado Plugin that loads tests from YAML files -Requires: %{name}-plugins-varianter-yaml-to-mux == %{version} +Requires: python2-%{srcname}-plugins-varianter-yaml-to-mux == %{version} %description -n python2-%{srcname}-plugins-loader-yaml Can be used to produce a test suite from definitions in a YAML file, @@ -708,7 +708,7 @@ a dedicated sever. %package -n python2-%{srcname}-plugins-glib Summary: Avocado Plugin for Execution of GLib Test Framework tests -Requires: %{name} == %{version} +Requires: python2-%{srcname} == %{version} %description -n python2-%{srcname}-plugins-glib This optional plugin is intended to list and run tests written in the @@ -721,7 +721,7 @@ GLib Test Framework. %if %{with_python3} %package -n python3-%{srcname}-plugins-glib Summary: Avocado Plugin for Execution of GLib Test Framework tests -Requires: %{name} == %{version} +Requires: python3-%{srcname} == %{version} %description -n python3-%{srcname}-plugins-glib This optional plugin is intended to list and run tests written in the