From 871fc3751e615eb513c5945867734c4f5961931b Mon Sep 17 00:00:00 2001 From: fengtao Date: Wed, 22 Jan 2020 10:42:21 +0800 Subject: [PATCH] add the definition of with_python2 and with_python3 --- satyr.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/satyr.spec b/satyr.spec index c981ba0..af72c0e 100644 --- a/satyr.spec +++ b/satyr.spec @@ -1,6 +1,9 @@ +%define with_python2 1 +%define with_python3 1 + Name: satyr Version: 0.27 -Release: 3 +Release: 4 Summary: Tools to create anonymous, machine-friendly problem reports License: GPLv2+ URL: https://github.com/abrt/satyr @@ -117,6 +120,12 @@ make check|| { %{_mandir}/* %changelog +* Wed Jan 22 2020 openEuler Buildteam - 0.27-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add the definition of with_python2 and with_python3 + * Tue Dec 31 2019 openEuler Buildteam - 0.27-3 - Type:bugfix - ID:NA