From 84907d969c7f9e082c81d4a551bc8f1aad4e2dfb Mon Sep 17 00:00:00 2001 From: HukunaMatata Date: Fri, 21 Feb 2020 14:16:37 +0800 Subject: [PATCH] Delete the requirement of python2-pyparsing --- systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 0969e5b..0940d96 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -27,7 +27,7 @@ Name: systemtap Version: 4.1 -Release: 1 +Release: 2 Summary: Linux trace and probe tool License: GPLv2+ and Public Domain URL: http://sourceware.org/systemtap/ @@ -56,7 +56,7 @@ Requires: libvirt > 2.0 %endif Requires: nss coreutils zip unzip shadow-utils chkconfig systemd -Requires: shadow-utils openssh-clients python3-pyparsing pyparsing +Requires: shadow-utils openssh-clients python3-pyparsing Requires: which elfutils grep nc gcc gcc-c++ make glibc-devel Requires: strace nmap-ncat avahi perl iproute libxml2 findutils Requires: kernel-devel @@ -416,5 +416,8 @@ done %files lang -f systemtap.lang %changelog +* Fri Feb 21 2020 yuxiangyang - 4.1.2 +- Delete the requirement of python2-pyparsing + * Mon Aug 12 2019 openEuler Buildteam - 4.1.1 - Package init