From 4ee1d29069e94433e73f71808bdd52e5a01e116e Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 17:14:09 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-designateclient.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-designateclient.spec b/python-designateclient.spec index badfc6d..c18bf49 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-designateclient Version: 2.9.0 -Release: 2 +Release: 3 Summary: OpenStack DNS-as-a-Service - Client License: Apache-2.0 URL: https://docs.openstack.org/python-designateclient/latest @@ -16,6 +16,7 @@ provides a Python API (the ``designateclient`` module) and a command-line tool %package -n python2-designateclient Summary: OpenStack DNS-as-a-Service - Client Provides: python2-designateclient +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-cliff @@ -84,6 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Sun May 23 2021 openstack-sig - Fix Provides * Mon May 10 2021 openstack-sig -- Gitee