summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:25:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:25:14 +0000
commitd0cb1d7578e9688ae12ed7856828484e0e7adf57 (patch)
tree3709eb166421d9c0d4d3933393e8785a6d1e4bff
parentf7494797c454a0b8211f8579657513f518cc9ba4 (diff)
automatic import of python-pulumi-aivenopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-aiven.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7768f98..51a0fc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pulumi_aiven-6.3.0.tar.gz
+/pulumi_aiven-6.3.1.tar.gz
diff --git a/python-pulumi-aiven.spec b/python-pulumi-aiven.spec
index feaa5c3..78cc7f1 100644
--- a/python-pulumi-aiven.spec
+++ b/python-pulumi-aiven.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-aiven
-Version: 6.3.0
+Version: 6.3.1
Release: 1
Summary: A Pulumi package for creating and managing Aiven cloud resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/1e/2f903f817de3f96a772a3179364c827ea81f937d3e54cdaea9537f284886/pulumi_aiven-6.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d4/83/9c211c8ba9fecd2466703dad783f2c846ed67d9f4b2c4204ea8e94823749/pulumi_aiven-6.3.1.tar.gz
BuildArch: noarch
@@ -196,7 +196,7 @@ For further information, please visit [the Aiven provider docs](https://www.pulu
%prep
-%autosetup -n pulumi-aiven-6.3.0
+%autosetup -n pulumi_aiven-6.3.1
%build
%py3_build
@@ -210,20 +210,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 .
@@ -236,5 +236,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.1-1
- Package Spec generated
diff --git a/sources b/sources
index ddf1d65..37a720d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81e0679b33b572ff8a194955a2a8f2f5 pulumi_aiven-6.3.0.tar.gz
+07bab1247b44e8926cd9ed309c14fa5d pulumi_aiven-6.3.1.tar.gz