From ead00134542ef8b9e64463e9c2487fe47a912551 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 Jul 2018 11:11:18 +0200 Subject: [PATCH] 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 --- .../barbican-tempest-plugin/barbican-tempest-plugin.spec.j2 | 2 +- openstack/castellan/castellan.spec.j2 | 2 +- openstack/ceilometermiddleware/ceilometermiddleware.spec.j2 | 2 +- openstack/cinder/cinder.spec.j2 | 2 +- openstack/debtcollector/debtcollector.spec.j2 | 2 +- .../designate-tempest-plugin.spec.j2 | 2 +- openstack/freezer-api/freezer-api.spec.j2 | 2 +- .../freezer-tempest-plugin/freezer-tempest-plugin.spec.j2 | 2 +- openstack/freezer-web-ui/freezer-web-ui.spec.j2 | 2 +- openstack/freezer/freezer.spec.j2 | 2 +- openstack/glance/glance.spec.j2 | 2 +- openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 | 2 +- openstack/horizon/horizon.spec.j2 | 2 +- openstack/ironic-lib/ironic-lib.spec.j2 | 2 +- openstack/karbor-dashboard/karbor-dashboard.spec.j2 | 2 +- openstack/karbor/karbor.spec.j2 | 4 ++-- openstack/keystone/keystone.spec.j2 | 6 +++--- .../magnum-tempest-plugin/magnum-tempest-plugin.spec.j2 | 2 +- openstack/masakari-monitors/masakari-monitors.spec.j2 | 2 +- openstack/masakari/masakari.spec.j2 | 2 +- .../monasca-tempest-plugin/monasca-tempest-plugin.spec.j2 | 2 +- openstack/monasca-transform/monasca-transform.spec.j2 | 2 +- openstack/mox3/mox3.spec.j2 | 2 +- openstack/murano-pkg-check/murano-pkg-check.spec.j2 | 2 +- openstack/networking-vsphere/networking-vsphere.spec.j2 | 2 +- .../neutron-fwaas-dashboard/neutron-fwaas-dashboard.spec.j2 | 2 +- openstack/neutron-lib/neutron-lib.spec.j2 | 2 +- .../neutron-vpnaas-dashboard.spec.j2 | 2 +- openstack/neutron/neutron.spec.j2 | 2 +- openstack/nova/nova.spec.j2 | 2 +- openstack/os-service-types/os-service-types.spec.j2 | 2 +- openstack/os-testr/os-testr.spec.j2 | 6 +++--- openstack/osc-lib/osc-lib.spec.j2 | 2 +- openstack/oslo.cache/oslo.cache.spec.j2 | 2 +- openstack/oslo.db/oslo.db.spec.j2 | 4 ++-- openstack/oswin-tempest-plugin/oswin-tempest-plugin.spec.j2 | 2 +- .../python-congressclient/python-congressclient.spec.j2 | 2 +- openstack/python-distilclient/python-distilclient.spec.j2 | 2 +- openstack/python-k8sclient/python-k8sclient.spec.j2 | 2 +- .../python-masakariclient/python-masakariclient.spec.j2 | 2 +- openstack/python-mistralclient/python-mistralclient.spec.j2 | 2 +- openstack/python-muranoclient/python-muranoclient.spec.j2 | 2 +- openstack/python-neutronclient/python-neutronclient.spec.j2 | 2 +- openstack/python-oneviewclient/python-oneviewclient.spec.j2 | 2 +- openstack/python-scciclient/python-scciclient.spec.j2 | 2 +- openstack/python-solumclient/python-solumclient.spec.j2 | 2 +- openstack/python-tackerclient/python-tackerclient.spec.j2 | 2 +- openstack/python-troveclient/python-troveclient.spec.j2 | 2 +- openstack/python-vitrageclient/python-vitrageclient.spec.j2 | 2 +- openstack/python-watcherclient/python-watcherclient.spec.j2 | 2 +- openstack/python-zaqarclient/python-zaqarclient.spec.j2 | 2 +- openstack/renderspec/renderspec.spec.j2 | 2 +- openstack/stevedore/stevedore.spec.j2 | 2 +- openstack/tooz/tooz.spec.j2 | 2 +- openstack/vmware-nsx/vmware-nsx.spec.j2 | 2 +- openstack/vmware-nsxlib/vmware-nsxlib.spec.j2 | 2 +- openstack/zaqar-tempest-plugin/zaqar-tempest-plugin.spec.j2 | 2 +- 57 files changed, 63 insertions(+), 63 deletions(-) diff --git a/openstack/barbican-tempest-plugin/barbican-tempest-plugin.spec.j2 b/openstack/barbican-tempest-plugin/barbican-tempest-plugin.spec.j2 index 05b031705..ffe54789a 100644 --- a/openstack/barbican-tempest-plugin/barbican-tempest-plugin.spec.j2 +++ b/openstack/barbican-tempest-plugin/barbican-tempest-plugin.spec.j2 @@ -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' %} diff --git a/openstack/castellan/castellan.spec.j2 b/openstack/castellan/castellan.spec.j2 index 634f5189a..00df19a8a 100644 --- a/openstack/castellan/castellan.spec.j2 +++ b/openstack/castellan/castellan.spec.j2 @@ -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']) }} diff --git a/openstack/ceilometermiddleware/ceilometermiddleware.spec.j2 b/openstack/ceilometermiddleware/ceilometermiddleware.spec.j2 index 48cae786d..4aa33cc8a 100644 --- a/openstack/ceilometermiddleware/ceilometermiddleware.spec.j2 +++ b/openstack/ceilometermiddleware/ceilometermiddleware.spec.j2 @@ -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') }} diff --git a/openstack/cinder/cinder.spec.j2 b/openstack/cinder/cinder.spec.j2 index 980e8084e..9ba076bc2 100644 --- a/openstack/cinder/cinder.spec.j2 +++ b/openstack/cinder/cinder.spec.j2 @@ -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 diff --git a/openstack/debtcollector/debtcollector.spec.j2 b/openstack/debtcollector/debtcollector.spec.j2 index 69613ad17..75dba4976 100644 --- a/openstack/debtcollector/debtcollector.spec.j2 +++ b/openstack/debtcollector/debtcollector.spec.j2 @@ -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']) }} diff --git a/openstack/designate-tempest-plugin/designate-tempest-plugin.spec.j2 b/openstack/designate-tempest-plugin/designate-tempest-plugin.spec.j2 index f84461926..0b4bad966 100644 --- a/openstack/designate-tempest-plugin/designate-tempest-plugin.spec.j2 +++ b/openstack/designate-tempest-plugin/designate-tempest-plugin.spec.j2 @@ -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 diff --git a/openstack/freezer-api/freezer-api.spec.j2 b/openstack/freezer-api/freezer-api.spec.j2 index 1e6563aac..516c76345 100644 --- a/openstack/freezer-api/freezer-api.spec.j2 +++ b/openstack/freezer-api/freezer-api.spec.j2 @@ -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} diff --git a/openstack/freezer-tempest-plugin/freezer-tempest-plugin.spec.j2 b/openstack/freezer-tempest-plugin/freezer-tempest-plugin.spec.j2 index 40d28921c..7a9fa2641 100644 --- a/openstack/freezer-tempest-plugin/freezer-tempest-plugin.spec.j2 +++ b/openstack/freezer-tempest-plugin/freezer-tempest-plugin.spec.j2 @@ -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 diff --git a/openstack/freezer-web-ui/freezer-web-ui.spec.j2 b/openstack/freezer-web-ui/freezer-web-ui.spec.j2 index 389ec1566..3563be031 100644 --- a/openstack/freezer-web-ui/freezer-web-ui.spec.j2 +++ b/openstack/freezer-web-ui/freezer-web-ui.spec.j2 @@ -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' %} diff --git a/openstack/freezer/freezer.spec.j2 b/openstack/freezer/freezer.spec.j2 index 8a220660e..58deba59f 100644 --- a/openstack/freezer/freezer.spec.j2 +++ b/openstack/freezer/freezer.spec.j2 @@ -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} diff --git a/openstack/glance/glance.spec.j2 b/openstack/glance/glance.spec.j2 index 52de4b200..9d3dce46d 100644 --- a/openstack/glance/glance.spec.j2 +++ b/openstack/glance/glance.spec.j2 @@ -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 diff --git a/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 b/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 index dd50c9a7e..a98798979 100644 --- a/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 +++ b/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 @@ -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' %} diff --git a/openstack/horizon/horizon.spec.j2 b/openstack/horizon/horizon.spec.j2 index f11c9cc1c..bd1761304 100644 --- a/openstack/horizon/horizon.spec.j2 +++ b/openstack/horizon/horizon.spec.j2 @@ -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' %} diff --git a/openstack/ironic-lib/ironic-lib.spec.j2 b/openstack/ironic-lib/ironic-lib.spec.j2 index 6e78e900d..214035a9c 100644 --- a/openstack/ironic-lib/ironic-lib.spec.j2 +++ b/openstack/ironic-lib/ironic-lib.spec.j2 @@ -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') }} diff --git a/openstack/karbor-dashboard/karbor-dashboard.spec.j2 b/openstack/karbor-dashboard/karbor-dashboard.spec.j2 index 4c880724b..e760ed62f 100644 --- a/openstack/karbor-dashboard/karbor-dashboard.spec.j2 +++ b/openstack/karbor-dashboard/karbor-dashboard.spec.j2 @@ -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' %} diff --git a/openstack/karbor/karbor.spec.j2 b/openstack/karbor/karbor.spec.j2 index 41b9888ce..55d96a9d0 100644 --- a/openstack/karbor/karbor.spec.j2 +++ b/openstack/karbor/karbor.spec.j2 @@ -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} diff --git a/openstack/keystone/keystone.spec.j2 b/openstack/keystone/keystone.spec.j2 index a613f6ea2..9f310e109 100644 --- a/openstack/keystone/keystone.spec.j2 +++ b/openstack/keystone/keystone.spec.j2 @@ -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. diff --git a/openstack/magnum-tempest-plugin/magnum-tempest-plugin.spec.j2 b/openstack/magnum-tempest-plugin/magnum-tempest-plugin.spec.j2 index 96bd0b402..dbea614f6 100644 --- a/openstack/magnum-tempest-plugin/magnum-tempest-plugin.spec.j2 +++ b/openstack/magnum-tempest-plugin/magnum-tempest-plugin.spec.j2 @@ -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' %} diff --git a/openstack/masakari-monitors/masakari-monitors.spec.j2 b/openstack/masakari-monitors/masakari-monitors.spec.j2 index be17ee0d8..cacb064d4 100644 --- a/openstack/masakari-monitors/masakari-monitors.spec.j2 +++ b/openstack/masakari-monitors/masakari-monitors.spec.j2 @@ -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' %} diff --git a/openstack/masakari/masakari.spec.j2 b/openstack/masakari/masakari.spec.j2 index a712d65e2..1b6483023 100644 --- a/openstack/masakari/masakari.spec.j2 +++ b/openstack/masakari/masakari.spec.j2 @@ -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' %} diff --git a/openstack/monasca-tempest-plugin/monasca-tempest-plugin.spec.j2 b/openstack/monasca-tempest-plugin/monasca-tempest-plugin.spec.j2 index 9500c359f..ab852651a 100644 --- a/openstack/monasca-tempest-plugin/monasca-tempest-plugin.spec.j2 +++ b/openstack/monasca-tempest-plugin/monasca-tempest-plugin.spec.j2 @@ -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' %} diff --git a/openstack/monasca-transform/monasca-transform.spec.j2 b/openstack/monasca-transform/monasca-transform.spec.j2 index 2f6ce8f77..a8c27f173 100644 --- a/openstack/monasca-transform/monasca-transform.spec.j2 +++ b/openstack/monasca-transform/monasca-transform.spec.j2 @@ -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() %} diff --git a/openstack/mox3/mox3.spec.j2 b/openstack/mox3/mox3.spec.j2 index 62c4eee8e..94f6e19cf 100644 --- a/openstack/mox3/mox3.spec.j2 +++ b/openstack/mox3/mox3.spec.j2 @@ -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']) }} diff --git a/openstack/murano-pkg-check/murano-pkg-check.spec.j2 b/openstack/murano-pkg-check/murano-pkg-check.spec.j2 index 3f0b4f928..853ee2969 100644 --- a/openstack/murano-pkg-check/murano-pkg-check.spec.j2 +++ b/openstack/murano-pkg-check/murano-pkg-check.spec.j2 @@ -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') }} diff --git a/openstack/networking-vsphere/networking-vsphere.spec.j2 b/openstack/networking-vsphere/networking-vsphere.spec.j2 index dcf427c19..52c4581f2 100644 --- a/openstack/networking-vsphere/networking-vsphere.spec.j2 +++ b/openstack/networking-vsphere/networking-vsphere.spec.j2 @@ -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() }} diff --git a/openstack/neutron-fwaas-dashboard/neutron-fwaas-dashboard.spec.j2 b/openstack/neutron-fwaas-dashboard/neutron-fwaas-dashboard.spec.j2 index 8d4b8f655..9bd027ec3 100644 --- a/openstack/neutron-fwaas-dashboard/neutron-fwaas-dashboard.spec.j2 +++ b/openstack/neutron-fwaas-dashboard/neutron-fwaas-dashboard.spec.j2 @@ -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' %} diff --git a/openstack/neutron-lib/neutron-lib.spec.j2 b/openstack/neutron-lib/neutron-lib.spec.j2 index 6627b17cc..6fe93432e 100644 --- a/openstack/neutron-lib/neutron-lib.spec.j2 +++ b/openstack/neutron-lib/neutron-lib.spec.j2 @@ -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') }} diff --git a/openstack/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard.spec.j2 b/openstack/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard.spec.j2 index 555ef93d8..7d3ee17eb 100644 --- a/openstack/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard.spec.j2 +++ b/openstack/neutron-vpnaas-dashboard/neutron-vpnaas-dashboard.spec.j2 @@ -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' %} diff --git a/openstack/neutron/neutron.spec.j2 b/openstack/neutron/neutron.spec.j2 index dd29b1ddf..80f2ecde4 100644 --- a/openstack/neutron/neutron.spec.j2 +++ b/openstack/neutron/neutron.spec.j2 @@ -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 diff --git a/openstack/nova/nova.spec.j2 b/openstack/nova/nova.spec.j2 index df62ee01c..7171a5e68 100644 --- a/openstack/nova/nova.spec.j2 +++ b/openstack/nova/nova.spec.j2 @@ -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 diff --git a/openstack/os-service-types/os-service-types.spec.j2 b/openstack/os-service-types/os-service-types.spec.j2 index 9b7b76d0b..d16f14fbe 100644 --- a/openstack/os-service-types/os-service-types.spec.j2 +++ b/openstack/os-service-types/os-service-types.spec.j2 @@ -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']) }} diff --git a/openstack/os-testr/os-testr.spec.j2 b/openstack/os-testr/os-testr.spec.j2 index 0c674f047..2cdadfb37 100644 --- a/openstack/os-testr/os-testr.spec.j2 +++ b/openstack/os-testr/os-testr.spec.j2 @@ -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 diff --git a/openstack/osc-lib/osc-lib.spec.j2 b/openstack/osc-lib/osc-lib.spec.j2 index f8c0abc42..c899ce56c 100644 --- a/openstack/osc-lib/osc-lib.spec.j2 +++ b/openstack/osc-lib/osc-lib.spec.j2 @@ -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']) }} diff --git a/openstack/oslo.cache/oslo.cache.spec.j2 b/openstack/oslo.cache/oslo.cache.spec.j2 index 17dedc77c..5176eb53e 100644 --- a/openstack/oslo.cache/oslo.cache.spec.j2 +++ b/openstack/oslo.cache/oslo.cache.spec.j2 @@ -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']) }} diff --git a/openstack/oslo.db/oslo.db.spec.j2 b/openstack/oslo.db/oslo.db.spec.j2 index 5d4873798..8029b5efa 100644 --- a/openstack/oslo.db/oslo.db.spec.j2 +++ b/openstack/oslo.db/oslo.db.spec.j2 @@ -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 diff --git a/openstack/oswin-tempest-plugin/oswin-tempest-plugin.spec.j2 b/openstack/oswin-tempest-plugin/oswin-tempest-plugin.spec.j2 index 833d0f8fc..dbf6699bd 100644 --- a/openstack/oswin-tempest-plugin/oswin-tempest-plugin.spec.j2 +++ b/openstack/oswin-tempest-plugin/oswin-tempest-plugin.spec.j2 @@ -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' %} diff --git a/openstack/python-congressclient/python-congressclient.spec.j2 b/openstack/python-congressclient/python-congressclient.spec.j2 index a0e3bae89..d0b8f6c75 100644 --- a/openstack/python-congressclient/python-congressclient.spec.j2 +++ b/openstack/python-congressclient/python-congressclient.spec.j2 @@ -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') }} diff --git a/openstack/python-distilclient/python-distilclient.spec.j2 b/openstack/python-distilclient/python-distilclient.spec.j2 index 10f762f5e..4f9ace143 100644 --- a/openstack/python-distilclient/python-distilclient.spec.j2 +++ b/openstack/python-distilclient/python-distilclient.spec.j2 @@ -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') }} diff --git a/openstack/python-k8sclient/python-k8sclient.spec.j2 b/openstack/python-k8sclient/python-k8sclient.spec.j2 index bc4dccdce..fdda67daa 100644 --- a/openstack/python-k8sclient/python-k8sclient.spec.j2 +++ b/openstack/python-k8sclient/python-k8sclient.spec.j2 @@ -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') }} diff --git a/openstack/python-masakariclient/python-masakariclient.spec.j2 b/openstack/python-masakariclient/python-masakariclient.spec.j2 index c88e0bd3a..1ac0f63ab 100644 --- a/openstack/python-masakariclient/python-masakariclient.spec.j2 +++ b/openstack/python-masakariclient/python-masakariclient.spec.j2 @@ -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') }} diff --git a/openstack/python-mistralclient/python-mistralclient.spec.j2 b/openstack/python-mistralclient/python-mistralclient.spec.j2 index f5005b342..6cee3604e 100644 --- a/openstack/python-mistralclient/python-mistralclient.spec.j2 +++ b/openstack/python-mistralclient/python-mistralclient.spec.j2 @@ -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') }} diff --git a/openstack/python-muranoclient/python-muranoclient.spec.j2 b/openstack/python-muranoclient/python-muranoclient.spec.j2 index 072d68cc5..fff967e4c 100644 --- a/openstack/python-muranoclient/python-muranoclient.spec.j2 +++ b/openstack/python-muranoclient/python-muranoclient.spec.j2 @@ -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') }} diff --git a/openstack/python-neutronclient/python-neutronclient.spec.j2 b/openstack/python-neutronclient/python-neutronclient.spec.j2 index 6c32589a9..ac66a7c6c 100644 --- a/openstack/python-neutronclient/python-neutronclient.spec.j2 +++ b/openstack/python-neutronclient/python-neutronclient.spec.j2 @@ -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']) }} diff --git a/openstack/python-oneviewclient/python-oneviewclient.spec.j2 b/openstack/python-oneviewclient/python-oneviewclient.spec.j2 index eb3727a49..33bbf985b 100644 --- a/openstack/python-oneviewclient/python-oneviewclient.spec.j2 +++ b/openstack/python-oneviewclient/python-oneviewclient.spec.j2 @@ -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') }} diff --git a/openstack/python-scciclient/python-scciclient.spec.j2 b/openstack/python-scciclient/python-scciclient.spec.j2 index 5d9e49fbd..bd108e581 100644 --- a/openstack/python-scciclient/python-scciclient.spec.j2 +++ b/openstack/python-scciclient/python-scciclient.spec.j2 @@ -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') }} diff --git a/openstack/python-solumclient/python-solumclient.spec.j2 b/openstack/python-solumclient/python-solumclient.spec.j2 index 404c7748e..4bc42fe58 100644 --- a/openstack/python-solumclient/python-solumclient.spec.j2 +++ b/openstack/python-solumclient/python-solumclient.spec.j2 @@ -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') }} diff --git a/openstack/python-tackerclient/python-tackerclient.spec.j2 b/openstack/python-tackerclient/python-tackerclient.spec.j2 index 903b62eba..839c7ff35 100644 --- a/openstack/python-tackerclient/python-tackerclient.spec.j2 +++ b/openstack/python-tackerclient/python-tackerclient.spec.j2 @@ -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') }} diff --git a/openstack/python-troveclient/python-troveclient.spec.j2 b/openstack/python-troveclient/python-troveclient.spec.j2 index 154b3df31..581dc0e3c 100644 --- a/openstack/python-troveclient/python-troveclient.spec.j2 +++ b/openstack/python-troveclient/python-troveclient.spec.j2 @@ -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') }} diff --git a/openstack/python-vitrageclient/python-vitrageclient.spec.j2 b/openstack/python-vitrageclient/python-vitrageclient.spec.j2 index 2a4e7833a..5d3ec2c10 100644 --- a/openstack/python-vitrageclient/python-vitrageclient.spec.j2 +++ b/openstack/python-vitrageclient/python-vitrageclient.spec.j2 @@ -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']) }} diff --git a/openstack/python-watcherclient/python-watcherclient.spec.j2 b/openstack/python-watcherclient/python-watcherclient.spec.j2 index 05fe1918b..8f67a6e59 100644 --- a/openstack/python-watcherclient/python-watcherclient.spec.j2 +++ b/openstack/python-watcherclient/python-watcherclient.spec.j2 @@ -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') }} diff --git a/openstack/python-zaqarclient/python-zaqarclient.spec.j2 b/openstack/python-zaqarclient/python-zaqarclient.spec.j2 index 7c45fcb82..7e1217978 100644 --- a/openstack/python-zaqarclient/python-zaqarclient.spec.j2 +++ b/openstack/python-zaqarclient/python-zaqarclient.spec.j2 @@ -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') }} diff --git a/openstack/renderspec/renderspec.spec.j2 b/openstack/renderspec/renderspec.spec.j2 index 8ff6ffba3..4e79e0a95 100644 --- a/openstack/renderspec/renderspec.spec.j2 +++ b/openstack/renderspec/renderspec.spec.j2 @@ -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') }} diff --git a/openstack/stevedore/stevedore.spec.j2 b/openstack/stevedore/stevedore.spec.j2 index 728344c77..9a75f1110 100644 --- a/openstack/stevedore/stevedore.spec.j2 +++ b/openstack/stevedore/stevedore.spec.j2 @@ -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']) }} diff --git a/openstack/tooz/tooz.spec.j2 b/openstack/tooz/tooz.spec.j2 index be68a4c78..7c299a18f 100644 --- a/openstack/tooz/tooz.spec.j2 +++ b/openstack/tooz/tooz.spec.j2 @@ -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 diff --git a/openstack/vmware-nsx/vmware-nsx.spec.j2 b/openstack/vmware-nsx/vmware-nsx.spec.j2 index 1596eb5db..d6eb7969c 100644 --- a/openstack/vmware-nsx/vmware-nsx.spec.j2 +++ b/openstack/vmware-nsx/vmware-nsx.spec.j2 @@ -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') }} diff --git a/openstack/vmware-nsxlib/vmware-nsxlib.spec.j2 b/openstack/vmware-nsxlib/vmware-nsxlib.spec.j2 index 765cf88ff..c067fd0b6 100644 --- a/openstack/vmware-nsxlib/vmware-nsxlib.spec.j2 +++ b/openstack/vmware-nsxlib/vmware-nsxlib.spec.j2 @@ -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') }} diff --git a/openstack/zaqar-tempest-plugin/zaqar-tempest-plugin.spec.j2 b/openstack/zaqar-tempest-plugin/zaqar-tempest-plugin.spec.j2 index 17c40339d..13ed5354a 100644 --- a/openstack/zaqar-tempest-plugin/zaqar-tempest-plugin.spec.j2 +++ b/openstack/zaqar-tempest-plugin/zaqar-tempest-plugin.spec.j2 @@ -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' %}