Skip to content

Commit

Permalink
avocado.spec: make subpackages depend on specific version
Browse files Browse the repository at this point in the history
It just makes sense that the subpackages of Avocado depend on the same
version.  This will avoid accidental mixing and matching of different
package versions.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Apr 27, 2016
1 parent c7e3013 commit e8393af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avocado.spec
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ selftests/run

%package plugins-output-html
Summary: Avocado HTML report plugin
Requires: avocado, pystache
Requires: avocado == %{version}, pystache

%description plugins-output-html
Adds to avocado the ability to generate an HTML report at every job results
Expand All @@ -101,7 +101,7 @@ arbitrary filesystem location.

%package examples
Summary: Avocado Test Framework Example Tests
Requires: avocado
Requires: avocado == %{version}

%description examples
The set of example tests present in the upstream tree of the Avocado framework.
Expand Down

0 comments on commit e8393af

Please sign in to comment.