Skip to content

Commit

Permalink
Merge branch 'release_0_31_fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
clebergnu committed Dec 22, 2015
2 parents a78d3a2 + 56d1b41 commit 4bfd40f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions avocado.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ URL: http://avocado-framework.github.io/
Source0: https://github.com/avocado-framework/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
BuildArch: noarch
Requires: python, python-requests, fabric, pyliblzma, libvirt-python, pystache, gdb, gdb-gdbserver, python-stevedore
BuildRequires: python2-devel, python-setuptools, python-docutils, python-mock, python-psutil, python-sphinx, python-requests, aexpect, pystache, yum
BuildRequires: python2-devel, python-setuptools, python-docutils, python-mock, python-psutil, python-sphinx, python-requests, aexpect, pystache, yum, python-stevedore

%if 0%{?el6}
Requires: PyYAML
Expand Down Expand Up @@ -74,8 +74,8 @@ selftests/run
%{_mandir}/man1/avocado-rest-client.1.gz
%{_docdir}/avocado/avocado.rst
%{_docdir}/avocado/avocado-rest-client.rst
%exclude %{python_sitelib}/avocado/core/plugins/htmlresult.py*
%exclude %{python_sitelib}/avocado/core/plugins/resources/htmlresult/*
%exclude %{python_sitelib}/avocado/plugins/html.py*
%exclude %{python_sitelib}/avocado/core/resources/htmlresult/*
%{_libexecdir}/avocado/avocado-bash-utils
%{_libexecdir}/avocado/avocado_debug
%{_libexecdir}/avocado/avocado_error
Expand All @@ -92,8 +92,8 @@ directory. It also gives the user the ability to write a report on an
arbitrary filesystem location.

%files plugins-output-html
%{python_sitelib}/avocado/core/plugins/htmlresult.py*
%{python_sitelib}/avocado/core/plugins/resources/htmlresult/*
%{python_sitelib}/avocado/plugins/html.py*
%{python_sitelib}/avocado/core/resources/htmlresult/*

%package examples
Summary: Avocado Test Framework Example Tests
Expand Down
2 changes: 1 addition & 1 deletion docs/source/GetStartedGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Then to install Avocado from the git repository run::

git clone git://github.com/avocado-framework/avocado.git
cd avocado
sudo pip install -r requirements.txt
sudo make requirements
sudo python setup.py install

Note that `python` and `pip` should point to the Python interpreter version 2.7.x.
Expand Down

0 comments on commit 4bfd40f

Please sign in to comment.