summaryrefslogtreecommitdiff
path: root/python-airflow-docker.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:52:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:52:57 +0000
commit5d1fc25d9c5bd06c6082242cc8beb43f0ae48e36 (patch)
tree34da81f353fb35d431e93c0125c5eeda5a56bafe /python-airflow-docker.spec
parent250f95bcc75798c9994f205a784597982aefcae4 (diff)
automatic import of python-airflow-dockeropeneuler20.03
Diffstat (limited to 'python-airflow-docker.spec')
-rw-r--r--python-airflow-docker.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-airflow-docker.spec b/python-airflow-docker.spec
index 48b464b..2d2fd1b 100644
--- a/python-airflow-docker.spec
+++ b/python-airflow-docker.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An opinionated implementation of exclusively using airflow DockerOperators for all Operators
License: Apache License 2.0
URL: https://github.com/huntcsg/airflow-docker
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/13/f54226f8d4d3d0840b661df0f7f7067cbedce39c311cd6572b30961a6c9b/airflow-docker-2.1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/29/13/f54226f8d4d3d0840b661df0f7f7067cbedce39c311cd6572b30961a6c9b/airflow-docker-2.1.1.tar.gz
BuildArch: noarch
Requires: python3-apache-airflow[celery,docker]
@@ -64,20 +64,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 .
@@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1
- Package Spec generated