Delete the requirement of python2-pyparsing

This commit is contained in:
HukunaMatata 2020-02-21 14:16:37 +08:00
parent 08356130c3
commit 84907d969c

View File

@ -27,7 +27,7 @@
Name: systemtap Name: systemtap
Version: 4.1 Version: 4.1
Release: 1 Release: 2
Summary: Linux trace and probe tool Summary: Linux trace and probe tool
License: GPLv2+ and Public Domain License: GPLv2+ and Public Domain
URL: http://sourceware.org/systemtap/ URL: http://sourceware.org/systemtap/
@ -56,7 +56,7 @@ Requires: libvirt > 2.0
%endif %endif
Requires: nss coreutils zip unzip shadow-utils chkconfig systemd 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: which elfutils grep nc gcc gcc-c++ make glibc-devel
Requires: strace nmap-ncat avahi perl iproute libxml2 findutils Requires: strace nmap-ncat avahi perl iproute libxml2 findutils
Requires: kernel-devel Requires: kernel-devel
@ -416,5 +416,8 @@ done
%files lang -f systemtap.lang %files lang -f systemtap.lang
%changelog %changelog
* Fri Feb 21 2020 yuxiangyang <yuxiangyang4@huawei.com> - 4.1.2
- Delete the requirement of python2-pyparsing
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.1.1 * Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.1.1
- Package init - Package init