!2 Fix source0

Merge pull request !2 from alan/master
This commit is contained in:
openeuler-ci-bot 2020-09-09 11:45:30 +08:00 committed by Gitee
commit d12735a750
3 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -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 <liuweibo10@huawei.com> - 1.1.27-2
- Fix Source0
* Tue Nov 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.27-1
- Package init

BIN
v1.1.27.tar.gz Normal file

Binary file not shown.