[sqlcli] fix per kashyap comments

Lars Kellogg-Stedman larsks at fedoraproject.org
Tue Dec 17 19:05:40 UTC 2013


commit 1f1d1d798838182e2e35ffd4414c2e0b3757a95e
Author: Lars Kellogg-Stedman <lars at redhat.com>
Date:   Mon Dec 16 14:00:09 2013 -0500

    fix per kashyap comments

 sqlcli.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/sqlcli.spec b/sqlcli.spec
index 433f433..259a357 100644
--- a/sqlcli.spec
+++ b/sqlcli.spec
@@ -1,9 +1,9 @@
 Name:		sqlcli
 Version:	2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A command-line SQL query utility
 
-License:	GPLv3
+License:	GPLv3+
 URL:		http://github.com/larsks/sqlcli/
 Source0:	https://github.com/larsks/sqlcli/archive/%{name}-%{version}.tar.gz
 
@@ -31,7 +31,7 @@ of the OpenStack services).
 %{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot} -O1 --skip-build
 
 %files
-%doc README.md
+%doc README.md COPYING
 
 %attr(0755,root,root) %{_bindir}/sqlcli
 
@@ -40,6 +40,10 @@ of the OpenStack services).
 
 %changelog
 
+* Wed Nov 27 2013 Lars Kellogg-Stedman <lars at oddbit.com> - 2-3
+- update license name (GPLv3 -> GPLv3+)
+- added license file to %doc
+
 * Mon Nov 25 2013 Lars Kellogg-Stedman <lars at oddbit.com> - 2-2
 - udpated sqlcli upstream includes license information
 - spec file fixes in response to package review


More information about the scm-commits mailing list