From 1455ffec8c07e10eb0895ad25ebca0871327c869 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:40:42 +0000 Subject: automatic import of python-resilient-lib --- .gitignore | 1 + python-resilient-lib.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index df0bd56..94f1357 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /resilient_lib-48.2.4321.tar.gz +/resilient_lib-49.0.4423.tar.gz diff --git a/python-resilient-lib.spec b/python-resilient-lib.spec index 598f6ac..56bbcab 100644 --- a/python-resilient-lib.spec +++ b/python-resilient-lib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-resilient-lib -Version: 48.2.4321 +Version: 49.0.4423 Release: 1 Summary: Python module with library calls which facilitate the development of Apps for IBM SOAR License: MIT URL: https://github.com/ibmresilient/resilient-python-api/tree/main/resilient-lib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/17/08b6fe98b251482cabe6036cdc0b6b5bf38ed53c698dee7a0f27c9b6085d/resilient_lib-48.2.4321.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/19/0955b73019ab2f1fe66c342c5eed2fb6057848b3b4f8726d65ab80d67930/resilient_lib-49.0.4423.tar.gz BuildArch: noarch Requires: python3-resilient @@ -151,7 +151,7 @@ IN THE SOFTWARE. %prep -%autosetup -n resilient-lib-48.2.4321 +%autosetup -n resilient_lib-49.0.4423 %build %py3_build @@ -165,20 +165,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 . @@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 48.2.4321-1 +* Thu Jun 08 2023 Python_Bot - 49.0.4423-1 - Package Spec generated diff --git a/sources b/sources index 804cdf1..2b49018 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e86559b9ae55b1bb568ab50ae17437d5 resilient_lib-48.2.4321.tar.gz +035cc366513b454a839519b8982311b5 resilient_lib-49.0.4423.tar.gz -- cgit v1.2.3