diff --git a/python-configshell.spec b/python-configshell.spec index e598377..f90d636 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -3,11 +3,11 @@ Name: python-configshell Summary: Python library that provides a framework for building simple but nice CLI-based applications. -Version: 1.1.27 -Release: 4 +Version: 1.1.30 +Release: 1 License: ASL 2.0 URL: https://github.com/open-iscsi/configshell-fb -Source0: https://github.com/open-iscsi/configshell-fb/archive/v1.1.27.tar.gz +Source0: https://github.com/open-iscsi/configshell-fb/archive/v%{version}.tar.gz BuildArch: noarch %global _description\ @@ -47,6 +47,9 @@ popd %doc README.md %changelog +* Wed Jun 14 2023 chenchen - 1.1.30-1 +- Upgrade to version 1.1.30 + * Mon Aug 02 2021 chenyanpanHW - 1.1.27-4 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git diff --git a/v1.1.27.tar.gz b/v1.1.27.tar.gz deleted file mode 100644 index 9e942d2..0000000 Binary files a/v1.1.27.tar.gz and /dev/null differ diff --git a/v1.1.30.tar.gz b/v1.1.30.tar.gz new file mode 100644 index 0000000..a1b7b21 Binary files /dev/null and b/v1.1.30.tar.gz differ