diff --git a/botocore-1.29.6.tar.gz b/botocore-1.29.30.tar.gz similarity index 55% rename from botocore-1.29.6.tar.gz rename to botocore-1.29.30.tar.gz index b2a5cd3cb7c04869123bc0cab63b60fe48b23952..bd92f630d5c6eae69120e2d74c793cad91d42dee 100644 Binary files a/botocore-1.29.6.tar.gz and b/botocore-1.29.30.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 14d3e97621a98644fa031f0cf662a72126d052a2..4f7c54f929581e9187ce2397a15cf85bd611ea67 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.29.6 +Version: 1.29.30 Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache-2.0 URL: https://github.com/boto/botocore -Source0: https://files.pythonhosted.org/packages/35/c2/3341e352e84eb80f1f09f4b0da241d69fbba85bfe242ab5feccfd904fa66/botocore-1.29.6.tar.gz +Source0: https://files.pythonhosted.org/packages/6d/36/b08a5873f03f1462975d891245a5966caee248d04d718d47681b24ab1e7d/botocore-1.29.30.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -18,7 +18,7 @@ botocore package is the foundation for the AWS CLI as well as boto3. %package -n python3-botocore Summary: Low-level, data-driven core of boto 3. -Provides: python-botocore +Provides: python-botocore = %{version}-%{release} BuildRequires: python3-jmespath BuildRequires: python3-dateutil BuildRequires: python3-urllib3 @@ -51,20 +51,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 liqiuyu - 1.29.30-1 +- Update package to version 1.29.30 + * Thu Nov 10 2022 liqiuyu - 1.29.6-1 - Upgrade package to version 1.29.6