提交 3e9c152c 编写于 作者: C Cleber Rosa

SPEC: exclude avocado_loader_yaml from main package

There's a problem with the current SPEC file in that it doesn't
exclude some of the files part of the "plugins-loader-yaml" package.

This would cause problems if that plugin package attempts to be
installed, causing conflicts because they're packaged on two packages.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 eea31156
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
Summary: Framework with tools and libraries for Automated Testing Summary: Framework with tools and libraries for Automated Testing
Name: python-%{srcname} Name: python-%{srcname}
Version: 54.1 Version: 54.1
Release: 2%{?gitrel}%{?dist} Release: 3%{?gitrel}%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Tools Group: Development/Tools
URL: http://avocado-framework.github.io/ URL: http://avocado-framework.github.io/
...@@ -227,6 +227,7 @@ AVOCADO_CHECK_LEVEL=0 selftests/run ...@@ -227,6 +227,7 @@ AVOCADO_CHECK_LEVEL=0 selftests/run
%exclude %{python_sitelib}/avocado_runner_vm* %exclude %{python_sitelib}/avocado_runner_vm*
%exclude %{python_sitelib}/avocado_runner_docker* %exclude %{python_sitelib}/avocado_runner_docker*
%exclude %{python_sitelib}/avocado_resultsdb* %exclude %{python_sitelib}/avocado_resultsdb*
%exclude %{python_sitelib}/avocado_loader_yaml*
%exclude %{python_sitelib}/avocado_varianter_yaml_to_mux* %exclude %{python_sitelib}/avocado_varianter_yaml_to_mux*
%exclude %{python_sitelib}/avocado_framework_plugin_result_html* %exclude %{python_sitelib}/avocado_framework_plugin_result_html*
%exclude %{python_sitelib}/avocado_framework_plugin_runner_remote* %exclude %{python_sitelib}/avocado_framework_plugin_runner_remote*
...@@ -369,6 +370,8 @@ examples of how to write tests on your own. ...@@ -369,6 +370,8 @@ examples of how to write tests on your own.
%{_datadir}/avocado/yaml_to_mux_loader %{_datadir}/avocado/yaml_to_mux_loader
%changelog %changelog
* Mon Oct 16 2017 Cleber Rosa <cleber@redhat.com> - 54.1-3
- Excluded avocado_loader_yaml files from main package
* Wed Oct 4 2017 Cleber Rosa <cleber@redhat.com> - 54.1-2 * Wed Oct 4 2017 Cleber Rosa <cleber@redhat.com> - 54.1-2
- Remove python-flexmock requirement - Remove python-flexmock requirement
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册