summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:39:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:39:36 +0000
commit66555f2774ed305dd9954af8cfde7663db3ed9a7 (patch)
treee62f49254b5643c39aa00655b7e7d0de0a72ec15
parent22370d23d7638197d1a109ead5551fbe99474279 (diff)
automatic import of python-pulumi-hcloudopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-hcloud.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8b7f926..c47455b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pulumi_hcloud-1.12.0.tar.gz
+/pulumi_hcloud-1.12.1.tar.gz
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
diff --git a/sources b/sources
index b639d1a..84282b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6658f628a8311934d1b097099dd35456 pulumi_hcloud-1.12.0.tar.gz
+fe3d4ed1ebd6f5a15140c1adbbd746c8 pulumi_hcloud-1.12.1.tar.gz