diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:46:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:46:49 +0000 |
commit | 8cdc1aec13ab4699fb658314a543456659a42fd6 (patch) | |
tree | 2deb41e6fb7e921b059a7643cdb3872828a17842 | |
parent | a6972d27d3ccd431e9fefb48d1d828493d8b53d9 (diff) |
automatic import of python-os-testsopeneuler20.03
-rw-r--r-- | python-os-tests.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-os-tests.spec b/python-os-tests.spec index d530c70..24e82c5 100644 --- a/python-os-tests.spec +++ b/python-os-tests.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Lightweight, portable and customer centric tests collection for Linux OS License: GPLv3+ URL: https://github.com/virt-s1/os-tests -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/3e/9791734d131a05410af54ea8c7091a2ba626f535f4aa9d1166e51a836de0/os-tests-0.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/3e/9791734d131a05410af54ea8c7091a2ba626f535f4aa9d1166e51a836de0/os-tests-0.2.1.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 - Package Spec generated |