From 0a6c7018488a04bbdf53966f00e5d9399688615c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 04:00:52 +0000 Subject: automatic import of python-ifstate --- .gitignore | 1 + python-ifstate.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7a44b66..57d139e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ifstate-1.8.3.tar.gz +/ifstate-1.8.4.tar.gz diff --git a/python-ifstate.spec b/python-ifstate.spec index 2e52958..36bd22d 100644 --- a/python-ifstate.spec +++ b/python-ifstate.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ifstate -Version: 1.8.3 +Version: 1.8.4 Release: 1 Summary: Manage host interface settings in a declarative manner License: GPL3+ URL: https://ifstate.net/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/20/79bbb2fc7311e4954f365b857b4825655e63291b96c117241f799d15a2dd/ifstate-1.8.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d3/63/7d1d54526921561551ace1d597c6878a78092d336a3f6ecfe768dc8334a9/ifstate-1.8.4.tar.gz BuildArch: noarch Requires: python3-jsonschema @@ -90,7 +90,7 @@ operates idempotent. %prep -%autosetup -n ifstate-1.8.3 +%autosetup -n ifstate-1.8.4 %build %py3_build @@ -104,20 +104,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 . @@ -130,5 +130,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 1.8.3-1 +* Fri Jun 09 2023 Python_Bot - 1.8.4-1 - Package Spec generated diff --git a/sources b/sources index d45108b..d0d1656 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bb0b231d3b49119d5753eca2b99935f ifstate-1.8.3.tar.gz +5da8cb4a132478b1d1ada45c11551566 ifstate-1.8.4.tar.gz -- cgit v1.2.3