update version to 1.29.30
This commit is contained in:
parent
bea664caab
commit
e5c1945cf0
Binary file not shown.
@ -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 <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
|
||||
- Upgrade package to version 1.29.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user