diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:25:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:25:14 +0000 |
| commit | d0cb1d7578e9688ae12ed7856828484e0e7adf57 (patch) | |
| tree | 3709eb166421d9c0d4d3933393e8785a6d1e4bff /python-pulumi-aiven.spec | |
| parent | f7494797c454a0b8211f8579657513f518cc9ba4 (diff) | |
automatic import of python-pulumi-aivenopeneuler20.03
Diffstat (limited to 'python-pulumi-aiven.spec')
| -rw-r--r-- | python-pulumi-aiven.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
