From 460e9c1bdb8fe370f4fa4db4108c91f7d6c6135f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:58:55 +0000 Subject: automatic import of python-agent360 --- .gitignore | 1 + python-agent360.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7d35557..ec59931 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /agent360-1.2.43.tar.gz +/agent360-1.2.44.tar.gz diff --git a/python-agent360.spec b/python-agent360.spec index 942081c..464ae1b 100644 --- a/python-agent360.spec +++ b/python-agent360.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-agent360 -Version: 1.2.43 +Version: 1.2.44 Release: 1 Summary: 360 agent License: BSD-3-Clause URL: https://github.com/plesk/agent360 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/b0/5fe1da76e7856d8545b0b14229afebfb6234d196633e6e433b2e8d9129f7/agent360-1.2.43.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9d/a7/9bce7366cbc45c6a489963c0b2814f576378e2cd08d860336464b82bf675/agent360-1.2.44.tar.gz BuildArch: noarch Requires: python3-psutil @@ -339,7 +339,7 @@ Run `php windows/build.php` to create setup file. %prep -%autosetup -n agent360-1.2.43 +%autosetup -n agent360-1.2.44 %build %py3_build @@ -353,20 +353,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 . @@ -379,5 +379,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 1.2.43-1 +* Thu Jun 08 2023 Python_Bot - 1.2.44-1 - Package Spec generated diff --git a/sources b/sources index 3e4df1e..0ef0133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fed6d1fa125b4b3a6267ea43a6a907f agent360-1.2.43.tar.gz +d7003b67c15ba3321ed3300b34059be1 agent360-1.2.44.tar.gz -- cgit v1.2.3