summaryrefslogtreecommitdiff
path: root/python-pulumi-keycloak.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:32:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:32:24 +0000
commit428d4eb2472fe090d8981c728315ed7706291797 (patch)
tree25b59d2a5747f599b0bb5e1b8dfd292535396a5d /python-pulumi-keycloak.spec
parenta8488fe3846707e95ec48a2ffa1b3c87931983bd (diff)
automatic import of python-pulumi-keycloakopeneuler20.03
Diffstat (limited to 'python-pulumi-keycloak.spec')
-rw-r--r--python-pulumi-keycloak.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pulumi-keycloak.spec b/python-pulumi-keycloak.spec
index e5c3af9..274615d 100644
--- a/python-pulumi-keycloak.spec
+++ b/python-pulumi-keycloak.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pulumi-keycloak
-Version: 5.1.0
+Version: 5.2.0
Release: 1
Summary: A Pulumi package for creating and managing keycloak cloud resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/49/ed1e3850429bfcb7ede26d1be7334912e4a2509764465cf99dfbcb637fd4/pulumi_keycloak-5.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ad/95/1e31c806f56a027d256bb7310ee85faf0b54bcfc73cf41ef3aa6ab34c0a6/pulumi_keycloak-5.2.0.tar.gz
BuildArch: noarch
@@ -250,7 +250,7 @@ For further information, please visit [the Keycloak provider docs](https://www.p
%prep
-%autosetup -n pulumi-keycloak-5.1.0
+%autosetup -n pulumi_keycloak-5.2.0
%build
%py3_build
@@ -264,20 +264,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 .
@@ -290,5 +290,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.2.0-1
- Package Spec generated