summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8525b93..afb5107 100644
--- a/python-pecan-notario.spec
+++ b/python-pecan-notario.spec
@@ -2,11 +2,11 @@
%global with_python3 1
%endif
-%define srcname pecan-notario
+%global srcname pecan-notario
Name: python-%{srcname}
Version: 0.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: JSON validation for Pecan with Notario
License: MIT
URL: https://github.com/alfredodeza/pecan-notario
@@ -92,5 +92,8 @@ py.test-%{python3_version} -v pecan_notario/tests
%endif # with_python3
%changelog
+* Tue Mar 15 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.3-2
+- use %%global instead of %%define (rhbz#1315816)
+
* Mon Mar 07 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.0.3-1
- Initial package