summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-07-23 16:08:11 -0700
committerAndy Grover <agrover@redhat.com>2013-07-23 16:08:11 -0700
commit865d2db6131392a17c59dfab591baec4ad57bd1b (patch)
tree9a2341fd183eef2de35098e63837083424f26323 /rpm
parent2025abaaa15e2f3f13b3b74c9173c9061edc4d60 (diff)
parent5fcb00e77153b6a9e188c00a06d88783e7d273f7 (diff)
downloadconfigshell-fb-865d2db6131392a17c59dfab591baec4ad57bd1b.tar.gz
Merge branch 'upstream' into dev
Conflicts: README
Diffstat (limited to 'rpm')
-rw-r--r--rpm/python-configshell.spec.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/python-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index 6068e71..f44722c 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -1,7 +1,7 @@
%define oname configshell
Name: python-configshell
-License: AGPLv3
+License: Apache License 2.0
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs.
Version: VERSION
@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
BuildArch: noarch
BuildRequires: python-devel, epydoc, python-simpleparse
Requires: python-simpleparse, python-urwid >= 0.9.9, epydoc
-Vendor: RisingTide Systems
+Vendor: Datera, Inc.
%description
A framework to implement simple but nice command-line interfaces.