summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:49:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:49:30 +0000
commit72d08c182fbe12b41ce572c7fbc835300d6a39a0 (patch)
tree3da4944e0b01f2b76ea99ac69f1d82b73a039864
parente1a5b9a6a89f5732730da4882de86cbc05316354 (diff)
automatic import of python-pytest-terraformopeneuler20.03
-rw-r--r--python-pytest-terraform.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytest-terraform.spec b/python-pytest-terraform.spec
index ce421a6..7abf044 100644
--- a/python-pytest-terraform.spec
+++ b/python-pytest-terraform.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A pytest plugin for using terraform fixtures
License: Apache-2.0
URL: https://github.com/cloud-custodian/pytest-terraform
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/63/bb44d75b4e6f376888ec8d6e31e055e3b8d8a7a95dccb933ea7eca148161/pytest-terraform-0.6.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/bd/63/bb44d75b4e6f376888ec8d6e31e055e3b8d8a7a95dccb933ea7eca148161/pytest-terraform-0.6.4.tar.gz
BuildArch: noarch
Requires: python3-pytest
@@ -754,20 +754,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 .
@@ -780,5 +780,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.4-1
- Package Spec generated