Matej Cepl 2023-01-03 11:20:19 +00:00 committed by Git OBS Bridge
parent ce7517883d
commit 797dc5b13c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 3 11:20:08 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file
-------------------------------------------------------------------
Tue Jan 3 08:49:21 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-oci-sdk
Version: 2.90.0
@ -97,6 +96,7 @@ export PYTHONDONTWRITEBYTECODE=1
%files %{python_files}
%doc CHANGELOG.rst README.rst
%license LICENSE.txt
%{python_sitelib}/*
%{python_sitelib}/oci
%{python_sitelib}/oci-%{version}*-info
%changelog