Skip to content

Commit

Permalink
Add provides to python2- subpackages
Browse files Browse the repository at this point in the history
After py3 conversion tempest requires python2- instead of python-. It
has been changed in octavia distgit but now it's failing in ppc64le
because this package is not providing python2- ones.
  • Loading branch information
amoralej committed Dec 12, 2018
1 parent 9e9a163 commit 74581da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-octavia-tests-golang.spec
Expand Up @@ -3,7 +3,7 @@

Name: python-octavia-tests-golang
Version: 0.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Octavia tests golang

License: ASL 2.0
Expand All @@ -15,6 +15,8 @@ BuildRequires: glibc-static
# NOTE(jpena): we only want to build the package for ppc64le and aarch64
ExcludeArch: x86_64
Provides: python-%{service}-tests-tempest-golang = %{version}-%{release}
Provides: python2-%{service}-tests-tempest-golang = %{version}-%{release}
Provides: python2-octavia-tests-golang = %{version}-%{release}

%description
Golang httpd binary for Octavia tempest tests
Expand Down

2 comments on commit 74581da

@karelyatin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@javierpena
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Please sign in to comment.