Cleanup spec file conditionals

epel8
Troy Dawson 7 years ago
parent 8f68c1b9c3
commit 012dc72ff1

@ -9,7 +9,7 @@
%filter_setup %filter_setup
%{!?py2ver: %global py2ver %(%{?__python2} -c 'import sys; print(sys.version[0:3])' 2>/dev/null)} %{!?py2ver: %global py2ver %(%{?__python2} -c 'import sys; print(sys.version[0:3])' 2>/dev/null)}
%if 0%{?fedora} %if 0%{?fedora} || 0%{?rhel} > 7
%global with_python3 1 %global with_python3 1
%endif %endif
@ -20,7 +20,7 @@
Name: python-zope-interface Name: python-zope-interface
Version: 4.3.3 Version: 4.3.3
Release: 6%{?dist} Release: 7%{?dist}
Summary: Zope 3 Interface Infrastructure Summary: Zope 3 Interface Infrastructure
Group: Development/Libraries Group: Development/Libraries
License: ZPLv2.1 License: ZPLv2.1
@ -139,6 +139,9 @@ PYTHONPATH=$(pwd) nosetests-%{py3ver}
%endif %endif
%changelog %changelog
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 4.3.3-7
- Cleanup spec file conditionals
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.3-6 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save