Use Source0 tag in all spec files

Concerned packages:
- os-testr
- oslosphinx
- oslotest

Change-Id: If4f4d2cc082775418cdd19d593295fd28e92c410
This commit is contained in:
Haikel Guemar 2016-06-30 15:53:59 +02:00
parent bcbdb12214
commit cf72b21cc5
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Summary: A testr wrapper to provide functionality for OpenStack projects
License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
Url: http://www.openstack.org/
Source: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('ddt') }}
BuildRequires: {{ py2pkg('devel') }}

View File

@ -5,7 +5,7 @@ Summary: OpenStack Sphinx
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/oslosphinx
Source: https://pypi.io/packages/source/o/oslosphinx/oslosphinx-%{version}.tar.gz
Source0: https://pypi.io/packages/source/o/oslosphinx/oslosphinx-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('devel') }}
BuildRequires: {{ py2pkg('pbr') }}

View File

@ -5,7 +5,7 @@ Summary: OpenStack test framework
License: {{ 'Apache-2.0' | license }}
Group: Development/Languages/Python
Url: https://launchpad.net/oslotest
Source: https://pypi.io/packages/source/o/oslotest/oslotest-%{version}.tar.gz
Source0: https://pypi.io/packages/source/o/oslotest/oslotest-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('debtcollector', (">=", "0.3.0")) }}
BuildRequires: {{ py2pkg('devel') }}