Default to secure http
Most servers meanwhile default to secure http, so prefering to link those over plain http (better default, and saves one redirect) Change-Id: I0a7f31e000f8c0aedaae5e42d9b522aca4d8a814
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'barbican-tempest-plugin' %}
|
||||
{% set source=fetch_source('http://tarballs.openstack.org/barbican-tempest-plugin/barbican-tempest-plugin-master.tar.gz') %}
|
||||
{% set source=fetch_source('https://tarballs.openstack.org/barbican-tempest-plugin/barbican-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Generic Key Manager interface for OpenStack
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/castellan
|
||||
URL: https://launchpad.net/castellan
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('python-barbicanclient', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: A library for metric and event data generation for Ceilometer
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/ceilometermiddleware
|
||||
URL: https://docs.openstack.org/developer/ceilometermiddleware
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('betamax') }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'cinder' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/cinder/cinder-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/cinder/cinder-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%global with_doc 1
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: A collection of Python deprecation patterns and strategies
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/debtcollector/
|
||||
URL: https://docs.openstack.org/developer/debtcollector/
|
||||
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% set pypi_name = 'designate-tempest-plugin' %}
|
||||
{% set rpm_release = '1' %}
|
||||
{% set source=fetch_source('http://tarballs.openstack.org/designate-tempest-plugin/designate-tempest-plugin-master.tar.gz') %}
|
||||
{% set source=fetch_source('https://tarballs.openstack.org/designate-tempest-plugin/designate-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
|
||||
%global sname designate-tempest-plugin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'freezer-api' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/freezer-api/freezer-api-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/freezer-api/freezer-api-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% set pypi_name = 'freezer-tempest-plugin' %}
|
||||
{% set rpm_release = '1' %}
|
||||
{% set source=fetch_source('http://tarballs.openstack.org/freezer-tempest-plugin/freezer-tempest-plugin-master.tar.gz') %}
|
||||
{% set source=fetch_source('https://tarballs.openstack.org/freezer-tempest-plugin/freezer-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
|
||||
%global sname freezer_tempest_plugin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'freezer-web-ui' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/freezer-web-ui/freezer-web-ui-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/freezer-web-ui/freezer-web-ui-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'freezer' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/freezer/freezer-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/freezer/freezer-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'glance' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/glance/glance-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/glance/glance-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%global with_doc 1
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'heat-tempest-plugin' %}
|
||||
{% set source=fetch_source('http://tarballs.openstack.org/heat-tempest-plugin/heat-tempest-plugin-master.tar.gz') %}
|
||||
{% set source=fetch_source('https://tarballs.openstack.org/heat-tempest-plugin/heat-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'horizon' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/horizon/horizon-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/horizon/horizon-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Ironic Common Libraries
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/ironic-lib/
|
||||
URL: https://docs.openstack.org/developer/ironic-lib/
|
||||
Source0: https://files.pythonhosted.org/packages/source/i/ironic-lib/ironic-lib-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'karbor-dashboard' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/karbor-dashboard/karbor-dashboard-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/karbor-dashboard/karbor-dashboard-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -12,7 +12,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: OpenStack Application Data Protection Service
|
||||
License: {{ license('Apache-2.0') }}
|
||||
URL: https://launchpad.net/karbor
|
||||
Source0: http://tarballs.openstack.org/{{ pypi_name }}/{{ pypi_name }}-{{upstream_version}}.tar.gz
|
||||
Source0: https://tarballs.openstack.org/{{ pypi_name }}/{{ pypi_name }}-{{upstream_version}}.tar.gz
|
||||
Source1: openstack-karbor.logrotate
|
||||
Source2: openstack-karbor-operationengine.service
|
||||
Source3: openstack-karbor-protection.service
|
||||
@@ -125,7 +125,7 @@ Requires: {{ py2pkg('taskflow') }}
|
||||
|
||||
%description -n python-{{ pypi_name }}
|
||||
Karbor is a Python implementation of the OpenStack
|
||||
(http://docs.openstack.org/developer/karbor/) Application Data Protection API.
|
||||
(https://docs.openstack.org/developer/karbor/) Application Data Protection API.
|
||||
This package contains the Karbor Python library.
|
||||
|
||||
%if 0%{?with_doc}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'keystone' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/keystone/keystone-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/keystone/keystone-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
@@ -118,7 +118,7 @@ Requires: {{ py2pkg('python-ldap', py_versions=['py3']) }}
|
||||
|
||||
%description -n python3-{{ pypi_name }}
|
||||
Keystone is a Python implementation of the OpenStack
|
||||
(http://docs.openstack.org/developer/keystone/) identity service API.
|
||||
(https://docs.openstack.org/developer/keystone/) identity service API.
|
||||
This package contains the Keystone Python library.
|
||||
|
||||
%package -n python3-{{ pypi_name }}-tests
|
||||
@@ -128,7 +128,7 @@ Provides: python-keystone-tests = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description -n python3-{{ pypi_name }}-tests
|
||||
Keystone is a Python implementation of the OpenStack
|
||||
(http://docs.openstack.org/developer/keystone/) identity service API.
|
||||
(https://docs.openstack.org/developer/keystone/) identity service API.
|
||||
|
||||
This package contains the Keystone test files.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'magnum-tempest-plugin' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/magnum-tempest-plugin/magnum-tempest-plugin-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/magnum-tempest-plugin/magnum-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'masakari-monitors' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/masakari-monitors/masakari-monitors-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/masakari-monitors/masakari-monitors-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'masakari' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/masakari/masakari-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/masakari/masakari-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'monasca-tempest-plugin' %}
|
||||
{% set source=fetch_source('http://tarballs.openstack.org/monasca-tempest-plugin/monasca-tempest-plugin-master.tar.gz') %}
|
||||
{% set source=fetch_source('https://tarballs.openstack.org/monasca-tempest-plugin/monasca-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{% set monasca_transform_source = fetch_source('http://tarballs.openstack.org/monasca-transform/monasca-transform-master.tar.gz') %}
|
||||
{% set monasca_transform_source = fetch_source('https://tarballs.openstack.org/monasca-transform/monasca-transform-master.tar.gz') %}
|
||||
{% set pypi_name = 'monasca-transform' %}
|
||||
{% set pypi_tar_name = 'monasca_transform' %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: An unofficial port of the Google mox framework to Python 3
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://bugs.launchpad.net/python-mox3
|
||||
URL: https://bugs.launchpad.net/python-mox3
|
||||
Source0: https://files.pythonhosted.org/packages/source/m/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('fixtures', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Murano package validator tool
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/murano/
|
||||
URL: https://docs.openstack.org/developer/murano/
|
||||
Source0: https://files.pythonhosted.org/packages/source/m/murano-pkg-check/murano-pkg-check-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PyYAML') }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'networking-vsphere' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/networking-vsphere/networking-vsphere-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/networking-vsphere/networking-vsphere-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
Name: {{ py2name() }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'neutron-fwaas-dashboard' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/neutron-fwaas-dashboard/neutron-fwaas-dashboard-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/neutron-fwaas-dashboard/neutron-fwaas-dashboard-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: OpenStack Neutron library
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/neutron-lib/
|
||||
URL: https://docs.openstack.org/developer/neutron-lib/
|
||||
Source0: https://files.pythonhosted.org/packages/source/n/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('SQLAlchemy') }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'neutron-vpnaas-dashboard' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -12,7 +12,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: OpenStack Networking Service
|
||||
License: {{ license('Apache-2.0') }}
|
||||
URL: https://launchpad.net/neutron
|
||||
Source0: http://tarballs.openstack.org/%{sname}/%{sname}-{{upstream_version}}.tar.gz
|
||||
Source0: https://tarballs.openstack.org/%{sname}/%{sname}-{{upstream_version}}.tar.gz
|
||||
Source1: openstack-neutron.logrotate
|
||||
Source2: neutron-sudoers
|
||||
Source3: neutron-server.service
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'nova' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/nova/nova-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/nova/nova-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
%global with_doc 1
|
||||
|
@@ -8,7 +8,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Python library for consuming OpenStack sevice-types-authority data
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/os-service-types
|
||||
URL: https://docs.openstack.org/developer/os-service-types
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/{{ pypi_name }}/{{ pypi_name }}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('keystoneauth1', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: A testr wrapper to provide functionality for OpenStack projects
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/os-testr
|
||||
URL: https://docs.openstack.org/developer/os-testr
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
@@ -36,9 +36,9 @@ Requires(postun): chkconfig
|
||||
|
||||
%description
|
||||
A testr wrapper to provide functionality for OpenStack projects
|
||||
* Documentation: http://docs.openstack.org/developer/os-testr
|
||||
* Documentation: https://docs.openstack.org/developer/os-testr
|
||||
* Source: http://git.openstack.org/cgit/openstack/os-testr
|
||||
* Bugs: http://bugs.launchpad.net/os-testr
|
||||
* Bugs: https://bugs.launchpad.net/os-testr
|
||||
|
||||
%package -n python-os-testr-doc
|
||||
Summary: Documentation for the testr
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: OpenStackClient Library
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/osc-lib
|
||||
URL: https://docs.openstack.org/developer/osc-lib
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Cache storage for Openstack projects
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{sname}
|
||||
URL: https://launchpad.net/%{sname}
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -54,9 +54,9 @@ BuildArch: noarch
|
||||
%description
|
||||
The OpenStack Oslo database handling library. Provides database connectivity
|
||||
to the different backends and helper utils.
|
||||
* Documentation: http://docs.openstack.org/developer/oslo.db
|
||||
* Documentation: https://docs.openstack.org/developer/oslo.db
|
||||
* Source: http://git.openstack.org/cgit/openstack/oslo.db
|
||||
* Bugs: http://bugs.launchpad.net/oslo
|
||||
* Bugs: https://bugs.launchpad.net/oslo
|
||||
|
||||
%package -n {{ py2name() }}-doc
|
||||
Summary: Documentation for the Oslo database handling library
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'oswin-tempest-plugin' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/oswin-tempest-plugin/oswin-tempest-plugin-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/oswin-tempest-plugin/oswin-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Client library for Congress
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Distil
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('Tempest') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack K8s
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('oslotest') }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Masakari
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PrettyTable') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Mistral
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PyYAML') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Murano
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PrettyTable') }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Python API and CLI for OpenStack Neutron
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Oneview
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('mock') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Scci
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('fixtures') }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Solum
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PrettyTable') }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Client API library for Tacker
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('cliff') }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Client library for OpenStack DBaaS API
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('PrettyTable') }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Python API and CLI for OpenStack Vitrage
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('cliff', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -4,7 +4,7 @@ Release: 0
|
||||
Summary: Python API and CLI for OpenStack Watcher
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{name}
|
||||
URL: https://launchpad.net/%{name}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('Tempest') }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Client Library for OpenStack Zaqar Queueing API
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{sname}
|
||||
URL: https://launchpad.net/%{sname}
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('ddt') }}
|
||||
|
@@ -5,7 +5,7 @@ Release: 0
|
||||
Summary: Generate spec files from Jinja2 templates
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/%{sname}
|
||||
URL: https://launchpad.net/%{sname}
|
||||
Source0: https://files.pythonhosted.org/packages/source/r/%{sname}/%{sname}-%{version}.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel') }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/stevedore/
|
||||
URL: https://docs.openstack.org/developer/stevedore/
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('devel', py_versions=['py2', 'py3']) }}
|
||||
|
@@ -8,7 +8,7 @@ Release: 0
|
||||
Summary: Coordination library for distributed systems
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://docs.openstack.org/developer/tooz/
|
||||
URL: https://docs.openstack.org/developer/tooz/
|
||||
Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildRequires: memcached
|
||||
BuildRequires: openstack-macros
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: VMware-NSX family of Neutron plugins
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/vmware-nsx
|
||||
URL: https://launchpad.net/vmware-nsx
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('neutron-lib') }}
|
||||
|
@@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }}
|
||||
Summary: VMware NSX python library
|
||||
License: {{ license('Apache-2.0') }}
|
||||
Group: Development/Languages/Python
|
||||
URL: http://launchpad.net/vmware-nsxlib
|
||||
URL: https://launchpad.net/vmware-nsxlib
|
||||
Source0: {{ source }}
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py2pkg('neutron-lib') }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'zaqar-tempest-plugin' %}
|
||||
{% set source = fetch_source('http://tarballs.openstack.org/zaqar-tempest-plugin/zaqar-tempest-plugin-master.tar.gz') %}
|
||||
{% set source = fetch_source('https://tarballs.openstack.org/zaqar-tempest-plugin/zaqar-tempest-plugin-master.tar.gz') %}
|
||||
{% set upstream_version = upstream_version() %}
|
||||
{% set rpm_release = '1' %}
|
||||
|
||||
|
Reference in New Issue
Block a user