From 15c962c330d62e2b3185f3dc56ced3aca5e47eb6 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 15 Mar 2016 09:30:09 -0600 Subject: use %%global instead of %%define Resolves: rhbz#1315816 --- python-pecan-notario.spec | 7 +++++-- 1 file 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 - 0.0.3-2 +- use %%global instead of %%define (rhbz#1315816) + * Mon Mar 07 2016 Ken Dreyer - 0.0.3-1 - Initial package -- cgit