diff --git a/ifcfg-0.21.tar.gz b/ifcfg-0.21.tar.gz deleted file mode 100644 index 92b8019..0000000 Binary files a/ifcfg-0.21.tar.gz and /dev/null differ diff --git a/ifcfg-0.23.tar.gz b/ifcfg-0.23.tar.gz new file mode 100644 index 0000000..eb894e3 Binary files /dev/null and b/ifcfg-0.23.tar.gz differ diff --git a/python-ifcfg.spec b/python-ifcfg.spec index d668fd9..dd211e8 100644 --- a/python-ifcfg.spec +++ b/python-ifcfg.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ifcfg -Version: 0.21 +Version: 0.23 Release: 1 Summary: Python Ifconfig Wrapper for Unix/Linux/MacOSX License: BSD URL: https://github.com/ftao/python-ifcfg -Source0: https://files.pythonhosted.org/packages/0d/9e/849ee352c3be795c09622e3bda2f2fe74ce099d051c48e9c22529146eac5/ifcfg-0.21.tar.gz +Source0: https://files.pythonhosted.org/packages/5e/fd/df8ffd579d7d1c08abba9240e3d640b049f406801bfd5f94c78b5c6355da/ifcfg-0.23.tar.gz BuildArch: noarch @@ -39,7 +39,7 @@ A fallbacks to ``ip`` is included for newer Unix systems w/o ``ifconfig``. Windo systems are supported (in English) through ``ipconfig``. %prep -%autosetup -n ifcfg-0.21 +%autosetup -n ifcfg-0.23 %build %py3_build @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 02 2022 fushanqing - 0.23-1 +- update to 0.23 + * Wed Feb 10 2021 Python_Bot - Package Spec generated