summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-fieldedge-utilities.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 087b433..bcb433f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/fieldedge-utilities-0.23.3.tar.gz
+/fieldedge-utilities-0.24.5.tar.gz
diff --git a/python-fieldedge-utilities.spec b/python-fieldedge-utilities.spec
index 75ca64e..23ae4b6 100644
--- a/python-fieldedge-utilities.spec
+++ b/python-fieldedge-utilities.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-fieldedge-utilities
-Version: 0.23.3
+Version: 0.24.5
Release: 1
Summary: Utilities package for the FieldEdge project.
License: Apache2.0
URL: https://github.com/inmarsat-enterprise/fieldedge-utilities
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/9a/0e8292c5094b14422635c5a74e223d6b453b06feaee32ce3691326ba2b6b/fieldedge-utilities-0.23.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a5/de/32918b7e2c239c544b559e82b1811f43bbc336d7d1b230d081eba32567a9/fieldedge-utilities-0.24.5.tar.gz
BuildArch: noarch
Requires: python3-paho-mqtt
@@ -158,7 +158,7 @@ inter-service communications and task workflows:
%prep
-%autosetup -n fieldedge-utilities-0.23.3
+%autosetup -n fieldedge-utilities-0.24.5
%build
%py3_build
@@ -172,20 +172,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 .
@@ -198,5 +198,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.23.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.24.5-1
- Package Spec generated
diff --git a/sources b/sources
index bcbf517..0c4cf76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a94a75591636f44719fe5f2e66c73dd fieldedge-utilities-0.23.3.tar.gz
+138a1f0c0e4c82da21e353e2339fe657 fieldedge-utilities-0.24.5.tar.gz