Skip to content

Commit

Permalink
Merge pull request #70 from sean797/common-requries
Browse files Browse the repository at this point in the history
pythonX-tracer now requires tracer-common
  • Loading branch information
FrostyX committed Nov 22, 2016
2 parents 10e4eb7 + f5402e0 commit 195bb2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ BuildRequires: python-lxml
Requires: rpm-python
Requires: python-beautifulsoup4
Requires: python-psutil
Requires: %{name}-common = %{version}-%{release}
%{?python_provide:%python_provide python2-%{name}}

%description -n python2-%{name} %{_description}
Expand All @@ -70,6 +71,7 @@ BuildRequires: python3-lxml
Requires: rpm-python3
Requires: python3-beautifulsoup4
Requires: python3-psutil
Requires: %{name}-common = %{version}-%{release}
%{?python_provide:%python_provide python3-%{name}}
Provides: %{name} = %{version}-%{release}
Obsoletes: %{name} <= 0.6.11
Expand Down

0 comments on commit 195bb2c

Please sign in to comment.