diff --git a/configshell-fb-1.1.27.tar.gz b/configshell-fb-1.1.27.tar.gz deleted file mode 100644 index eae158e..0000000 Binary files a/configshell-fb-1.1.27.tar.gz and /dev/null differ diff --git a/python-configshell.spec b/python-configshell.spec index 431bf36..65868cf 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -4,10 +4,10 @@ Name: python-configshell Summary: Python library that provides a framework for building simple but nice CLI-based applications. Version: 1.1.27 -Release: 1 +Release: 2 License: ASL 2.0 URL: https://github.com/open-iscsi/configshell-fb -Source0: %{srcname}-%{version}.tar.gz +Source0: https://github.com/open-iscsi/configshell-fb/archive/v1.1.27.tar.gz BuildArch: noarch %global _description\ @@ -32,7 +32,7 @@ Requires: python3-pyparsing python3-urwid %description -n python3-configshell %_description %prep -%autosetup -n %{srcname}-%{version} -p1 -Sgit +%autosetup -n configshell-fb-%{version} -p1 -Sgit rm -rf %{py3dir} cp -a . %{py3dir} @@ -61,5 +61,9 @@ popd %doc README.md %changelog +%changelog +* Wed Sep 9 2020 liuweibo - 1.1.27-2 +- Fix Source0 + * Tue Nov 12 2019 openEuler Buildteam - 1.1.27-1 - Package init diff --git a/v1.1.27.tar.gz b/v1.1.27.tar.gz new file mode 100644 index 0000000..9e942d2 Binary files /dev/null and b/v1.1.27.tar.gz differ