Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-09-27 08:07:01 -07:00
parent 0a0ebcf94b
commit 33fe1c0e57
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} >= 8
%global with_python3 1
%endif
Name: python-cffi
Version: 1.11.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Foreign Function Interface for Python to call C code
License: MIT
URL: http://cffi.readthedocs.org/
@ -99,6 +99,9 @@ rm build/html/.buildinfo
%doc doc/build/html
%changelog
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 1.11.0-2
- Cleanup spec file conditionals
* Sat Sep 23 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.0-1
- New release 1.11.0