Consistently use Source0: instead of Source: in specs
For consistency (and to simplify DLRN support), let's use the Source0 tag in all spec files. Change-Id: I457f994c3c7179a118aa16c6e76d57d4afedcbcd
This commit is contained in:
@@ -6,7 +6,7 @@ Summary: Command Line Interface Formulation Framework
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-%{sname}
|
||||
Source: https://pypi.io/packages/source/c/cliff/%{sname}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/c/cliff/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
BuildRequires: {{ py2pkg('pbr') }}
|
||||
|
||||
@@ -6,7 +6,7 @@ Summary: OpenStack Docs Theme
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/%{sname}
|
||||
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('Sphinx') }}
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
|
||||
@@ -6,7 +6,7 @@ Summary: An SDK for building applications to work with OpenStack
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/%{sname}
|
||||
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('devel') }}
|
||||
BuildRequires: {{ py2pkg('pbr') }}
|
||||
|
||||
@@ -6,7 +6,7 @@ Summary: OpenStack Object Storage API Client Library
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/%{sname}
|
||||
Source: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
BuildRequires: {{ py2pkg('python-keystoneclient') }}
|
||||
|
||||
@@ -5,7 +5,7 @@ Summary: OpenStack Functional Testing Library
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.openstack.org/
|
||||
Source: https://pypi.io/packages/source/t/tempest-lib/tempest-lib-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/t/tempest-lib/tempest-lib-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('ddt') }}
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
|
||||
Reference in New Issue
Block a user