From f27e5a7e3851a6492e7ab74d164be9414b9574b6 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Oct 04 2017 15:26:08 +0000 Subject: Cleanup spec file conditionals --- diff --git a/brltty.spec b/brltty.spec index 987241b..3939376 100644 --- a/brltty.spec +++ b/brltty.spec @@ -3,7 +3,7 @@ %global with_python3 1 -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} <= 7 %global with_python3 0 %endif @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -433,6 +433,9 @@ fi %endif %changelog +* Wed Oct 04 2017 Troy Dawson - 5.5-10 +- Cleanup spec file conditionals + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 5.5-9 - Python 2 binary package renamed to python2-brltty See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3