Change define -> global
This commit is contained in:
parent
f4ed864c11
commit
3b022b6a9c
1 changed files with 7 additions and 4 deletions
|
|
@ -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 <tibbs@math.uh.edu> - 1.4.1-2.1
|
||||
- Change define -> global to fix build issue with epel-rpm-macros.
|
||||
|
||||
* Thu Jan 14 2016 Ding-Yi Chen <dchen@redhat.com> - 1.4.1-2
|
||||
Fix the Fedora 22 rpmlint error.
|
||||
- Fix the Fedora 22 rpmlint error.
|
||||
|
||||
* Wed Jan 13 2016 Ding-Yi Chen <dchen@redhat.com> - 1.4.1-1
|
||||
- Upsteam update to 1.4.1 which fixed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue