diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:00:52 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:00:52 +0000 |
| commit | 0a6c7018488a04bbdf53966f00e5d9399688615c (patch) | |
| tree | 25ac8cc7e862868170224ea16cb118c5b9b5f49b /python-ifstate.spec | |
| parent | fc1c0dab38634d624e54f175a28d299a74f24878 (diff) | |
automatic import of python-ifstateopeneuler20.03
Diffstat (limited to 'python-ifstate.spec')
| -rw-r--r-- | python-ifstate.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.8.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.4-1 - Package Spec generated |
