diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pulumi-aiven.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pulumi_aiven-6.3.0.tar.gz +/pulumi_aiven-6.3.1.tar.gz diff --git a/python-pulumi-aiven.spec b/python-pulumi-aiven.spec index feaa5c3..78cc7f1 100644 --- a/python-pulumi-aiven.spec +++ b/python-pulumi-aiven.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulumi-aiven -Version: 6.3.0 +Version: 6.3.1 Release: 1 Summary: A Pulumi package for creating and managing Aiven cloud resources. License: Apache-2.0 URL: https://pulumi.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/1e/2f903f817de3f96a772a3179364c827ea81f937d3e54cdaea9537f284886/pulumi_aiven-6.3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d4/83/9c211c8ba9fecd2466703dad783f2c846ed67d9f4b2c4204ea8e94823749/pulumi_aiven-6.3.1.tar.gz BuildArch: noarch @@ -196,7 +196,7 @@ For further information, please visit [the Aiven provider docs](https://www.pulu %prep -%autosetup -n pulumi-aiven-6.3.0 +%autosetup -n pulumi_aiven-6.3.1 %build %py3_build @@ -210,20 +210,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 . @@ -236,5 +236,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.1-1 - Package Spec generated @@ -1 +1 @@ -81e0679b33b572ff8a194955a2a8f2f5 pulumi_aiven-6.3.0.tar.gz +07bab1247b44e8926cd9ed309c14fa5d pulumi_aiven-6.3.1.tar.gz |
