diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-iboxstacksops.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /iboxstacksops-0.7.2.tar.gz +/iboxstacksops-0.8.0.tar.gz diff --git a/python-iboxstacksops.spec b/python-iboxstacksops.spec index a1b0a16..2d857e3 100644 --- a/python-iboxstacksops.spec +++ b/python-iboxstacksops.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-iboxstacksops -Version: 0.7.2 +Version: 0.8.0 Release: 1 Summary: AWS Infrastructure in a Box - Stacks management program License: OSI Approved :: Open Software License 3.0 (OSL-3.0) URL: https://github.com/mello7tre/AwsIBoxStackOps -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/27/458a8bd73166735c010d57375f220afd1ef1f5e90dbf945dc74d0d140821/iboxstacksops-0.7.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/41/ff/a945e717ec3e0c9b24db3d108316bd97040126177e9fec508055ea1418c6/iboxstacksops-0.8.0.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -71,7 +71,7 @@ This software is distributed under the terms of the MIT [license](LICENSE). %prep -%autosetup -n iboxstacksops-0.7.2 +%autosetup -n iboxstacksops-0.8.0 %build %py3_build @@ -85,20 +85,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 . @@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.0-1 - Package Spec generated @@ -1 +1 @@ -29a741c3445aedbd3ed28309def6aad3 iboxstacksops-0.7.2.tar.gz +ae12a5f141e3f70aa3ac2d5313f4238b iboxstacksops-0.8.0.tar.gz |