From ed228b6f917cd36bfbd4bab303948f671baba7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 15 Jan 2019 12:37:02 +0100 Subject: [PATCH] Remove Python 2 subpackage (#1635604) --- tracer.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/tracer.spec b/tracer.spec index 975d1ba..eee44e7 100644 --- a/tracer.spec +++ b/tracer.spec @@ -1,6 +1,4 @@ -%if 0%{?rhel} - -%if 0%{?rhel} <= 7 +%if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_without python2 %bcond_with python3 %bcond_with suggest @@ -10,15 +8,9 @@ %bcond_without suggest %endif -%else -%bcond_without python2 -%bcond_without python3 -%bcond_without suggest -%endif - Name: tracer Version: 0.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -178,6 +170,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog +* Tue Jan 15 2019 Miro Hrončok - 0.7.1-3 +- Remove Python 2 subpackage (#1635604) + * Wed Jan 09 2019 Jakub Kadlčík 0.7.1-1 - Fix #116 - Support currrent versions of DNF (elyscape@gmail.com) - Fix #112 - handle PIDs that have no unit_path (seanokeeffe797@gmail.com)