summaryrefslogtreecommitdiffstats
path: root/python-pecan-notario.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-pecan-notario.spec')
-rw-r--r--python-pecan-notario.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-pecan-notario.spec b/python-pecan-notario.spec
index afb5107..8ccf106 100644
--- a/python-pecan-notario.spec
+++ b/python-pecan-notario.spec
@@ -6,9 +6,9 @@
Name: python-%{srcname}
Version: 0.0.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: JSON validation for Pecan with Notario
-License: MIT
+License: BSD
URL: https://github.com/alfredodeza/pecan-notario
Source0: https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
@@ -92,6 +92,9 @@ py.test-%{python3_version} -v pecan_notario/tests
%endif # with_python3
%changelog
+* Tue Mar 15 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.3-3
+- correct license tag (rhbz#1315816)
+
* Tue Mar 15 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.3-2
- use %%global instead of %%define (rhbz#1315816)