From 5120cb6b8741f1fc8bf16d399677226b21419c99 Mon Sep 17 00:00:00 2001 From: sagitter Date: Apr 27 2018 19:51:36 +0000 Subject: Conform Python3 builds to coming RHEL major release --- diff --git a/python-biopython.spec b/python-biopython.spec index 1e01104..4ea0933 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -10,7 +10,7 @@ %global python2_version 2.6 %endif -%if 0%{?rhel} && 0%{?rhel} > 6 +%if 0%{?rhel} && 0%{?rhel} == 7 %global with_python3 0 %endif @@ -26,7 +26,7 @@ Name: python-biopython Version: 1.71 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python tools for computational molecular biology Source0: https://github.com/biopython/biopython/archive/biopython-171.tar.gz#/biopython-biopython-171.tar.gz @@ -221,6 +221,9 @@ popd %license python2/LICENSE %changelog +* Fri Apr 27 2018 Antonio Trande - 1.71-2 +- Conform Python3 builds to coming RHEL major release + * Wed Apr 04 2018 Antonio Trande - 1.71-1 - Update to 1.71 (bz#1563655)