From 3b022b6a9cd11c8b45721dcfa4ae4304d3cf1deb Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 20 Jan 2016 12:08:30 -0600 Subject: [PATCH] Change define -> global --- zanata-python-client.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 5be3f23..fd82c6e 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -1,8 +1,8 @@ -%{!?__python2: %define __python2 %{__python}} -%{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} +%{!?__python2: %global __python2 %{__python}} +%{!?python2_sitelib: %global python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.1 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Python Client for Zanata Server License: LGPLv2+ URL: http://zanata.org @@ -49,8 +49,11 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir} %changelog +* Wed Jan 20 2016 Jason L Tibbitts III - 1.4.1-2.1 +- Change define -> global to fix build issue with epel-rpm-macros. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 -Fix the Fedora 22 rpmlint error. +- Fix the Fedora 22 rpmlint error. * Wed Jan 13 2016 Ding-Yi Chen - 1.4.1-1 - Upsteam update to 1.4.1 which fixed: