update to 1.1.fb8-1
Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
parent
bb8b28b696
commit
410f4b22bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/configshell-fb-1.1.fb5.tar.gz
|
/configshell-fb-1.1.fb5.tar.gz
|
||||||
/configshell-fb-1.1.fb6.tar.gz
|
/configshell-fb-1.1.fb6.tar.gz
|
||||||
/configshell-fb-1.1.fb7.tar.gz
|
/configshell-fb-1.1.fb7.tar.gz
|
||||||
|
/configshell-fb-1.1.fb8.tar.gz
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
%global oname configshell-fb
|
%global oname configshell-fb
|
||||||
|
|
||||||
Name: python-configshell
|
Name: python-configshell
|
||||||
License: AGPLv3
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: A framework to implement simple but nice CLIs
|
Summary: A framework to implement simple but nice CLIs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.1.fb7
|
Version: 1.1.fb8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/agrover/configshell-fb
|
URL: https://github.com/agrover/configshell-fb
|
||||||
# Acquire with
|
# Acquire with
|
||||||
@ -34,9 +34,14 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc COPYING README
|
%doc COPYING README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb8-1
|
||||||
|
- New upstream release
|
||||||
|
- License now Apache 2.0
|
||||||
|
- README.md instead of README
|
||||||
|
|
||||||
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
|
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user