summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-regipy.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 4006921..e32e755 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/regipy-3.1.5.tar.gz
+/regipy-3.1.6.tar.gz
diff --git a/python-regipy.spec b/python-regipy.spec
index 0cc3773..250d765 100644
--- a/python-regipy.spec
+++ b/python-regipy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-regipy
-Version: 3.1.5
+Version: 3.1.6
Release: 1
Summary: Python Registry Parser
License: MIT
URL: https://github.com/mkorman90/regipy/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/51/1cdf073e058cefc817ffa6309653b15ec89b2e55cf73984f89d9478b85c3/regipy-3.1.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e0/f2/61846ba036f840b3cfe9b412dca3ef629bdc7506faafbd56b2c8de987950/regipy-3.1.6.tar.gz
BuildArch: noarch
Requires: python3-construct
@@ -68,7 +68,7 @@ Features:
* Execute plugins from a robust plugin system (i.e: amcache, shimcache, extract computer name...)
%prep
-%autosetup -n regipy-3.1.5
+%autosetup -n regipy-3.1.6
%build
%py3_build
@@ -82,20 +82,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 .
@@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.6-1
- Package Spec generated
diff --git a/sources b/sources
index a949b1b..18bf0bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c622cd5d0a5adc6184a0b6242a546f18 regipy-3.1.5.tar.gz
+41bd8c3f9f07f51d9a44e0d06ebd4882 regipy-3.1.6.tar.gz