diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:01:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:01:31 +0000 |
| commit | 6546c89d0e19d036eddc4d5d8bbbb95c60adc457 (patch) | |
| tree | d39f7b3ba8bf82303c000f264a015348f06949f6 | |
| parent | 5a11560a27a1267ee586a6f6c34eb650d50a15cd (diff) | |
automatic import of python-s3scanneropeneuler20.03
| -rw-r--r-- | python-s3scanner.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-s3scanner.spec b/python-s3scanner.spec index 3636442..225bc6e 100644 --- a/python-s3scanner.spec +++ b/python-s3scanner.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Scan for open S3 buckets and dump the contents License: MIT License URL: https://github.com/sa7mon/S3Scanner -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/28/20af6edde8edee3e44cbaeaab0cbe0fb1dd64d9f613bd1f68b678cee944b/S3Scanner-2.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7c/28/20af6edde8edee3e44cbaeaab0cbe0fb1dd64d9f613bd1f68b678cee944b/S3Scanner-2.0.2.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -454,20 +454,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 . @@ -480,5 +480,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 - Package Spec generated |
