diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 03:28:58 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 03:28:58 +0000 |
| commit | ffc160017bb18d08f8cdf265e8047b598e732aef (patch) | |
| tree | 1b7b10b5dc6a933cbee11e31a628355084c8ec76 | |
| parent | 0fdb6403f02f751bea43b1cc892d5926cd7a62ef (diff) | |
automatic import of python-postfix-mta-sts-resolveropeneuler20.03
| -rw-r--r-- | python-postfix-mta-sts-resolver.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-postfix-mta-sts-resolver.spec b/python-postfix-mta-sts-resolver.spec index 148b1eb..bf96744 100644 --- a/python-postfix-mta-sts-resolver.spec +++ b/python-postfix-mta-sts-resolver.spec @@ -540,7 +540,7 @@ Second option - specify new path in shebang of scripts installed in virtualenv. Inspired by [this forum thread](http://postfix.1071664.n5.nabble.com/MTA-STS-when-td95086.html). %prep -%autosetup -n postfix-mta-sts-resolver-1.3.0 +%autosetup -n postfix_mta_sts_resolver-1.3.0 %build %py3_build @@ -554,20 +554,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 . @@ -580,5 +580,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 - Package Spec generated |
