diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pulumi-github.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /pulumi_github-5.9.0.tar.gz /pulumi_github-5.9.1.tar.gz +/pulumi_github-5.10.0.tar.gz diff --git a/python-pulumi-github.spec b/python-pulumi-github.spec index 689c6e6..c391049 100644 --- a/python-pulumi-github.spec +++ b/python-pulumi-github.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulumi-github -Version: 5.9.1 +Version: 5.10.0 Release: 1 Summary: A Pulumi package for creating and managing github cloud resources. License: Apache-2.0 URL: https://pulumi.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c9/c7/93ab5613466154b7124ec8eae861573f6b499bd2807accd6d08c5fa08291/pulumi_github-5.9.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/46/b3/ed45616a3c85a138029dc0b1fb0a9f6613f4a37a9b4337381a9c7329ee19/pulumi_github-5.10.0.tar.gz BuildArch: noarch @@ -214,7 +214,7 @@ or for detailed reference documentation, please visit [the API docs](https://www %prep -%autosetup -n pulumi-github-5.9.1 +%autosetup -n pulumi_github-5.10.0 %build %py3_build @@ -228,20 +228,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 . @@ -254,5 +254,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.10.0-1 - Package Spec generated @@ -1 +1 @@ -b2289d49d20f34354f2c9315241c35d8 pulumi_github-5.9.1.tar.gz +46081e15dc6a5cef886daa9d101a78cf pulumi_github-5.10.0.tar.gz |
