From 428d4eb2472fe090d8981c728315ed7706291797 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:32:24 +0000 Subject: automatic import of python-pulumi-keycloak --- python-pulumi-keycloak.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pulumi-keycloak.spec') 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 - 5.1.0-1 +* Thu Jun 08 2023 Python_Bot - 5.2.0-1 - Package Spec generated -- cgit v1.2.3