update version to 1.29.30

This commit is contained in:
liqiuyu123 2022-12-15 15:38:53 +08:00
parent bea664caab
commit e5c1945cf0
2 changed files with 11 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-botocore Name: python-botocore
Version: 1.29.6 Version: 1.29.30
Release: 1 Release: 1
Summary: Low-level, data-driven core of boto 3. Summary: Low-level, data-driven core of boto 3.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/boto/botocore 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 BuildArch: noarch
Requires: python3-jmespath Requires: python3-jmespath
@ -18,7 +18,7 @@ botocore package is the foundation for the AWS CLI as well as boto3.
%package -n python3-botocore %package -n python3-botocore
Summary: Low-level, data-driven core of boto 3. Summary: Low-level, data-driven core of boto 3.
Provides: python-botocore Provides: python-botocore = %{version}-%{release}
BuildRequires: python3-jmespath BuildRequires: python3-jmespath
BuildRequires: python3-dateutil BuildRequires: python3-dateutil
BuildRequires: python3-urllib3 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 if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot} pushd %{buildroot}
if [ -d usr/lib ]; then 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 fi
if [ -d usr/lib64 ]; then 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 fi
if [ -d usr/bin ]; then 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 fi
if [ -d usr/sbin ]; then 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 fi
touch doclist.lst touch doclist.lst
if [ -d usr/share/man ]; then 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 fi
popd popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.29.30-1
- Update package to version 1.29.30
* Thu Nov 10 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.29.6-1 * Thu Nov 10 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.29.6-1
- Upgrade package to version 1.29.6 - Upgrade package to version 1.29.6