From 8870def116e573afb86e8be16b909e6079b8a624 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 14 Jan 2021 15:29:35 +0800 Subject: [PATCH] change spec --- python-barbicanclient.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec index fb87cc4..3307445 100644 --- a/python-barbicanclient.spec +++ b/python-barbicanclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-python-barbicanclient +Name: python-barbicanclient Version: 5.0.1 -Release: 1 +Release: 2 Summary: Client Library for OpenStack Barbican Key Management API License: Apache-2.0 URL: https://opendev.org/openstack/python-barbicanclient/ @@ -17,17 +17,17 @@ Requires: python3-six %description This is a client for the Barbican Key Management API. -%package -n python3-python-barbicanclient +%package -n python3-barbicanclient Summary: Client Library for OpenStack Barbican Key Management API Provides: python-python-barbicanclient BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-python-barbicanclient +%description -n python3-barbicanclient This is a client for the Barbican Key Management API. %package help Summary: Development documents and examples for python-barbicanclient -Provides: python3-python-barbicanclient-doc +Provides: python3-barbicanclient-doc %description help This is a client for the Barbican Key Management API. @@ -65,7 +65,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-python-barbicanclient -f filelist.lst +%files -n python3-barbicanclient -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst