diff --git a/python-botocore.spec b/python-botocore.spec index 9365c4e..9e84363 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,6 +1,6 @@ Name: python-botocore Version: 1.21.31 -Release: 1mamba +Release: 2mamba Summary: A low-level interface to a growing number of Amazon Web Services Group: System/Libraries Vendor: openmamba @@ -11,8 +11,11 @@ Source: https://github.com/boto/botocore.git/%{version}/botocore-%{versio #Source: https://pypi.debian.net/botocore/botocore-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(jmespath) +BuildRequires: python3.7dist(python-dateutil) +BuildRequires: python3.7dist(urllib3) ## AUTOBUILDREQ-END -Requires: python >= %python_version %description %{summary}. @@ -36,12 +39,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/botocore-%{version}-py*.egg-info +%{python_sitearch}/botocore-%{version}-py*.egg-info/* %changelog +* Mon Aug 30 2021 Silvan Calarco 1.21.31-2mamba +- rebuilt with distdeps + * Sat Aug 28 2021 Automatic Build System 1.21.31-1mamba - automatic version update by autodist