commit 14a3282ae38787a8a54fc1db8a7a90237007c7e0 Author: hanjiangxue Date: Wed Oct 14 09:41:56 2020 +0800 url fix Change-Id: I3ae2ef279ca7bbbba9cad0f7f270f46f1bc78ad5 diff --git a/openstack/cursive/cursive.spec.j2 b/openstack/cursive/cursive.spec.j2 index 4cfd8dc..9992f33 100644 --- a/openstack/cursive/cursive.spec.j2 +++ b/openstack/cursive/cursive.spec.j2 @@ -8,7 +8,7 @@ Release: {{ py2rpmrelease() }} Summary: Cursive implements OpenStack-specific validation of digital signatures License: {{ license('Apache-2.0') }} Group: Development/Languages/Python -URL: http://www.openstack.org/ +URL: https://opendev.org/x/{{ pypi_name }} Source0: {{ source }} BuildRequires: openstack-macros BuildRequires: {{ py3('Sphinx') }} diff --git a/openstack/mistral-lib/mistral-lib.spec.j2 b/openstack/mistral-lib/mistral-lib.spec.j2 index 425a03c..defcc80 100644 --- a/openstack/mistral-lib/mistral-lib.spec.j2 +++ b/openstack/mistral-lib/mistral-lib.spec.j2 @@ -8,7 +8,7 @@ Release: {{ py2rpmrelease() }} Summary: Mistral shared routings and utilities License: {{ license('Apache-2.0') }} Group: Development/Languages/Python -URL: http://www.openstack.org/ +URL: https://opendev.org/openstack/{{ pypi_name }} Source0: {{ source }} BuildRequires: openstack-macros BuildRequires: {{ py3('eventlet') }} diff --git a/openstack/os-api-ref/os-api-ref.spec.j2 b/openstack/os-api-ref/os-api-ref.spec.j2 index 3abb883..8bc3a50 100644 --- a/openstack/os-api-ref/os-api-ref.spec.j2 +++ b/openstack/os-api-ref/os-api-ref.spec.j2 @@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }} Summary: Sphinx Extensions to support API reference sites in OpenStack License: {{ license('Apache-2.0') }} Group: Development/Languages/Python -URL: https://launchpad.net/%{sname} +URL: https://opendev.org/openstack/os-api-ref Source0: {{ source }} BuildRequires: openstack-macros BuildRequires: {{ py3('PyYAML') }} diff --git a/openstack/virtualbmc/virtualbmc.spec.j2 b/openstack/virtualbmc/virtualbmc.spec.j2 index 1e29a70..bdf5c55 100644 --- a/openstack/virtualbmc/virtualbmc.spec.j2 +++ b/openstack/virtualbmc/virtualbmc.spec.j2 @@ -9,7 +9,7 @@ Release: {{ py2rpmrelease() }} Summary: Python module to create virtual BMCs for controlling virtual instances via IPMI License: {{ license('Apache-2.0') }} Group: Development/Languages/Python -URL: http://www.openstack.org/ +URL: https://opendev.org/openstack/{{ pypi_name }} Source0: {{ source }} Source1: virtualbmc.service BuildRequires: fdupes