diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:50:54 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:50:54 +0000 |
| commit | 41a4c17c3e5337c2a9da81c56fb7d6950318b9b9 (patch) | |
| tree | c7a896859d948d0c61626d85905a15b96c2f7e3b | |
| parent | d6535133c0a5b0471cbed67d5a8102f31e61f6ed (diff) | |
automatic import of python-andeboxopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-andebox.spec | 20 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 10 deletions
@@ -1 +1,2 @@ /andebox-0.35.tar.gz +/andebox-0.47.tar.gz diff --git a/python-andebox.spec b/python-andebox.spec index 2ee953b..6f80ed0 100644 --- a/python-andebox.spec +++ b/python-andebox.spec @@ -1,17 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-andebox -Version: 0.35 +Version: 0.47 Release: 1 Summary: Ansible Developers Box License: MIT URL: https://github.com/russoz-ansible/andebox -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/e0/9de275915ddbc86c542697a140e918c8aa3620a08cfef4a5ae2c300b5174/andebox-0.35.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/9f/92c3a2111540dc805f58b69a039588dc214733b6b1286ad6938a76a96f17/andebox-0.47.tar.gz BuildArch: noarch Requires: python3-ansible-core Requires: python3-pyyaml Requires: python3-vagrant Requires: python3-fabric +Requires: python3-decorator +Requires: python3-looseversion Requires: python3-tox %description @@ -48,7 +50,7 @@ collection directory. It also allows some basic stats gathering from the `tests/sanity/ignore-X.Y.txt` files. %prep -%autosetup -n andebox-0.35 +%autosetup -n andebox-0.47 %build %py3_build @@ -62,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 . @@ -88,5 +90,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.35-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.47-1 - Package Spec generated @@ -1 +1 @@ -5b50d4f15aa002eead363119451dfbb9 andebox-0.35.tar.gz +5dea9f3f252dbba37a63fd57681461bf andebox-0.47.tar.gz |
