From 4bbd0cca6d1e7b67e5938d5c39e005e3f5a40cb8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:50:05 +0100 Subject: [PATCH] rebuilt with py3* packages [release 1.17.43-2mamba;Sun Aug 23 2020] --- python-botocore.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 8f1f78f..bafb5aa 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,6 +1,6 @@ Name: python-botocore Version: 1.17.43 -Release: 1mamba +Release: 2mamba Summary: A low-level interface to a growing number of Amazon Web Services Group: System/Libraries Vendor: openmamba @@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n botocore-%{version} @@ -36,10 +40,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sun Aug 23 2020 Silvan Calarco 1.17.43-2mamba +- rebuilt with py3* packages + * Sun Aug 16 2020 Automatic Build System 1.17.43-1mamba - automatic version update by autodist