summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2016-03-15 09:49:23 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2016-03-15 09:49:29 -0600
commitf0981581eeb4bce2187aefe802262f6949528e69 (patch)
tree689b629f859d41e8dd83454c018982087cab3f14
parent15c962c330d62e2b3185f3dc56ced3aca5e47eb6 (diff)
downloadpython-pecan-notario-f0981581eeb4bce2187aefe802262f6949528e69.tar.gz
python-pecan-notario-f0981581eeb4bce2187aefe802262f6949528e69.tar.xz
python-pecan-notario-f0981581eeb4bce2187aefe802262f6949528e69.zip
correct license tagHEADmaster
Resolves: rhbz#1315816
-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)