diff --git a/python-fedora.spec b/python-fedora.spec index 7b31af5..5af927a 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -1,7 +1,5 @@ %if 0%{?fedora} -# Disabling python3 subpackage temporarily while rawhide buildroot is broken: -# https://bugzilla.redhat.com/show_bug.cgi?id=1282263 -%global with_python3 0 +%global with_python3 1 %endif %if 0%{?rhel} && 0%{?rhel} <= 6 @@ -12,7 +10,7 @@ Name: python-fedora Version: 0.6.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -275,6 +273,9 @@ rm -rf %{buildroot}%{python2_sitelib}/tests/ %{python2_sitelib}/flask_fas_openid.py* %changelog +* Wed Nov 18 2015 Adam Williamson - 0.6.2-7 +- re-enable python3-fedora now python3-openid is rebuilt + * Mon Nov 16 2015 Ralph Bean - 0.6.2-6 - Patch out python-lockfile dep at the setuptools level to avoid pbr breakage. - Disable python3 subpackage while rawhide buildroot is broken.