From 16d0aff2d86583e2a71fe06314ef2d845ec27ba8 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Jun 2021 16:30:10 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-os-vif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-os-vif.spec b/python-os-vif.spec index a37b2c7..605af15 100644 --- a/python-os-vif.spec +++ b/python-os-vif.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-os-vif Version: 1.9.1 -Release: 1 +Release: 2 Summary: A library for plugging and unplugging virtual interfaces in OpenStack. License: Apache-2.0 URL: https://docs.openstack.org/os-vif/latest/ @@ -42,6 +42,7 @@ A library for plugging and unplugging virtual interfaces in OpenStack. %package -n python2-os-vif Summary: A library for plugging and unplugging virtual interfaces in OpenStack. Provides: python2-os-vif +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -163,5 +164,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 1 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Mon May 10 2021 OpenStack_SIG - Package Spec generated -- Gitee