From 650917204682de0c4217b461fc77a02ad5da8524 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 1 Dec 2017 13:49:29 -0800 Subject: [PATCH] Update spec file conditionals --- python-configshell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-configshell.spec b/python-configshell.spec index 7b1f727..3ce3d94 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -1,6 +1,6 @@ # Copyright 2011, Red Hat -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -12,7 +12,7 @@ Group: System Environment/Libraries Summary: A framework to implement simple but nice CLIs Epoch: 1 Version: 1.1.fb23 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/agrover/configshell-fb Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz Patch0: configshell-fix-term.patch @@ -86,6 +86,9 @@ popd %endif %changelog +* Fri Dec 01 2017 Troy Dawson - 1:1.1.fb23-5 +- Update spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1:1.1.fb23-4 - Python 2 binary package renamed to python2-configshell See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3