From 892df36c95a8dc4daa1f76a11081ec4d67e26bdb Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 04:45:40 +0000 Subject: automatic import of python-apache-airflow-backport-providers-ftp --- python-apache-airflow-backport-providers-ftp.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-apache-airflow-backport-providers-ftp.spec b/python-apache-airflow-backport-providers-ftp.spec index 273b378..649c719 100644 --- a/python-apache-airflow-backport-providers-ftp.spec +++ b/python-apache-airflow-backport-providers-ftp.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Backport provider package apache-airflow-backport-providers-ftp for Apache Airflow License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/a2/a6581f4eb499357474eb874bc2e9d98a5f2e983fc483f721b512e108a821/apache-airflow-backport-providers-ftp-2021.3.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/08/a2/a6581f4eb499357474eb874bc2e9d98a5f2e983fc483f721b512e108a821/apache-airflow-backport-providers-ftp-2021.3.17.tar.gz BuildArch: noarch @@ -558,20 +558,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 . @@ -584,5 +584,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 2021.3.17-1 +* Fri Jun 09 2023 Python_Bot - 2021.3.17-1 - Package Spec generated -- cgit v1.2.3