From 65a11714a9a0f76eb3685514e04a8c2a303efcdb Mon Sep 17 00:00:00 2001 From: t_feng Date: Fri, 21 Feb 2020 14:16:03 +0800 Subject: [PATCH] disable python2 --- rpmdevtools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpmdevtools.spec b/rpmdevtools.spec index 5f72971..2124579 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,9 +1,9 @@ %global spectool_version 1.0.10 -%bcond_with python3 +%bcond_without python3 Name: rpmdevtools Version: 8.10 -Release: 7 +Release: 8 Summary: RPM Development Tools License: GPLv2+ and GPLv2 @@ -71,5 +71,8 @@ done %{_mandir}/man[18]/*.[18]* %changelog +* Fri Feb 21 2020 openEuler Buildtam - 8.10-8 +- disable python2 + * Thu Nov 07 2019 openEuler Buildtam - 8.10-7 - Package Init