summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-onefuzztypes.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8e03fdb..cda16bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/onefuzztypes-8.1.0.tar.gz
+/onefuzztypes-8.2.0.tar.gz
diff --git a/python-onefuzztypes.spec b/python-onefuzztypes.spec
index 47c5195..320c67b 100644
--- a/python-onefuzztypes.spec
+++ b/python-onefuzztypes.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-onefuzztypes
-Version: 8.1.0
+Version: 8.2.0
Release: 1
Summary: Onefuzz Types Library
License: MIT
URL: https://github.com/microsoft/onefuzz/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/7e/ae09bd0739c45692bf6d3fbd2e0139c8f36024d77173c8d443c359d848c5/onefuzztypes-8.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9a/58/752721eb516e8a8e268d770c0b6d4012e2a0f81dbbba00e53e780d49f92e/onefuzztypes-8.2.0.tar.gz
BuildArch: noarch
Requires: python3-pydantic
@@ -128,7 +128,7 @@ the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
%prep
-%autosetup -n onefuzztypes-8.1.0
+%autosetup -n onefuzztypes-8.2.0
%build
%py3_build
@@ -142,20 +142,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 .
@@ -168,5 +168,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 8.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 8.2.0-1
- Package Spec generated
diff --git a/sources b/sources
index 0706ddf..46de413 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6105bde72daabd0de7f147eaa997cd9d onefuzztypes-8.1.0.tar.gz
+ba22f954f2439a5a8e17373df84bfd81 onefuzztypes-8.2.0.tar.gz