diff options
Diffstat (limited to 'python-pytest-resilient-circuits.spec')
| -rw-r--r-- | python-pytest-resilient-circuits.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pytest-resilient-circuits.spec b/python-pytest-resilient-circuits.spec index 8190238..2be616c 100644 --- a/python-pytest-resilient-circuits.spec +++ b/python-pytest-resilient-circuits.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-resilient-circuits -Version: 48.2.4321 +Version: 49.0.4423 Release: 1 Summary: Resilient Circuits fixtures for PyTest License: MIT URL: https://github.com/ibmresilient/resilient-python-api/tree/main/resilient-resilient-circuits -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/1b/fc1f488b92d625c2fb31892cb69b73ed7196cec86168dd7b534365e06a1b/pytest_resilient_circuits-48.2.4321.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c5/bc/388cf139b1ca3d1418185d09961135071d44a78e2c82b419315385d96cb2/pytest_resilient_circuits-49.0.4423.tar.gz BuildArch: noarch Requires: python3-resilient-circuits @@ -139,7 +139,7 @@ IN THE SOFTWARE. %prep -%autosetup -n pytest-resilient-circuits-48.2.4321 +%autosetup -n pytest_resilient_circuits-49.0.4423 %build %py3_build @@ -153,20 +153,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 . @@ -179,5 +179,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 48.2.4321-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 49.0.4423-1 - Package Spec generated |
