summaryrefslogtreecommitdiff
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
parenta8488fe3846707e95ec48a2ffa1b3c87931983bd (diff)
automatic import of python-pulumi-keycloakopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-keycloak.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index d700a67..adac4a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pulumi_keycloak-5.1.0.tar.gz
+/pulumi_keycloak-5.2.0.tar.gz
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
diff --git a/sources b/sources
index c4fdf21..6b005d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2751b303a4fc2b8e4b77007ee4359e5 pulumi_keycloak-5.1.0.tar.gz
+3ae745041c2a18d852becc8dd0ff5087 pulumi_keycloak-5.2.0.tar.gz