diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:25:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:25:36 +0000 |
commit | c61cecc580717448605a57987016adcbacf2041f (patch) | |
tree | d6792c5ed265fd6cea39b295f94998422f7b5e03 | |
parent | 6b89477c9de76b5c1c118e37616b41625f5af79f (diff) |
automatic import of python-wikimedia-spicerackopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-wikimedia-spicerack.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /wikimedia-spicerack-7.1.0.tar.gz +/wikimedia-spicerack-7.2.0.tar.gz diff --git a/python-wikimedia-spicerack.spec b/python-wikimedia-spicerack.spec index 9b8b09d..5f5f271 100644 --- a/python-wikimedia-spicerack.spec +++ b/python-wikimedia-spicerack.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wikimedia-spicerack -Version: 7.1.0 +Version: 7.2.0 Release: 1 Summary: Automation framework for the WMF production infrastructure License: GPLv3+ URL: https://github.com/wikimedia/operations-software-spicerack -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/41/cd2edc70631384ee3bb400cafb128b3e9c64d815e99d86b3e68a85e40611/wikimedia-spicerack-7.1.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/04/d5/66cdcc3914d899f977b850bdc1710139eea793ad600e8f37275d10d76771/wikimedia-spicerack-7.2.0.tar.gz BuildArch: noarch Requires: python3-conftool @@ -69,7 +69,7 @@ Foundation's (WMF) production infrastructure. It provides also an entry point sc available cookbooks, both one by one or via an interactive menu. %prep -%autosetup -n wikimedia-spicerack-7.1.0 +%autosetup -n wikimedia-spicerack-7.2.0 %build %py3_build @@ -83,20 +83,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 . @@ -109,5 +109,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 7.1.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 7.2.0-1 - Package Spec generated @@ -1 +1 @@ -462a8af40da6bad514f2d1253289b6b9 wikimedia-spicerack-7.1.0.tar.gz +7a4c081a38d645d625d896652f90cdeb wikimedia-spicerack-7.2.0.tar.gz |