diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:22:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:22:31 +0000 |
| commit | 41559d9fc34ef6daf86e2f6043e7f26c914e0c8e (patch) | |
| tree | b62cbbc2e83a7b68efdb0d4fbc060ac6ec7a1d5a | |
| parent | cce83949e3bbfd24f88fe1a05273a9abda35545d (diff) | |
automatic import of python-podmanopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-podman.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /podman-4.5.0.tar.gz +/podman-4.5.1.tar.gz diff --git a/python-podman.spec b/python-podman.spec index c9e6cc5..94914c0 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-podman -Version: 4.5.0 +Version: 4.5.1 Release: 1 Summary: Bindings for Podman RESTful API License: Apache-2.0 URL: https://github.com/containers/podman-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/9f/3dd79099e01a21ec31dd86499f058166714e8d9fb21f7da102297c419270/podman-4.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/73/b7/73f0aa999936c964fd6393c8a3b2339621bceb5cadb3de2a1330161625f9/podman-4.5.1.tar.gz BuildArch: noarch Requires: python3-pyxdg @@ -182,7 +182,7 @@ See [CONTRIBUTING.md](https://github.com/containers/podman-py/blob/main/CONTRIBU %prep -%autosetup -n podman-4.5.0 +%autosetup -n podman-4.5.1 %build %py3_build @@ -196,20 +196,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 . @@ -222,5 +222,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.5.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.5.1-1 - Package Spec generated @@ -1 +1 @@ -f9d0f671a3696d84da28518d37f85951 podman-4.5.0.tar.gz +dc9510fe87df240f575542b043fb24d4 podman-4.5.1.tar.gz |
