Cleanup spec file conditionals

epel8
Troy Dawson 7 years ago
parent bbb3e2adcf
commit 5927aeecb0

@ -1,10 +1,10 @@
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} > 7
%global with_python3 1
%endif
Name: python-zope-event
Version: 4.2.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Zope Event Publication
Group: Development/Languages
License: ZPLv2.1
@ -114,6 +114,9 @@ popd
%endif
%changelog
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 4.2.0-7
- Cleanup spec file conditionals
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Loading…
Cancel
Save