diff --git a/python-scciclient.spec b/python-scciclient.spec index 56d7ed3f648169d7f1fb3d9c141d78433597395b..550a4a02fa593ee8c4ee492796e5f6bb05b9322b 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-python-scciclient +Name: python-scciclient Version: 0.8.1 -Release: 1 +Release: 2 Summary: Python ServerView Common Command Interface (SCCI) Client Library License: Apache-2.0 URL: https://opendev.org/x/python-scciclient @@ -19,18 +19,18 @@ Requires: python3-six Python ServerView Common Command Interface (SCCI) Client Library -%package -n python3-python-scciclient +%package -n python3-scciclient Summary: Python ServerView Common Command Interface (SCCI) Client Library Provides: python-python-scciclient BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-python-scciclient +%description -n python3-scciclient Python ServerView Common Command Interface (SCCI) Client Library %package help Summary: Development documents and examples for python-scciclient -Provides: python3-python-scciclient-doc +Provides: python3-scciclient-doc %description help Python ServerView Common Command Interface (SCCI) Client Library @@ -69,7 +69,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-python-scciclient -f filelist.lst +%files -n python3-scciclient -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst