update to 0.23

This commit is contained in:
fu-shanqing 2022-08-03 04:57:45 +08:00
parent 7922a75fd6
commit 92a1c9c1d0
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
ifcfg-0.23.tar.gz Normal file

Binary file not shown.

View File

@ -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 <fushanqing@kylinos.cn> - 0.23-1
- update to 0.23
* Wed Feb 10 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated