From 010405b3224ef82fad4c3479e8bc67e8329e4901 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:33:22 +0000 Subject: automatic import of python-iboxstacksops --- .gitignore | 1 + python-iboxstacksops.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a979060..cc2eab8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.7.2-1 +* Thu Jun 08 2023 Python_Bot - 0.8.0-1 - Package Spec generated diff --git a/sources b/sources index cf4a19d..aa510f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29a741c3445aedbd3ed28309def6aad3 iboxstacksops-0.7.2.tar.gz +ae12a5f141e3f70aa3ac2d5313f4238b iboxstacksops-0.8.0.tar.gz -- cgit v1.2.3