summaryrefslogtreecommitdiff
path: root/python-vdk-control-cli.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:22:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:22:50 +0000
commit93cd18280837cbb8d6a34c08f5cdcaec0665d074 (patch)
tree54df592340a70efd7a999a0ed77392e03ce3ca06 /python-vdk-control-cli.spec
parent4aa2f46b0f64d1d5ab498a311d259b6678dd8667 (diff)
automatic import of python-vdk-control-cliopeneuler20.03
Diffstat (limited to 'python-vdk-control-cli.spec')
-rw-r--r--python-vdk-control-cli.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-vdk-control-cli.spec b/python-vdk-control-cli.spec
index 440b135..89da8e4 100644
--- a/python-vdk-control-cli.spec
+++ b/python-vdk-control-cli.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-vdk-control-cli
-Version: 1.3.864600569
+Version: 1.3.870522728
Release: 1
Summary: VDK Control CLI allows user to create, delete, manage and their Data Jobs in Kubernetes runtime.
License: Apache Software License
URL: https://github.com/vmware/versatile-data-kit
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/53/a8/8d1e5060ad060a0541491113a22f3f02d3eb5588bbe9f406ce981cbbf786/vdk-control-cli-1.3.864600569.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/45/cf/46f3809ef17e53bc72c9611cfda57da6fad99216651c5aa01fca00e0a510/vdk-control-cli-1.3.870522728.tar.gz
BuildArch: noarch
@@ -304,7 +304,7 @@ In order to use credentials login type you need to create OAuth2 Application.
%prep
-%autosetup -n vdk-control-cli-1.3.864600569
+%autosetup -n vdk-control-cli-1.3.870522728
%build
%py3_build
@@ -318,20 +318,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 .
@@ -344,5 +344,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.864600569-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.870522728-1
- Package Spec generated