diff --git a/python-s3transfer.spec b/python-s3transfer.spec index b33f5c3..36c6cd5 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -1,6 +1,6 @@ Name: python-s3transfer Version: 0.5.0 -Release: 1mamba +Release: 2mamba Summary: An Amazon S3 Transfer Manager for Python Group: System/Libraries Vendor: openmamba @@ -10,9 +10,9 @@ URL: https://pypi.org/project/s3transfer/ Source: https://pypi.debian.net/s3transfer/s3transfer-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(botocore) ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -40,14 +40,13 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: add extra documentation (if any) -# %doc README.rst +%dir %{python_sitearch}/s3transfer-%{version}-py*.egg-info +%{python_sitearch}/s3transfer-%{version}-py*.egg-info/* %changelog +* Mon Aug 30 2021 Silvan Calarco 0.5.0-2mamba +- rebuilt with distdeps + * Sat Jul 17 2021 Automatic Build System 0.5.0-1mamba - automatic version update by autodist