From 104e3e4b669e6cfe0f5b47bdd19f055b96942c34 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 3 Oct 2018 10:07:22 +0200 Subject: [PATCH] Put back python2 subpackages Related: rhbz#1634973 Version: 2.7.5-5 --- python-psycopg2.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 7b55aa6..72861b1 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,10 +1,6 @@ %if 0%{?fedora} %bcond_without python3 - %if 0%{?fedora} > 29 - %bcond_with python2 - %else - %bcond_without python2 - %endif + %bcond_without python2 %else %if 0%{?rhel} > 7 %bcond_with python2 @@ -278,6 +274,7 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %changelog * Wed Oct 03 2018 Pavel Raiskup - 2.7.5-5 - prepare --without=debugrpms option (rhbz#1635166) +- get the python2 packages back for a while (rhbz#1634973) * Wed Oct 03 2018 Pavel Raiskup - 2.7.5-4 - drop python2* on f30+ (rhbz#1634973)