summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:58:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:58:55 +0000
commit460e9c1bdb8fe370f4fa4db4108c91f7d6c6135f (patch)
treeb3aa4619de72a64f548ae64b9b022df0d8c982c6
parent75928a71530563940c6ee261b53a3f9bca8523f4 (diff)
automatic import of python-agent360openeuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-agent360.spec18
-rw-r--r--sources2
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 <Python_Bot@openeuler.org> - 1.2.43-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 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