diff options
Diffstat (limited to 'python-pulumi-hcloud.spec')
-rw-r--r-- | python-pulumi-hcloud.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pulumi-hcloud.spec b/python-pulumi-hcloud.spec index df35d6d..ec2bdbf 100644 --- a/python-pulumi-hcloud.spec +++ b/python-pulumi-hcloud.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulumi-hcloud -Version: 1.12.0 +Version: 1.12.1 Release: 1 Summary: A Pulumi package for creating and managing hcloud cloud resources. License: Apache-2.0 URL: https://pulumi.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/66/7f238488ea974f9e870dc383bd97be0c88fc180b0fd5b7b0364ba21fc8c6/pulumi_hcloud-1.12.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b3/34/050d76ca19fd1ff0eeff21e90279e684729f1b99fcb887a69e70aa990716/pulumi_hcloud-1.12.1.tar.gz BuildArch: noarch @@ -181,7 +181,7 @@ For further information, please visit [the HCloud provider docs](https://www.pul %prep -%autosetup -n pulumi-hcloud-1.12.0 +%autosetup -n pulumi_hcloud-1.12.1 %build %py3_build @@ -195,20 +195,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 . @@ -221,5 +221,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.1-1 - Package Spec generated |